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:   adam
Date:           Thu Dec 14 08:49:55 UTC 2017

Modified Files:
        pkgsrc/security/libgcrypt: Makefile distinfo

Log Message:
libgcrypt: updated to 1.8.2

Noteworthy changes in version 1.8.2:

 * Bug fixes:
   - Do not use /dev/srandom on OpenBSD.
   - Fix test suite failure on systems with large pages.
   - Fix test suite to not use mmap on Windows.
   - Fix fatal out of secure memory status in the s-expression parser
     on heavy loaded systems.

 * Other:
   - Backport the auto expand secmem feature from master for use by
     the forthcoming GnuPG 2.2.4.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/security/libgcrypt/distinfo

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.92 pkgsrc/security/libgcrypt/Makefile:1.93
--- pkgsrc/security/libgcrypt/Makefile:1.92     Sun Aug 27 12:38:36 2017
+++ pkgsrc/security/libgcrypt/Makefile  Thu Dec 14 08:49:54 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2017/08/27 12:38:36 adam Exp $
+# $NetBSD: Makefile,v 1.93 2017/12/14 08:49:54 adam Exp $
 
-DISTNAME=      libgcrypt-1.8.1
+DISTNAME=      libgcrypt-1.8.2
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgcrypt/
 MASTER_SITES+= http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/
@@ -17,7 +17,7 @@ GNU_CONFIGURE=                yes
 TEST_TARGET=           check
 
 TEXINFO_REQD=          4.0
-INFO_FILES=            yes # PLIST
+INFO_FILES=            yes
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"

Index: pkgsrc/security/libgcrypt/distinfo
diff -u pkgsrc/security/libgcrypt/distinfo:1.75 pkgsrc/security/libgcrypt/distinfo:1.76
--- pkgsrc/security/libgcrypt/distinfo:1.75     Sun Aug 27 12:38:36 2017
+++ pkgsrc/security/libgcrypt/distinfo  Thu Dec 14 08:49:54 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.75 2017/08/27 12:38:36 adam Exp $
+$NetBSD: distinfo,v 1.76 2017/12/14 08:49:54 adam Exp $
 
-SHA1 (libgcrypt-1.8.1.tar.bz2) = dd35f00da45602afe81e01f4d60c40bbdd826fe6
-RMD160 (libgcrypt-1.8.1.tar.bz2) = 5132a2f4ff4531048e9cabbaa98d0cdfbe2f895c
-SHA512 (libgcrypt-1.8.1.tar.bz2) = 27c9d2fd9cba5afca71d421c9299d6942463975fae0bd10d4ff42cda2d7ea213e6b73c071a40fcf23ff52a93394cc7505ab332f8a4a3321826460e471eda5b4e
-Size (libgcrypt-1.8.1.tar.bz2) = 2967344 bytes
+SHA1 (libgcrypt-1.8.2.tar.bz2) = ab8aae5d7a68f8e0988f90e11e7f6a4805af5c8d
+RMD160 (libgcrypt-1.8.2.tar.bz2) = e0bed861b328fe411faa74daca0db388fb5aed88
+SHA512 (libgcrypt-1.8.2.tar.bz2) = 1e8c414f95bf6b50e778102ca7c1b3b1f30d8320826d9fff747a0a098ef85499cdc3e6de736853b9cd4e5dadda35c7c0a291e13643dcac5eaef44f2ddc7a6c09
+Size (libgcrypt-1.8.2.tar.bz2) = 2966534 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