security/libgcrypt

This commit is contained in:
Lionel Sambuc 2016-11-27 15:14:40 +00:00 committed by Lionel Sambuc
parent b65b2fa37e
commit d9c385cf69
3 changed files with 31 additions and 0 deletions

View File

@ -7,3 +7,5 @@ Size (libgcrypt-1.7.3.tar.bz2) = 2861294 bytes
SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8
SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115
SHA1 (patch-src_visibility.h) = 8cbbf6803ab34b4b7dda832aa8ee18247aa89518
SHA1 (patch-zz-minix-a) = 44be30e78e171887eff3dbfe18a585bfd3294d95
SHA1 (patch-zz-minix-b) = 2f2a0a28e441b6741d94c81dce6e30e40a97141d

View File

@ -0,0 +1,11 @@
--- configure.orig Sun Nov 27 15:05:21 2016
+++ configure Sun Nov 27 15:06:47 2016
@@ -18682,7 +18682,7 @@
# And create the files.
-ac_config_files="$ac_config_files Makefile m4/Makefile compat/Makefile mpi/Makefile cipher/Makefile random/Makefile doc/Makefile src/Makefile src/gcrypt.h src/libgcrypt-config src/versioninfo.rc tests/Makefile"
+ac_config_files="$ac_config_files Makefile m4/Makefile compat/Makefile mpi/Makefile cipher/Makefile random/Makefile doc/Makefile src/Makefile src/gcrypt.h src/libgcrypt-config src/versioninfo.rc"
ac_config_files="$ac_config_files tests/hashtest-256g"

View File

@ -0,0 +1,18 @@
--- Makefile.in.orig Sun Nov 27 15:10:02 2016
+++ Makefile.in Sun Nov 27 15:10:33 2016
@@ -394,12 +394,12 @@
GITLOG_TO_CHANGELOG = gitlog-to-changelog
@BUILD_DOC_FALSE@doc =
@BUILD_DOC_TRUE@doc = doc
-DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
-SUBDIRS = compat mpi cipher random src $(doc) tests
+DIST_SUBDIRS = m4 compat mpi cipher random src doc
+SUBDIRS = compat mpi cipher random src $(doc)
EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES \
ChangeLog-2011 build-aux/ChangeLog-2011 doc/ChangeLog-2011 \
m4/ChangeLog-2011 cipher/ChangeLog-2011 src/ChangeLog-2011 \
- random/ChangeLog-2011 tests/ChangeLog-2011 mpi/ChangeLog-2011 \
+ random/ChangeLog-2011 mpi/ChangeLog-2011 \
build-aux/git-log-footer build-aux/git-log-fix
DISTCLEANFILES =