[vlc-devel] commit: [Contribs] Update libgcrypt to 1.4.3 (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Oct 21 10:06:33 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 21 10:08:13 2008 +0200| [1b1a6a4ef36bfb431359a6a4a1d8a7ce1c907b6f] | committer: Jean-Baptiste Kempf 

[Contribs] Update libgcrypt to 1.4.3

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

 extras/contrib/src/Makefile             |    2 +-
 extras/contrib/src/Patches/gcrypt.patch |   13 ++++++-------
 extras/contrib/src/packages.mak         |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 89aff9d..c22ca17 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1880,7 +1880,7 @@ CIPHDIG= --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd1
 
 .gcrypt: libgcrypt .gpg-error
 ifdef HAVE_WIN32
-	(cd $<; ./autogen.sh && $(HOSTCC) ./configure $(HOSTCONF) --target=i586-mingw32msvc --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" $(CIPHDIG) --disable-shared --enable-static --disable-nls && sed -i 46s at sys/times.h at sys/time.h@ cipher/random.c && make && make install)
+	(cd $<; ./autogen.sh && $(HOSTCC) ./configure $(HOSTCONF) --target=i586-mingw32msvc --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" $(CIPHDIG) --disable-shared --enable-static --disable-nls && make && make install)
 else
 	(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" $(CIPHDIG) && make && make install)
 endif
diff --git a/extras/contrib/src/Patches/gcrypt.patch b/extras/contrib/src/Patches/gcrypt.patch
index e39f3aa..c6ca792 100644
--- a/extras/contrib/src/Patches/gcrypt.patch
+++ b/extras/contrib/src/Patches/gcrypt.patch
@@ -1,12 +1,11 @@
-diff -urN libgcrypt/Makefile.am libgcrypt.patched/Makefile.am
---- libgcrypt/Makefile.am	2008-04-02 00:27:11.000000000 +0400
-+++ libgcrypt.patched/Makefile.am	2008-04-02 00:34:34.000000000 +0400
+--- libgcrypt/Makefile.am.orig	2008-08-19 17:20:08.000000000 +0200
++++ libgcrypt/Makefile.am	2008-10-21 09:57:33.000000000 +0200
 @@ -23,7 +23,7 @@
    --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
  
- DIST_SUBDIRS = m4 mpi cipher src doc tests
--SUBDIRS = mpi cipher src doc tests
-+SUBDIRS = mpi cipher src
- EXTRA_DIST = BUGS autogen.sh README.SVN
+ DIST_SUBDIRS = m4 mpi cipher random src doc tests
+-SUBDIRS = mpi cipher random src doc tests
++SUBDIRS = mpi cipher random src
+ EXTRA_DIST = autogen.sh README.SVN
  DISTCLEANFILES = 
  
diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak
index 1dbad86..7521ea2 100644
--- a/extras/contrib/src/packages.mak
+++ b/extras/contrib/src/packages.mak
@@ -144,7 +144,7 @@ PNG_URL=$(SF)/libpng/libpng-$(PNG_VERSION).tar.bz2
 GPGERROR_VERSION=1.6
 GPGERROR_URL=$(VIDEOLAN)/testing/contrib/libgpg-error-$(GPGERROR_VERSION).tar.bz2
 #GPGERROR_URL=ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2
-GCRYPT_VERSION=1.4.1
+GCRYPT_VERSION=1.4.3
 #GCRYPT_URL=$(VIDEOLAN)/testing/contrib/libgcrypt-$(GCRYPT_VERSION).tar.bz2
 GCRYPT_URL=ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
 GNUTLS_VERSION=2.4.2




More information about the vlc-devel mailing list