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:   wiz
Date:           Sat Jul 16 08:35:52 UTC 2016

Modified Files:
        pkgsrc/security/libgcrypt: Makefile distinfo
Removed Files:
        pkgsrc/security/libgcrypt/patches: patch-cipher_poly1305-armv7-neon.S

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/security/libgcrypt/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/libgcrypt/patches/patch-cipher_poly1305-armv7-neon.S

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.80 pkgsrc/security/libgcrypt/Makefile:1.81
--- pkgsrc/security/libgcrypt/Makefile:1.80     Sat Jul  2 13:24:17 2016
+++ pkgsrc/security/libgcrypt/Makefile  Sat Jul 16 08:35:52 2016
@@ -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/

Index: pkgsrc/security/libgcrypt/distinfo
diff -u pkgsrc/security/libgcrypt/distinfo:1.65 pkgsrc/security/libgcrypt/distinfo:1.66
--- pkgsrc/security/libgcrypt/distinfo:1.65     Sat Jul  2 13:24:17 2016
+++ pkgsrc/security/libgcrypt/distinfo  Sat Jul 16 08:35:52 2016
@@ -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



Home | Main Index | Thread Index | Old Index