Received: by mail.netbsd.org (Postfix, from userid 605) id 2A9E384D46; Mon, 17 Oct 2022 09:08:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B51D84D39 for ; Mon, 17 Oct 2022 09:08:18 +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 zJHEFvNxCEht for ; Mon, 17 Oct 2022 09:08:17 +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 B7DC184C71 for ; Mon, 17 Oct 2022 09:08:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A48DBFA90; Mon, 17 Oct 2022 09:08:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665997697203950" MIME-Version: 1.0 Date: Mon, 17 Oct 2022 09:08:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/gnupg2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221017090817.A48DBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665997697203950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 17 09:08:17 UTC 2022 Modified Files: pkgsrc/security/gnupg2: Makefile distinfo Log Message: gnupg2: updated to 2.2.40 Noteworthy changes in version 2.2.40 (2022-10-10) ------------------------------------------------- * gpg: Do not consider unknown public keys as non-compliant while decrypting. * gpg: Avoid to emit a compliance mode line if Libgcrypt is non-compliant. * gpg: In de-vs mode use AES-128 instead of 3-DES as implicit preference. * gpgsm: Fix reporting of bad passphrase error during PKCS-11 import. * dirmngr: Fix CRL Distribution Point fallback to other schemes. * dirmngr: New LDAP server flag "areconly" (A-record-only). * dirmngr: Fix upload of multiple keys for an LDAP server specified using the colon format. * dirmngr: Use LDAP schema v2 when a Base DN is specified. * wkd: New command --mirror for gpg-wks-client. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 pkgsrc/security/gnupg2/Makefile cvs rdiff -u -r1.77 -r1.78 pkgsrc/security/gnupg2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665997697203950 Content-Disposition: inline Content-Length: 1708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gnupg2/Makefile diff -u pkgsrc/security/gnupg2/Makefile:1.138 pkgsrc/security/gnupg2/Makefile:1.139 --- pkgsrc/security/gnupg2/Makefile:1.138 Tue Sep 27 12:49:06 2022 +++ pkgsrc/security/gnupg2/Makefile Mon Oct 17 09:08:17 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.138 2022/09/27 12:49:06 adam Exp $ +# $NetBSD: Makefile,v 1.139 2022/10/17 09:08:17 adam Exp $ -DISTNAME= gnupg-2.2.39 +DISTNAME= gnupg-2.2.40 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ Index: pkgsrc/security/gnupg2/distinfo diff -u pkgsrc/security/gnupg2/distinfo:1.77 pkgsrc/security/gnupg2/distinfo:1.78 --- pkgsrc/security/gnupg2/distinfo:1.77 Tue Sep 27 12:49:06 2022 +++ pkgsrc/security/gnupg2/distinfo Mon Oct 17 09:08:17 2022 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.77 2022/09/27 12:49:06 adam Exp $ +$NetBSD: distinfo,v 1.78 2022/10/17 09:08:17 adam Exp $ -BLAKE2s (gnupg-2.2.39.tar.bz2) = fc8d9d4a67000d6a5f9b7e558a1e52bf14e02a91f9314f9fe5d70cf2dcd2027e -SHA512 (gnupg-2.2.39.tar.bz2) = 73f881c12c82010aeaada500517ff39ab22b27ff21b1248bc2228b60a2d75385a44a53c5cfadb8f6b84ef22ad9db0105096b6620fb689560809b324019713940 -Size (gnupg-2.2.39.tar.bz2) = 7290098 bytes +BLAKE2s (gnupg-2.2.40.tar.bz2) = 86b85c67718efbc4597a012fb6f133882b3d5faccee210e25a14ffbf1f0819ea +SHA512 (gnupg-2.2.40.tar.bz2) = 4c2f5fbf37ba6fbad0045aad23129186963010c673ea0b81801adc4f98efe14d6c7228e22815b6b26307c1fe5bb51cd088aa6a0f06a9325d3c021849ef81c594 +Size (gnupg-2.2.40.tar.bz2) = 7301631 bytes SHA1 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6 +SHA1 (patch-dirmngr_server.c) = debd69ad463435af82aec5565a00ca14f8a0c0a8 --_----------=_1665997697203950--