]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libgpg-error: Update to 1.20
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 11 Sep 2015 22:01:26 +0000 (00:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Sep 2015 14:53:18 +0000 (15:53 +0100)
* configure.ac: Set LT version to C16/A16/R0.

Add new version macros.
* src/gpg-error.h.in (GPGRT_VERSION): New.
(GPGRT_VERSION_NUMBER): New.
(GPG_ERROR_VERSION, GPG_ERROR_VERSION_NUMBER): Move to top of file.

Add macro GPGRT_INLINE and avoid -Wundef warnings.
* src/gpg-error.h.in (GPG_ERR_INLINE): Use #if defined for possible
undefined macros to avoid warning with GCC's -Wundef option.
(GPGRT_INLINE): New.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libgpg-error
lfs/libgpg-error

index 4d6febc65e47e2ceb6cc8dc5eeabb8d20e52d82d..3e927ed91810f4fe8fe6ab40b7f8bcd9feccd0ce 100644 (file)
@@ -4,7 +4,7 @@ usr/bin/gpg-error
 #usr/lib/libgpg-error.la
 #usr/lib/libgpg-error.so
 usr/lib/libgpg-error.so.0
-usr/lib/libgpg-error.so.0.14.0
+usr/lib/libgpg-error.so.0.16.0
 #usr/share/aclocal/gpg-error.m4
 #usr/share/common-lisp
 #usr/share/common-lisp/source
index 83c403d3c6dc0246f034d66231c7e9dacc4ce184..ab9499e11df0883b75c900c4ab4cde1b8eb00523 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.18
+VER        = 1.20
 
 THISAPP    = libgpg-error-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 12312802d2065774b787cbfc22cc04e9
+$(DL_FILE)_MD5 = 9997d9203b672402a04760176811589d
 
 install : $(TARGET)