From: Matthias Fischer Date: Sun, 13 Aug 2017 14:03:34 +0000 (+0200) Subject: libgcrypt: Update to 1.8.0 X-Git-Tag: v2.19-core114~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fd797bfb1ec3c2ac7d722f28b720b26bf7eb249;p=people%2Fstevee%2Fipfire-2.x.git libgcrypt: Update to 1.8.0 Changes (see: https://gnupg.org/download/release_notes.html): "gpg: Sending very large keys to the keyservers works again. gpg: Validity strings in key listings are now again translatable. gpg: Emit FAILURE status lines to help GPGME. gpg: Does not anymore link to Libksba to reduce dependencies. gpgsm: Export of secret keys via Assuan is now possible. agent: Raise the maximum passphrase length from 100 to 255 bytes. agent: Fix regression using EdDSA keys with ssh. Does not anymore use a build timestamp by default. The fallback encoding for broken locale settings changed from Latin-1 to UTF-8. Many code cleanups and improved internal documentation. Various minor bug fixes." Best, Matthias Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- diff --git a/lfs/libgcrypt b/lfs/libgcrypt index 5d5572c999..997bc063bf 100644 --- a/lfs/libgcrypt +++ b/lfs/libgcrypt @@ -24,7 +24,7 @@ include Config -VER = 1.7.7 +VER = 1.8.0 THISAPP = libgcrypt-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d1769481b1b506a632fd66c5e5f62e41 +$(DL_FILE)_MD5 = 530db74602b558209f9ad7356a680971 install : $(TARGET)