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.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4144e4deb19d
branches: trunk
changeset: 349836:4144e4deb19d
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 16 08:35:52 2016 +0000
description:
Updated libgcrypt to 1.7.2.
Noteworthy changes in version 1.7.2 (2016-07-14) [C21/A1/R2]
------------------------------------------------
* Bug fixes:
- Fix setting of the ECC cofactor if parameters are specified.
- Fix memory leak in the ECC code.
- Remove debug message about unsupported getrandom syscall.
- Fix build problems related to AVX use.
- Fix bus errors on ARM for Poly1305, ChaCha20, AES, and SHA-512.
* Internal changes:
- Improved fatal error message for wrong use of gcry_md_read.
- Disallow symmetric encryption/decryption if key is not set.
diffstat:
security/libgcrypt/Makefile | 5 +--
security/libgcrypt/distinfo | 11 +++----
security/libgcrypt/patches/patch-cipher_poly1305-armv7-neon.S | 16 -----------
3 files changed, 7 insertions(+), 25 deletions(-)
diffs (52 lines):
diff -r 5380977ee20c -r 4144e4deb19d security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile Sat Jul 16 08:32:15 2016 +0000
+++ b/security/libgcrypt/Makefile Sat Jul 16 08:35:52 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2016/07/02 13:24:17 wiz Exp $
+# $NetBSD: Makefile,v 1.81 2016/07/16 08:35:52 wiz Exp $
-DISTNAME= libgcrypt-1.7.1
-PKGREVISION= 1
+DISTNAME= libgcrypt-1.7.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
diff -r 5380977ee20c -r 4144e4deb19d security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo Sat Jul 16 08:32:15 2016 +0000
+++ b/security/libgcrypt/distinfo Sat Jul 16 08:35:52 2016 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.65 2016/07/02 13:24:17 wiz Exp $
+$NetBSD: distinfo,v 1.66 2016/07/16 08:35:52 wiz Exp $
-SHA1 (libgcrypt-1.7.1.tar.bz2) = b688add52b622bb96bbd823ba21aa05a116d442f
-RMD160 (libgcrypt-1.7.1.tar.bz2) = 1be0c84cf7bcb1ac8a185ff965e02b9182708f6f
-SHA512 (libgcrypt-1.7.1.tar.bz2) = 08ca7de8b6324d1119935b1f400b0ef55e761d42178a4daa8077d36072e5f0987ec6e7834a98c62f1a06261b1b99edc45b3041a873e284a002d8486ffc3347f5
-Size (libgcrypt-1.7.1.tar.bz2) = 2843435 bytes
+SHA1 (libgcrypt-1.7.2.tar.bz2) = 85a6a936bcab4c3c05f5efbf6ce847f23d35c0c4
+RMD160 (libgcrypt-1.7.2.tar.bz2) = 75ba4fb9ab1bf35623cd25f406d5724e88bcbf78
+SHA512 (libgcrypt-1.7.2.tar.bz2) = 3e5917c0f9094f59626983a256b68c1569cbd94fb9ec68650bc9815cf665a7825b6a0060a6a4a3c24744107a2d13c9baa8e8ffe64b743414fd461493e54987cf
+Size (libgcrypt-1.7.2.tar.bz2) = 2845301 bytes
SHA1 (patch-aa) = 3dd44b8745128a6788d24f9eb00002624a5fc52b
-SHA1 (patch-cipher_poly1305-armv7-neon.S) = 656c37688bf96a1cfe971375f7c27784ed7804c5
SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115
SHA1 (patch-src_visibility.h) = 8cbbf6803ab34b4b7dda832aa8ee18247aa89518
diff -r 5380977ee20c -r 4144e4deb19d security/libgcrypt/patches/patch-cipher_poly1305-armv7-neon.S
--- a/security/libgcrypt/patches/patch-cipher_poly1305-armv7-neon.S Sat Jul 16 08:32:15 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-cipher_poly1305-armv7-neon.S,v 1.1 2016/07/02 13:24:17 wiz Exp $
-
-Fix ARM Neon assembler problem.
-https://lists.gnupg.org/pipermail/gcrypt-devel/2016-June/003904.html
-
---- cipher/poly1305-armv7-neon.S.orig 2016-03-23 11:59:34.000000000 +0000
-+++ cipher/poly1305-armv7-neon.S
-@@ -52,7 +52,7 @@ _gcry_poly1305_armv7_neon_init_ext:
- and r2, r2, r2
- moveq r14, #-1
- ldmia r1!, {r2-r5}
-- ldr r7, =.Lpoly1305_init_constants_neon
-+ adr r7, .Lpoly1305_init_constants_neon
- mov r6, r2
- mov r8, r2, lsr #26
- mov r9, r3, lsr #20
Home |
Main Index |
Thread Index |
Old Index