[PATCH] Upgrade libgcrypt from 1.4.1 to 1.4.4.
In case the patch is unclear, the file 001-handle-minimal-build.patch is no longer needed. The 002-no_docs_tests.patch file is just refreshed with new paths. Signed-off-by: Simon Josefsson <simon@josefsson.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@15269 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,28 +1,26 @@
|
||||
diff -urN libgcrypt-1.4.1/Makefile.am libgcrypt-1.4.1.new/Makefile.am
|
||||
--- libgcrypt-1.4.1/Makefile.am 2007-05-04 12:11:28.000000000 +0200
|
||||
+++ libgcrypt-1.4.1.new/Makefile.am 2008-07-13 18:18:04.000000000 +0200
|
||||
--- libgcrypt-1.4.4/Makefile.am~ 2008-08-19 17:20:08.000000000 +0200
|
||||
+++ libgcrypt-1.4.4/Makefile.am 2009-03-18 00:13:06.000000000 +0100
|
||||
@@ -22,8 +22,8 @@
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
|
||||
--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
|
||||
+DIST_SUBDIRS = m4 mpi cipher src
|
||||
+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
|
||||
+DIST_SUBDIRS = m4 mpi cipher random src
|
||||
+SUBDIRS = mpi cipher random src
|
||||
EXTRA_DIST = autogen.sh README.SVN
|
||||
DISTCLEANFILES =
|
||||
|
||||
diff -urN libgcrypt-1.4.1/Makefile.in libgcrypt-1.4.1.new/Makefile.in
|
||||
--- libgcrypt-1.4.1/Makefile.in 2008-04-25 17:53:24.000000000 +0200
|
||||
+++ libgcrypt-1.4.1.new/Makefile.in 2008-07-13 18:17:54.000000000 +0200
|
||||
@@ -236,8 +236,8 @@
|
||||
--- libgcrypt-1.4.4/Makefile.in~ 2009-01-22 19:16:51.000000000 +0100
|
||||
+++ libgcrypt-1.4.4/Makefile.in 2009-03-18 00:13:18.000000000 +0100
|
||||
@@ -237,8 +237,8 @@
|
||||
DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
|
||||
--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
|
||||
+DIST_SUBDIRS = m4 mpi cipher src
|
||||
+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
|
||||
+DIST_SUBDIRS = m4 mpi cipher random src
|
||||
+SUBDIRS = mpi cipher random src
|
||||
EXTRA_DIST = autogen.sh README.SVN
|
||||
DISTCLEANFILES =
|
||||
all: config.h
|
||||
|
Reference in New Issue
Block a user