[git] GnuPG - branch, master, updated. gnupg-2.1.0-43-g28dafd4
by Werner Koch
cvs at cvs.gnupg.org
Mon Nov 24 20:15:09 CET 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 28dafd4714a9b01d3a6f1e6e5919bf6f909987c7 (commit)
from 596ae9f5433ca3b0e01f7acbe06fd2e424c42ae8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 28dafd4714a9b01d3a6f1e6e5919bf6f909987c7
Author: Werner Koch <wk at gnupg.org>
Date: Mon Nov 24 20:12:38 2014 +0100
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.
diff --git a/configure.ac b/configure.ac
index f59c117..95711cb 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
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list