Received: by mail.netbsd.org (Postfix, from userid 605) id 12EAB84D41; Thu, 18 Feb 2021 10:58:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B14D84D14 for ; Thu, 18 Feb 2021 10:58:09 +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 4vLgJWCUhXYD for ; Thu, 18 Feb 2021 10:58:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B04A284CE7 for ; Thu, 18 Feb 2021 10:58:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D7F4FA95; Thu, 18 Feb 2021 10:58:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613645888230160" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 10:58:08 +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: <20210218105808.9D7F4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613645888230160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 18 10:58:08 UTC 2021 Modified Files: pkgsrc/security/libgcrypt: Makefile distinfo Log Message: libgcrypt: updated to 1.9.2 Noteworthy changes in version 1.9.2 (2021-02-17) ------------------------------------------------ * Bug fixes: - Fix build problem for macOS in the random code. - Fix building with --disable-asm on x86. - Check public key for ECDSA verify operation. - Make sure gcry_get_config (NULL) returns a nul-terminated string. - Fix a memory leak in the ECDH code. - Fix a reading beyond end of input buffer in SHA2-avx2. * Other features: - New test driver to allow for standalone regression tests. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 pkgsrc/security/libgcrypt/Makefile cvs rdiff -u -r1.86 -r1.87 pkgsrc/security/libgcrypt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613645888230160 Content-Disposition: inline Content-Length: 1907 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.101 pkgsrc/security/libgcrypt/Makefile:1.102 --- pkgsrc/security/libgcrypt/Makefile:1.101 Fri Jan 29 12:10:03 2021 +++ pkgsrc/security/libgcrypt/Makefile Thu Feb 18 10:58:08 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.101 2021/01/29 12:10:03 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2021/02/18 10:58:08 adam Exp $ -DISTNAME= libgcrypt-1.9.1 +DISTNAME= libgcrypt-1.9.2 CATEGORIES= security MASTER_SITES= https://gnupg.org/ftp/gcrypt/libgcrypt/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/security/libgcrypt/distinfo diff -u pkgsrc/security/libgcrypt/distinfo:1.86 pkgsrc/security/libgcrypt/distinfo:1.87 --- pkgsrc/security/libgcrypt/distinfo:1.86 Fri Jan 29 12:10:03 2021 +++ pkgsrc/security/libgcrypt/distinfo Thu Feb 18 10:58:08 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.86 2021/01/29 12:10:03 wiz Exp $ +$NetBSD: distinfo,v 1.87 2021/02/18 10:58:08 adam Exp $ -SHA1 (libgcrypt-1.9.1.tar.bz2) = a15ce7355b028f28a33428eaa0147154861b29d4 -RMD160 (libgcrypt-1.9.1.tar.bz2) = f9bbd9ed747f21e5c66e7287102975f2cb04f4e5 -SHA512 (libgcrypt-1.9.1.tar.bz2) = e8a028724cf5476fff0ca82c5c279a64b3bc5d1fd1472b784df4084b185266825baffc49e27b90db7453c8faef68cd0b8264f379abacee629bbdf6b11f2a28d6 -Size (libgcrypt-1.9.1.tar.bz2) = 3202683 bytes +SHA1 (libgcrypt-1.9.2.tar.bz2) = 29bd5d0a8f674d4521167dd518ef99b26d1e8f27 +RMD160 (libgcrypt-1.9.2.tar.bz2) = 57fca67d695ff958086becd33abfca8256efbee6 +SHA512 (libgcrypt-1.9.2.tar.bz2) = d2e3dc89788763229f554382b3cf0c3a2680f774258abc4c1fd9ef1ad44920d57d14422af9b6b405e42742e691d19ab2ee458fddf057e778964519eee090f016 +Size (libgcrypt-1.9.2.tar.bz2) = 3206187 bytes SHA1 (patch-aa) = 60b3f4453b217ed8879a2ffd8d485c0195ffb5f8 SHA1 (patch-cipher_rijndael-arm.S) = ef3cb7f481022440780eb48ae31cbfad0a3ec115 SHA1 (patch-configure) = edc92453a0843ab0442da7f1b9df2ef4c219bdf5 --_----------=_1613645888230160--