pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libgcrypt libgcrypt: updated to 1.8.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a3e493f6e7d
branches:  trunk
changeset: 314631:2a3e493f6e7d
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 02 23:08:29 2018 +0000

description:
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.

diffstat:

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

diffs (30 lines):

diff -r dae9617051a8 -r 2a3e493f6e7d security/libgcrypt/Makefile
--- a/security/libgcrypt/Makefile       Fri Nov 02 23:03:46 2018 +0000
+++ b/security/libgcrypt/Makefile       Fri Nov 02 23:08:29 2018 +0000
@@ -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
diff -r dae9617051a8 -r 2a3e493f6e7d security/libgcrypt/distinfo
--- a/security/libgcrypt/distinfo       Fri Nov 02 23:03:46 2018 +0000
+++ b/security/libgcrypt/distinfo       Fri Nov 02 23:08:29 2018 +0000
@@ -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