Received: by mail.netbsd.org (Postfix, from userid 605) id B66F084E19; Fri, 2 Nov 2018 23:08:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C284184E0A for ; Fri, 2 Nov 2018 23:08:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QCks-7B-4Pv3 for ; Fri, 2 Nov 2018 23:08:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F3F684CD1 for ; Fri, 2 Nov 2018 23:08:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 087B5FB19; Fri, 2 Nov 2018 23:08:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1541200110137420" MIME-Version: 1.0 Date: Fri, 2 Nov 2018 23:08:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/libgcrypt To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181102230830.087B5FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1541200110137420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1541200110137420 Content-Disposition: inline Content-Length: 1920 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1541200110137420--