[vlc-commits] Update gpg-error to 1.11

Jean-Baptiste Kempf git at videolan.org
Sun Mar 10 11:47:45 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 10 11:47:35 2013 +0100| [d05cdbbef8e12d3133c9eb1f76ed0404022bfb51] | committer: Jean-Baptiste Kempf

Update gpg-error to 1.11

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d05cdbbef8e12d3133c9eb1f76ed0404022bfb51
---

 contrib/src/gpg-error/SHA512SUMS     |    2 +-
 contrib/src/gpg-error/cppflags.patch |   12 ------------
 contrib/src/gpg-error/rules.mak      |    3 +--
 3 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/contrib/src/gpg-error/SHA512SUMS b/contrib/src/gpg-error/SHA512SUMS
index a769b1f..109830c 100644
--- a/contrib/src/gpg-error/SHA512SUMS
+++ b/contrib/src/gpg-error/SHA512SUMS
@@ -1 +1 @@
-438f922a3a4fa7db22ba9b68deab18c663afbc8166ddeee487b7eb0a9ee04ce84bbc871ad31bf11a7c77322948869a2dc5014cf6a73b68d8f10fcf7e24d165d5  libgpg-error-1.10.tar.bz2
+1c05dec32bba0a3ff9b238559161cfe5ea70fdcf0b7d2e645ac8afcade125711c1e369fcfb385835d42ce78cbbec75e3ea99573adfb371689e440a799ae8b848  libgpg-error-1.11.tar.bz2
diff --git a/contrib/src/gpg-error/cppflags.patch b/contrib/src/gpg-error/cppflags.patch
deleted file mode 100644
index 2f4fa75..0000000
--- a/contrib/src/gpg-error/cppflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur libgpg-error.orig/src/Makefile.in libgpg-error/src/Makefile.in
---- libgpg-error.orig/src/Makefile.in	2012-06-25 22:14:30.745691001 +0200
-+++ libgpg-error/src/Makefile.in	2012-06-25 22:15:16.897691001 +0200
-@@ -848,7 +848,7 @@
- # It is correct to use $(CPP).  We want the host's idea of the error codes.
- mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
- 	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
--	$(CPP) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
-+	$(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
-                $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
- 	-rm _$@
- 
diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
index 477481f..912de40 100644
--- a/contrib/src/gpg-error/rules.mak
+++ b/contrib/src/gpg-error/rules.mak
@@ -1,5 +1,5 @@
 # GPGERROR
-GPGERROR_VERSION := 1.10
+GPGERROR_VERSION := 1.11
 GPGERROR_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2
 
 $(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2:
@@ -12,7 +12,6 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
 ifdef HAVE_WIN32
 	$(APPLY) $(SRC)/gpg-error/windres-make.patch
 endif
-	$(APPLY) $(SRC)/gpg-error/cppflags.patch
 	$(MOVE)
 
 .gpg-error: libgpg-error



More information about the vlc-commits mailing list