aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-11-24 19:12:38 +0000
committerWerner Koch <[email protected]>2014-11-24 19:12:38 +0000
commit28dafd4714a9b01d3a6f1e6e5919bf6f909987c7 (patch)
treed0536cb72d77b3e7131a3a39225fdb5b88a5b75a
parentgpg: Fix use of uninit.value in listing sig subpkts. (diff)
downloadgnupg-28dafd4714a9b01d3a6f1e6e5919bf6f909987c7.tar.gz
gnupg-28dafd4714a9b01d3a6f1e6e5919bf6f909987c7.zip
build: Require libgpg-error 1.16.
-- 1.15 has a bug which will lead to a segv when sending keys. Better updated the requirements to avoid bug reports.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f59c11772..95711cb8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist))
m4_esyscmd([echo ]mym4_version[>VERSION])
AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
-NEED_GPG_ERROR_VERSION=1.15
+NEED_GPG_ERROR_VERSION=1.16
NEED_LIBGCRYPT_API=1
NEED_LIBGCRYPT_VERSION=1.6.0