pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libgcrypt libgcrypt: updated to 1.9.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbd2c79baf14
branches: trunk
changeset: 447239:bbd2c79baf14
user: adam <adam%pkgsrc.org@localhost>
date: Thu Feb 18 10:58:08 2021 +0000
description:
libgcrypt: updated to 1.9.2
Noteworthy changes in version 1.9.2 (2021-02-17)
------------------------------------------------
* Bug fixes:
- Fix build problem for macOS in the random code.
- Fix building with --disable-asm on x86.
- Check public key for ECDSA verify operation.
- Make sure gcry_get_config (NULL) returns a nul-terminated string.
- Fix a memory leak in the ECDH code.
- Fix a reading beyond end of input buffer in SHA2-avx2.
* Other features:
- New test driver to allow for standalone regression
tests.
diffstat:
security/libgcrypt/Makefile | 4 ++--
security/libgcrypt/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 1b78a9e65e19 -r bbd2c79baf14 security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile Thu Feb 18 10:47:25 2021 +0000
+++ b/security/libgcrypt/Makefile Thu Feb 18 10:58:08 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2021/01/29 12:10:03 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2021/02/18 10:58:08 adam Exp $
-DISTNAME= libgcrypt-1.9.1
+DISTNAME= libgcrypt-1.9.2
CATEGORIES= security
MASTER_SITES= https://gnupg.org/ftp/gcrypt/libgcrypt/
EXTRACT_SUFX= .tar.bz2
diff -r 1b78a9e65e19 -r bbd2c79baf14 security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo Thu Feb 18 10:47:25 2021 +0000
+++ b/security/libgcrypt/distinfo Thu Feb 18 10:58:08 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.86 2021/01/29 12:10:03 wiz Exp $
+$NetBSD: distinfo,v 1.87 2021/02/18 10:58:08 adam Exp $
-SHA1 (libgcrypt-1.9.1.tar.bz2) = a15ce7355b028f28a33428eaa0147154861b29d4
-RMD160 (libgcrypt-1.9.1.tar.bz2) = f9bbd9ed747f21e5c66e7287102975f2cb04f4e5
-SHA512 (libgcrypt-1.9.1.tar.bz2) = e8a028724cf5476fff0ca82c5c279a64b3bc5d1fd1472b784df4084b185266825baffc49e27b90db7453c8faef68cd0b8264f379abacee629bbdf6b11f2a28d6
-Size (libgcrypt-1.9.1.tar.bz2) = 3202683 bytes
+SHA1 (libgcrypt-1.9.2.tar.bz2) = 29bd5d0a8f674d4521167dd518ef99b26d1e8f27
+RMD160 (libgcrypt-1.9.2.tar.bz2) = 57fca67d695ff958086becd33abfca8256efbee6
+SHA512 (libgcrypt-1.9.2.tar.bz2) = d2e3dc89788763229f554382b3cf0c3a2680f774258abc4c1fd9ef1ad44920d57d14422af9b6b405e42742e691d19ab2ee458fddf057e778964519eee090f016
+Size (libgcrypt-1.9.2.tar.bz2) = 3206187 bytes
SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8
SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115
SHA1 (patch-configure) = edc92453a0843ab0442da7f1b9df2ef4c219bdf5
Home |
Main Index |
Thread Index |
Old Index