pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libgcrypt
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 18 10:58:08 UTC 2021
Modified Files:
pkgsrc/security/libgcrypt: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/security/libgcrypt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libgcrypt/Makefile
diff -u pkgsrc/security/libgcrypt/Makefile:1.101 pkgsrc/security/libgcrypt/Makefile:1.102
--- pkgsrc/security/libgcrypt/Makefile:1.101 Fri Jan 29 12:10:03 2021
+++ pkgsrc/security/libgcrypt/Makefile Thu Feb 18 10:58:08 2021
@@ -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
Index: pkgsrc/security/libgcrypt/distinfo
diff -u pkgsrc/security/libgcrypt/distinfo:1.86 pkgsrc/security/libgcrypt/distinfo:1.87
--- pkgsrc/security/libgcrypt/distinfo:1.86 Fri Jan 29 12:10:03 2021
+++ pkgsrc/security/libgcrypt/distinfo Thu Feb 18 10:58:08 2021
@@ -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