* [PATCH] libgcrypt: Update to 1.6.4
@ 2015-09-11 21:50 Matthias Fischer
0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2015-09-11 21:50 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1642 bytes --]
* 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(a)ipfire.org>
---
config/rootfiles/common/libgcrypt | 4 +---
lfs/libgcrypt | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt
index 344a055..578e0b6 100644
--- a/config/rootfiles/common/libgcrypt
+++ b/config/rootfiles/common/libgcrypt
@@ -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
diff --git a/lfs/libgcrypt b/lfs/libgcrypt
index 0596ebf..98cf787 100644
--- a/lfs/libgcrypt
+++ b/lfs/libgcrypt
@@ -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)
--
2.5.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-11 21:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-11 21:50 [PATCH] libgcrypt: Update to 1.6.4 Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox