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:           Fri Nov  2 23:08:29 UTC 2018

Modified Files:
        pkgsrc/security/libgcrypt: Makefile distinfo

Log Message:
libgcrypt: updated to 1.8.4

Noteworthy changes in version 1.8.4:
* Bug fixes:
  - Fix infinite loop due to applications using fork the wrong
    way.
  - Fix possible leak of a few bits of secret primes to pageable
    memory.
  - Fix possible hang in the RNG (1.8.3 only).
  - Several minor fixes.

* Performance:
  - On Linux always make use of getrandom if possible and then use
    its /dev/urandom behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -u -r1.78 -r1.79 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.95 pkgsrc/security/libgcrypt/Makefile:1.96
--- pkgsrc/security/libgcrypt/Makefile:1.95     Wed Jun 20 06:18:53 2018
+++ pkgsrc/security/libgcrypt/Makefile  Fri Nov  2 23:08:29 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2018/06/20 06:18:53 adam Exp $
+# $NetBSD: Makefile,v 1.96 2018/11/02 23:08:29 adam Exp $
 
-DISTNAME=      libgcrypt-1.8.3
+DISTNAME=      libgcrypt-1.8.4
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/libgcrypt/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/libgcrypt/distinfo
diff -u pkgsrc/security/libgcrypt/distinfo:1.78 pkgsrc/security/libgcrypt/distinfo:1.79
--- pkgsrc/security/libgcrypt/distinfo:1.78     Wed Jun 20 06:18:53 2018
+++ pkgsrc/security/libgcrypt/distinfo  Fri Nov  2 23:08:29 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.78 2018/06/20 06:18:53 adam Exp $
+$NetBSD: distinfo,v 1.79 2018/11/02 23:08:29 adam Exp $
 
-SHA1 (libgcrypt-1.8.3.tar.bz2) = 13bd2ce69e59ab538e959911dfae80ea309636e3
-RMD160 (libgcrypt-1.8.3.tar.bz2) = 3cf9040b3fa0860b07075df2373a71617aff34ec
-SHA512 (libgcrypt-1.8.3.tar.bz2) = 8c873204303f173dd3f49817a81035c1d504b2fc885965c9bc074a6e3fb108ceb6dca366d85e840a40712a6890fc325018ea9b8c1b7b8804c51c44b296cb96a0
-Size (libgcrypt-1.8.3.tar.bz2) = 2989166 bytes
+SHA1 (libgcrypt-1.8.4.tar.bz2) = 4a8ef9db6922f3a31992aca5640b4198a69b58fc
+RMD160 (libgcrypt-1.8.4.tar.bz2) = 57a23952989b6a852d0654218206876c4a878087
+SHA512 (libgcrypt-1.8.4.tar.bz2) = b831fc337eb14806897e224b0d1e78d1f8e9db91dffa818a015a4aa104144e2d971e5a855904907ee2bb9990a9d526de32d6787e1cae98e28a65c3258b2b1ea1
+Size (libgcrypt-1.8.4.tar.bz2) = 2990108 bytes
 SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8
 SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115
 SHA1 (patch-random_jitterentropy-base.c) = 5a14676aae7ad5d12f9f0bed366af5183aaf22ad



Home | Main Index | Thread Index | Old Index