aboutsummaryrefslogtreecommitdiff
path: root/libs/gpgme/patches
Commit message (Collapse)AuthorAge
* 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>