瀏覽代碼

libgcrypt: update tarball MD5 and avoid building docs and tests

Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo 10 年之前
父節點
當前提交
809eb6be1c
共有 2 個檔案被更改,包括 18 行新增16 行删除
  1. 1
    1
      libs/libgcrypt/Makefile
  2. 17
    15
      libs/libgcrypt/patches/001-no_docs_tests.patch

+ 1
- 1
libs/libgcrypt/Makefile 查看文件

@@ -13,7 +13,7 @@ PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt
16
-PKG_MD5SUM:=3285fc1d12583cd5a731345211a7c7a2
16
+PKG_MD5SUM:=a5a5060dc2f80bcac700ab0236ea47dc
17 17
 
18 18
 PKG_FIXUP:=patch-libtool
19 19
 PKG_INSTALL:=1

+ 17
- 15
libs/libgcrypt/patches/001-no_docs_tests.patch 查看文件

@@ -1,26 +1,28 @@
1
---- a/Makefile.am
2
-+++ b/Makefile.am
3
-@@ -22,8 +22,8 @@ AUTOMAKE_OPTIONS = dist-bzip2
4
- DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
5
-   --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
1
+diff -u --recursive libgcrypt-1.6.1-vanilla/Makefile.am libgcrypt-1.6.1/Makefile.am
2
+--- libgcrypt-1.6.1-vanilla/Makefile.am	2014-07-18 00:31:21.020329371 -0400
3
++++ libgcrypt-1.6.1/Makefile.am	2014-07-18 00:31:49.076314616 -0400
4
+@@ -25,8 +25,8 @@
5
+ # (A suitable gitlog-to-changelog script can be found in GnuPG master.)
6
+ GITLOG_TO_CHANGELOG=gitlog-to-changelog
6 7
  
7 8
 -DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
8 9
 -SUBDIRS =         compat mpi cipher random src doc tests
9 10
 +DIST_SUBDIRS = m4 compat mpi cipher random src
10 11
 +SUBDIRS =         compat mpi cipher random src
11
- EXTRA_DIST = autogen.sh README.SVN
12
- DISTCLEANFILES =
13 12
  
14
---- a/Makefile.in
15
-+++ b/Makefile.in
16
-@@ -281,8 +281,8 @@ AUTOMAKE_OPTIONS = dist-bzip2
17
- DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
18
-   --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
13
+ EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES      	           \
14
+              ChangeLog-2011 build-aux/ChangeLog-2011 doc/ChangeLog-2011    \
15
+diff -u --recursive libgcrypt-1.6.1-vanilla/Makefile.in libgcrypt-1.6.1/Makefile.in
16
+--- libgcrypt-1.6.1-vanilla/Makefile.in	2014-07-18 00:31:21.020329371 -0400
17
++++ libgcrypt-1.6.1/Makefile.in	2014-07-18 00:31:54.974311498 -0400
18
+@@ -331,8 +331,8 @@
19 19
  
20
+ # (A suitable gitlog-to-changelog script can be found in GnuPG master.)
21
+ GITLOG_TO_CHANGELOG = gitlog-to-changelog
20 22
 -DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
21 23
 -SUBDIRS = compat mpi cipher random src doc tests
22 24
 +DIST_SUBDIRS = m4 compat mpi cipher random src
23 25
 +SUBDIRS = compat mpi cipher random src
24
- EXTRA_DIST = autogen.sh README.SVN
25
- DISTCLEANFILES = 
26
- all: config.h
26
+ EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES      	           \
27
+              ChangeLog-2011 build-aux/ChangeLog-2011 doc/ChangeLog-2011    \
28
+              m4/ChangeLog-2011 cipher/ChangeLog-2011 src/ChangeLog-2011    \