Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AA8457AAB9 for ; Sat, 16 Jul 2016 08:35:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 552A585E46; Sat, 16 Jul 2016 08:35:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA55885E44 for ; Sat, 16 Jul 2016 08:35:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1DdCjDO4A1Th for ; Sat, 16 Jul 2016 08:35:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5A64084C86 for ; Sat, 16 Jul 2016 08:35:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6C66FBB5; Sat, 16 Jul 2016 08:35:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468658152119610" MIME-Version: 1.0 Date: Sat, 16 Jul 2016 08:35:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/libgcrypt To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160716083552.C6C66FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1468658152119610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jul 16 08:35:52 UTC 2016 Modified Files: pkgsrc/security/libgcrypt: Makefile distinfo Removed Files: pkgsrc/security/libgcrypt/patches: patch-cipher_poly1305-armv7-neon.S Log Message: Updated libgcrypt to 1.7.2. Noteworthy changes in version 1.7.2 (2016-07-14) [C21/A1/R2] ------------------------------------------------ * Bug fixes: - Fix setting of the ECC cofactor if parameters are specified. - Fix memory leak in the ECC code. - Remove debug message about unsupported getrandom syscall. - Fix build problems related to AVX use. - Fix bus errors on ARM for Poly1305, ChaCha20, AES, and SHA-512. * Internal changes: - Improved fatal error message for wrong use of gcry_md_read. - Disallow symmetric encryption/decryption if key is not set. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/security/libgcrypt/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/security/libgcrypt/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/security/libgcrypt/patches/patch-cipher_poly1305-armv7-neon.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468658152119610 Content-Disposition: inline Content-Length: 2037 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.80 pkgsrc/security/libgcrypt/Makefile:1.81 --- pkgsrc/security/libgcrypt/Makefile:1.80 Sat Jul 2 13:24:17 2016 +++ pkgsrc/security/libgcrypt/Makefile Sat Jul 16 08:35:52 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2016/07/02 13:24:17 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2016/07/16 08:35:52 wiz Exp $ -DISTNAME= libgcrypt-1.7.1 -PKGREVISION= 1 +DISTNAME= libgcrypt-1.7.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \ http://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ Index: pkgsrc/security/libgcrypt/distinfo diff -u pkgsrc/security/libgcrypt/distinfo:1.65 pkgsrc/security/libgcrypt/distinfo:1.66 --- pkgsrc/security/libgcrypt/distinfo:1.65 Sat Jul 2 13:24:17 2016 +++ pkgsrc/security/libgcrypt/distinfo Sat Jul 16 08:35:52 2016 @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.65 2016/07/02 13:24:17 wiz Exp $ +$NetBSD: distinfo,v 1.66 2016/07/16 08:35:52 wiz Exp $ -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 (libgcrypt-1.7.2.tar.bz2) = 85a6a936bcab4c3c05f5efbf6ce847f23d35c0c4 +RMD160 (libgcrypt-1.7.2.tar.bz2) = 75ba4fb9ab1bf35623cd25f406d5724e88bcbf78 +SHA512 (libgcrypt-1.7.2.tar.bz2) = 3e5917c0f9094f59626983a256b68c1569cbd94fb9ec68650bc9815cf665a7825b6a0060a6a4a3c24744107a2d13c9baa8e8ffe64b743414fd461493e54987cf +Size (libgcrypt-1.7.2.tar.bz2) = 2845301 bytes SHA1 (patch-aa) = 3dd44b8745128a6788d24f9eb00002624a5fc52b -SHA1 (patch-cipher_poly1305-armv7-neon.S) = 656c37688bf96a1cfe971375f7c27784ed7804c5 SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115 SHA1 (patch-src_visibility.h) = 8cbbf6803ab34b4b7dda832aa8ee18247aa89518 --_----------=_1468658152119610--