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.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d7bdc24e236
branches:  trunk
changeset: 348641:9d7bdc24e236
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 17 11:56:13 2016 +0000

description:
Updated libgcrypt to 1.7.1.

Noteworthy changes in version 1.7.1 (2016-06-15)  [C21/A1/R1]
------------------------------------------------

 * Bug fixes:

   - Fix ecc_verify for cofactor support.

   - Fix portability bug when using gcc with Solaris 9 SPARC.

   - Build fix for OpenBSD/amd64

   - Add OIDs to the Serpent ciphers.

 * Internal changes:

   - Use getrandom system call on Linux if available.

   - Blinding is now also used for RSA signature creation.

   - Changed names of debug envvars

diffstat:

 security/libgcrypt/Makefile |   4 ++--
 security/libgcrypt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r d968ed3e4227 -r 9d7bdc24e236 security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Fri Jun 17 11:54:18 2016 +0000
+++ b/security/libgcrypt/Makefile       Fri Jun 17 11:56:13 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2016/05/15 07:39:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.79 2016/06/17 11:56:13 wiz Exp $
 
-DISTNAME=      libgcrypt-1.7.0
+DISTNAME=      libgcrypt-1.7.1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
                http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
diff -r d968ed3e4227 -r 9d7bdc24e236 security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo       Fri Jun 17 11:54:18 2016 +0000
+++ b/security/libgcrypt/distinfo       Fri Jun 17 11:56:13 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.63 2016/04/18 06:19:57 wiz Exp $
+$NetBSD: distinfo,v 1.64 2016/06/17 11:56:13 wiz Exp $
 
-SHA1 (libgcrypt-1.7.0.tar.bz2) = f840b737faafded451a084ae143285ad68bbfb01
-RMD160 (libgcrypt-1.7.0.tar.bz2) = a3dd720acd67977bf0e2158b8a61bbe384c27356
-SHA512 (libgcrypt-1.7.0.tar.bz2) = 658eca9161d104b81c249dc47d9e4f2df58f26c63bd28ee9ad7a642fd84f09faddbde51e070bc923bfd54fb5785acf8ff2f0da244e6b497b57407f5f67c3574b
-Size (libgcrypt-1.7.0.tar.bz2) = 2840453 bytes
+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 (patch-aa) = 3dd44b8745128a6788d24f9eb00002624a5fc52b
 SHA1 (patch-src_visibility.h) = 8cbbf6803ab34b4b7dda832aa8ee18247aa89518



Home | Main Index | Thread Index | Old Index