]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libgcrypt: Update to 1.6.4
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 11 Sep 2015 21:50:05 +0000 (23:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Sep 2015 14:52:45 +0000 (15:52 +0100)
* configure.ac: Change LT version to C20/A0/R4.

w32: Avoid a few compiler warnings.
* cipher/cipher-selftest.c (_gcry_selftest_helper_cbc)
(_gcry_selftest_helper_cfb, _gcry_selftest_helper_ctr): Mark variable
as unused.
* random/rndw32.c (slow_gatherer): Avoid signed pointer mismatch
warning.
* src/secmem.c (init_pool): Avoid unused variable warning.
* tests/random.c (writen, readn): Include on if needed.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libgcrypt
lfs/libgcrypt

index 344a055f4466ebbe915d6bdc51123feeaf09cc31..578e0b689b89ad16973758ecbbed0840fae43f75 100644 (file)
@@ -6,9 +6,7 @@
 #usr/lib/libgcrypt.la
 #usr/lib/libgcrypt.so
 usr/lib/libgcrypt.so.20
-usr/lib/libgcrypt.so.20.0.3
+usr/lib/libgcrypt.so.20.0.4
 #usr/share/aclocal/libgcrypt.m4
 #usr/share/info/gcrypt.info
-#usr/share/info/gcrypt.info-1
-#usr/share/info/gcrypt.info-2
 #usr/share/man/man1/hmac256.1
index 0596ebf755398382e2bf2397b4835dacd74eeaa8..98cf7871eab6fef82e1ed7ae0213f0bc20e4e20a 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.6.3
+VER        = 1.6.4
 
 THISAPP    = libgcrypt-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4262c3aadf837500756c2051a5c4ae5e
+$(DL_FILE)_MD5 = 4c13c5fa43147866f993d73ee62af176
 
 install : $(TARGET)