Commit Graph

6 Commits

Author SHA1 Message Date
Further
5202718f75
gpgme: update to version 1.21 (#795)
* gpgme: update to version 1.21

* gpgme: fix compilation with musl 1.2.4
2024-04-19 03:22:34 +08:00
breakings
3ac71aba02
gpgme: update to version 1.18.0 (#525)
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>

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Co-authored-by: Daniel Golle <daniel@makrotopia.org>
2022-09-10 05:38:22 +08:00
Daniel Golle
58da18de8e gpgme: update to version 1.17.1
Remove backported patch which is now included in the upstream release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-03-25 03:47:06 +00:00
Hauke Mehrtens
a93216ea58 gpgme: Fix compile with glibc 2.34
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>
2022-03-25 03:46:51 +00:00
Daniel Golle
8c88c99d55 gpgme: update to version 1.16.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-03-25 03:46:29 +00:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00