aboutsummaryrefslogtreecommitdiff
path: root/libs/gpgme
Commit message (Collapse)AuthorAge
* gpgme: update to version 1.18.0Daniel Golle2022-09-07
| | | | | | | | | | | | | | | | | | Noteworthy changes in version 1.18.0 (2022-08-10) ------------------------------------------------- * New keylist mode to force refresh via external methods. [T5951] * The keylist operations now create an import result to report the result of the locate keylist modes. [T5951] * core: Return BAD_PASSPHRASE error code on symmetric decryption failure. [T5939] * cpp, qt: Do not export internal symbols anymore. [T5906] * cpp, qt: Support revocation of own OpenPGP keys. [T5904] * qt: The file name of (signed and) encrypted data can now be set. [T6056] * cpp, qt: Support setting the primary user ID. [T5938] * python: Fix segv(NULL) when inspecting contect after exeception. [T6060] Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gpgme: update to version 1.17.1Daniel Golle2022-03-24
| | | | | | Remove backported patch which is now included in the upstream release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gpgme: Fix compile with glibc 2.34Hauke Mehrtens2022-01-13
| | | | | | | | | | | | | This backports a patch from upstream gpgme to fix compilation with glibc 2.34. It fixes the following build problem: posix-io.c: In function '_gpgme_io_spawn': posix-io.c:577:23: error: void value not ignored as it ought to be 577 | while ((i = closefrom (fd)) && errno == EINTR) | ^ make[5]: *** [Makefile:947: posix-io.lo] Error 1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* gpgme: update to version 1.16.0Daniel Golle2021-08-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gpgme: update to version 1.15.1Daniel Golle2021-01-11
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gpgme: install gpgme-config to host binMatt Merhar2020-12-13
| | | | | | | | | This is necessary for at least fwknop to properly detect the library. The change was modeled after how gpg-error-config is installed in the libgpg-error package. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* gpgme: update to version 1.15.0Daniel Golle2020-11-15
| | | | | | Also remove left-overs of unfinished packaging of the Python bindings. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gpgme: new packageDaniel Golle2020-11-07
Signed-off-by: Daniel Golle <daniel@makrotopia.org>