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.

aszlig d1437bab 2a1c8def

+6 -6
+6 -6
pkgs/development/libraries/aqbanking/sources.nix
··· 1 1 { 2 2 # https://www.aquamaniac.de/rdm/projects/gwenhywfar/files 3 3 gwenhywfar = { 4 - version = "5.11.2beta"; 5 - hash = "sha256-5/KxLAktb1mPKeJVsLAD2YrBeWyFtzpXCJDb8tzzWyQ="; 6 - releaseId = "518"; 4 + version = "5.12.1"; 5 + hash = "sha256-0YhEi5w6lwlyFCLuATS50Ld5CrdRQFjZngQ5njlGXdo="; 6 + releaseId = "533"; 7 7 }; 8 8 9 9 # https://www.aquamaniac.de/rdm/projects/libchipcard/files ··· 15 15 16 16 # https://www.aquamaniac.de/rdm/projects/aqbanking/files 17 17 aqbanking = { 18 - version = "6.5.12beta"; 19 - hash = "sha256-TH6+eEiULmOciB1Mqo4vjgF9JbF4BW+llrTjS6BtctY="; 20 - releaseId = "526"; 18 + version = "6.6.0"; 19 + hash = "sha256-N2NEh7lbrXKxshOXvOCMtLFeE8slOIZ2fJjzFxLkC/s="; 20 + releaseId = "531"; 21 21 }; 22 22 }