Unverified Commit d1437bab authored by aszlig's avatar aszlig
Browse files

Merge pull request #373153 (update aqbanking)

This updates AqBanking and Gwenhywfar to their most recent versions.

Since the upstream project didn't provide changelogs, here are the Git
subject lines for AqBanking:

  * prepared release 6.6.0
  * added aqofxconnect-tool to .gitignore
  * added missing .gitignore
  * csv: added profile for comdirect depot status reports.
  * aqhbci: fixed a bug (was not clearing "MODIFIED" flag in _saveUser)
  * Improved im/exporter script for CAMT 053.001.02 (thanks to Jan Vlug)
  * configure pain.001.001.09 as a sepa profile
  * add pain.001.001.09 profile to xml imexporter
  * configure pain.001.001.03 as a sepa profile
  * fix typo in description field
  * aqhbci: only mark pin "bad" if the server reports it as such.
  * aqhbci: added methodId "Q1S" to map. Increased verbosity.
  * increased verbosity, retry gmp_snprintf() on error
  * New version submitted by Jan Vlug. Thanks!

... and for Gwenhywfar:

  * Released 5.12.0
  * Prepared release 5.12.0
  * msgio: add argument REASON to GWEN_MsgRequest_Abort()
  * msgio: add class GWEN_REQUEST.
  * msgio/endpoint: added reference counter.
  * timestamp: added GWEN_Timestamp_AddSeconds().
  * msgio: improved error handling.
  * test: adjusted to latest changes.
  * parser: fixed a typo.
  * msgio: added fields ID and REFID to ipc messages. Use new
    convenience fns of GWEN_MSG.
  * msgio: added missing change.
  * msgio: improved GWEN_MSG, added convenience functions.
  * msgio: introduce GWEN_MsgEndpoint_GetNextMessageId()
  * Use pkgconf for gpg-error build flags
  * Fixed call to readlink().
  * gsa: fixed handling of symbolic links.
  * incremented version.
  * gwenbuild: use lstat if possible (otherwise symbolic links will be
    resolved).
  * gwenbuild: also install symbolic links for libs.

I didn't do a thorough test of whether AqBanking fully works since I
don't have that setup while on the road. But given that rudimentary
tests of aqbanking-cli and aqhbci-tool4 work, I think it's very unlikely
that this would introduce a lot of bugs on our end.
parents 2a1c8def 2aa96fe7
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{
  # https://www.aquamaniac.de/rdm/projects/gwenhywfar/files
  gwenhywfar = {
    version = "5.11.2beta";
    hash = "sha256-5/KxLAktb1mPKeJVsLAD2YrBeWyFtzpXCJDb8tzzWyQ=";
    releaseId = "518";
    version = "5.12.1";
    hash = "sha256-0YhEi5w6lwlyFCLuATS50Ld5CrdRQFjZngQ5njlGXdo=";
    releaseId = "533";
  };

  # https://www.aquamaniac.de/rdm/projects/libchipcard/files
@@ -15,8 +15,8 @@

  # https://www.aquamaniac.de/rdm/projects/aqbanking/files
  aqbanking = {
    version = "6.5.12beta";
    hash = "sha256-TH6+eEiULmOciB1Mqo4vjgF9JbF4BW+llrTjS6BtctY=";
    releaseId = "526";
    version = "6.6.0";
    hash = "sha256-N2NEh7lbrXKxshOXvOCMtLFeE8slOIZ2fJjzFxLkC/s=";
    releaseId = "531";
  };
}