[vlc-commits] Contribs: update gpg-error to 1.24

Jean-Baptiste Kempf git at videolan.org
Wed Aug 24 13:55:50 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 24 13:54:46 2016 +0200| [c30e6fb4d564c0bbc5d6aeca4d2ec6bc99bca0ce] | committer: Jean-Baptiste Kempf

Contribs: update gpg-error to 1.24

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

 contrib/src/gpg-error/SHA512SUMS          |  2 +-
 contrib/src/gpg-error/no-executable.patch | 11 -----------
 contrib/src/gpg-error/rules.mak           |  4 ++--
 3 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/contrib/src/gpg-error/SHA512SUMS b/contrib/src/gpg-error/SHA512SUMS
index 1407eea..894b2f8 100644
--- a/contrib/src/gpg-error/SHA512SUMS
+++ b/contrib/src/gpg-error/SHA512SUMS
@@ -1 +1 @@
-7736f22a9ee23d27f8d74c275ee92a7d41b48468619af8df70ea4c07000beb03801c6f322735a91100a2b5eb97fca56fce476e4a6eca0054e8a81c44d9b1e1d3  libgpg-error-1.20.tar.bz2
+d577ebf36251402dd27187056f7c54cea226119f499d1c3bc1c4201ba4d2ae4a9dcefdf4502411cfcffe52b1cefab8c2cfddfa16b7e6ad3b49305a3394ccca31  libgpg-error-1.24.tar.bz2
diff --git a/contrib/src/gpg-error/no-executable.patch b/contrib/src/gpg-error/no-executable.patch
index da7b8cc..0f94139 100644
--- a/contrib/src/gpg-error/no-executable.patch
+++ b/contrib/src/gpg-error/no-executable.patch
@@ -1,14 +1,3 @@
---- libgpg-error/Makefile.am.orig	2015-05-05 16:59:07.513558034 +0200
-+++ libgpg-error/Makefile.am	2015-05-05 16:59:18.150414495 +0200
-@@ -39,7 +39,7 @@
- doc =
- endif
- 
--SUBDIRS = m4 src $(doc) tests po $(lang_subdirs)
-+SUBDIRS = m4 src $(doc) $(lang_subdirs)
- 
- 
- dist-hook: gen-ChangeLog
 --- libgpg-error/src/Makefile.am.orig	2014-10-25 14:42:43.000000000 +0200
 +++ libgpg-error/src/Makefile.am	2015-05-05 16:59:40.887486960 +0200
 @@ -31,7 +31,7 @@
diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
index 1975559..b291d55 100644
--- a/contrib/src/gpg-error/rules.mak
+++ b/contrib/src/gpg-error/rules.mak
@@ -1,5 +1,5 @@
 # GPGERROR
-GPGERROR_VERSION := 1.20
+GPGERROR_VERSION := 1.24
 GPGERROR_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2
 
 $(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2:
@@ -35,6 +35,6 @@ endif
 
 .gpg-error: libgpg-error
 	$(RECONF)
-	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages
+	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages --disable-tests
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list