[Pkg-gnupg-commit] [gpgme] 94/103: Require libgpg-error 1.24 and libassuan 2.4.2

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Dec 14 18:53:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit d4d04d6c0432b032f6ea23c8517fd6a5f623bb67
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Dec 12 12:12:47 2017 +0100

    Require libgpg-error 1.24 and libassuan 2.4.2
    
    * src/util.h (GPG_ERR_FALSE): Remove due to newer libgpg-error.
    --
    
    We require these over one year old versions to better allign with
    GnuPG's demand.  Note that the required libassuan is acgtually 2 years
    old.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 configure.ac | 4 ++--
 src/util.h   | 4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index be06d94..bca7bbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,9 +74,9 @@ LIBQGPGME_LT_REVISION=0
 GPGME_CONFIG_API_VERSION=1
 ##############################################
 
-NEED_GPG_ERROR_VERSION=1.17
+NEED_GPG_ERROR_VERSION=1.24
 NEED_LIBASSUAN_API=2
-NEED_LIBASSUAN_VERSION=2.0.2
+NEED_LIBASSUAN_VERSION=2.4.2
 
 
 PACKAGE=$PACKAGE_NAME
diff --git a/src/util.h b/src/util.h
index fd22d75..b4043ed 100644
--- a/src/util.h
+++ b/src/util.h
@@ -45,10 +45,6 @@
 

 #define DIM(v) (sizeof(v)/sizeof((v)[0]))
 
-#if GPG_ERROR_VERSION_NUMBER < 0x011500 /* 1.21 */
-# define GPG_ERR_FALSE 256
-#endif
-
 #if GPG_ERROR_VERSION_NUMBER < 0x011900 /* 1.25 */
 # define GPG_ERR_ENGINE_TOO_OLD 300
 # define GPG_ERR_TOO_OLD        308

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list