diff options
author | adam <adam@pkgsrc.org> | 2021-02-18 10:58:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-18 10:58:08 +0000 |
commit | 895b2f597e6c96e43790bf19bedfcf10a1bb5520 (patch) | |
tree | 81c225604406214f6498a90daec9e453f31c2d06 | |
parent | 89c1cbf66044050a50a0a99e91b4ea1f2e909651 (diff) | |
download | pkgsrc-895b2f597e6c96e43790bf19bedfcf10a1bb5520.tar.gz |
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.
-rw-r--r-- | security/libgcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/libgcrypt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 93446754daf..f195626d9b6 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -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 --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index fb40b063171..1545f65cc03 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -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 |