pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libgcrypt Updated libgcrypt to 1.7.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0a3fc61e85d
branches: trunk
changeset: 355797:b0a3fc61e85d
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 12 14:19:39 2016 +0000
description:
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:
security/libgcrypt/Makefile | 5 ++---
security/libgcrypt/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 75fa1c5693b7 -r b0a3fc61e85d security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile Mon Dec 12 14:18:27 2016 +0000
+++ b/security/libgcrypt/Makefile Mon Dec 12 14:19:39 2016 +0000
@@ -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 -r 75fa1c5693b7 -r b0a3fc61e85d security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo Mon Dec 12 14:18:27 2016 +0000
+++ b/security/libgcrypt/distinfo Mon Dec 12 14:19:39 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index