From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libgcrypt: Update to 1.8.0 Date: Sun, 13 Aug 2017 16:03:34 +0200 Message-ID: <20170813140334.2549-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3258705035968403681==" List-Id: --===============3258705035968403681== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- lfs/libgcrypt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libgcrypt b/lfs/libgcrypt index 5d5572c99..997bc063b 100644 --- a/lfs/libgcrypt +++ b/lfs/libgcrypt @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.7.7 +VER =3D 1.8.0 =20 THISAPP =3D libgcrypt-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D d1769481b1b506a632fd66c5e5f62e41 +$(DL_FILE)_MD5 =3D 530db74602b558209f9ad7356a680971 =20 install : $(TARGET) =20 --=20 2.14.1 --===============3258705035968403681==--