diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-12 14:19:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-12 14:19:39 +0000 |
commit | ad8a5cf05d346d968339b1c1ffe7025992ef4fb2 (patch) | |
tree | 83512276f2d8e873440281e57fff74631a426641 /security | |
parent | 3ef56b46567ec356c4943adb2ae038b6f091abac (diff) | |
download | pkgsrc-ad8a5cf05d346d968339b1c1ffe7025992ef4fb2.tar.gz |
Updated libgcrypt to 1.7.4.
Noteworthy changes in version 1.7.4 (2016-12-09) [C21/A1/R4]
------------------------------------------------
* Performance:
- More ARMv8/AArch32 improvements for AES, GCM, SHA-256, and SHA-1.
- Add ARMv8/AArch32 assembly implementation for Twofish and
Camellia.
- Add bulk processing implementation for ARMv8/AArch32.
- Add Stribog OIDs.
- Improve the DRBG performance and sync the code with the Linux
version.
* Internal changes:
- When secure memory is requested by the MPI functions or by
gcry_xmalloc_secure, they do not anymore lead to a fatal error if
the secure memory pool is used up. Instead new pools are
allocated as needed. These new pools are not protected against
being swapped out (mlock can't be used). However, these days
this is considered a minor issue and can easily be mitigated by
using encrypted swap space.
* Bug fixes:
- Fix GOST 28147 CryptoPro-B S-box.
- Fix error code handling of mlock calls.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 5 | ||||
-rw-r--r-- | security/libgcrypt/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 88b6af4c734..bfbc52aa5ed 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2016/09/01 10:19:30 fhajny Exp $ +# $NetBSD: Makefile,v 1.85 2016/12/12 14:19:39 wiz Exp $ -DISTNAME= libgcrypt-1.7.3 -PKGREVISION= 1 +DISTNAME= libgcrypt-1.7.4 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index 75495f87a9a..f4dace92be5 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.68 2016/09/01 10:19:30 fhajny Exp $ +$NetBSD: distinfo,v 1.69 2016/12/12 14:19:39 wiz Exp $ -SHA1 (libgcrypt-1.7.3.tar.bz2) = 5a034291e7248592605db448481478e6c963aa9c -RMD160 (libgcrypt-1.7.3.tar.bz2) = 0d3cd1f17572dfaccf098cfaea79d36d6f484418 -SHA512 (libgcrypt-1.7.3.tar.bz2) = 55c5704e45167dc5adf1e5a92789a5d841dc27966212cc556abb374e724fddcd85c74b83e0cfa5f3ed2575e3fec9465e8a90d1c5bc8ab1f6697c9abfc2dcaa05 -Size (libgcrypt-1.7.3.tar.bz2) = 2861294 bytes +SHA1 (libgcrypt-1.7.4.tar.bz2) = 8b3f96f8cfd6791c228c3ba282c83860c83c8844 +RMD160 (libgcrypt-1.7.4.tar.bz2) = 5c197967b3a13c8517382b3bb65f26268ea3c817 +SHA512 (libgcrypt-1.7.4.tar.bz2) = e1a6c2ccb2ed1fa5ac3e6aeb977b4cd4051e62dd6998335d681b6d9d1399c7b728cced4e9044f0cae1b79efd4acd034d800c2da20529db096af000b29bfc54f5 +Size (libgcrypt-1.7.4.tar.bz2) = 2883284 bytes SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8 SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115 SHA1 (patch-src_visibility.h) = 8cbbf6803ab34b4b7dda832aa8ee18247aa89518 |