From nobody Wed Oct 13 14:55:47 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9712A18096FD; Wed, 13 Oct 2021 14:55:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTwZW3qL7z4RBr; Wed, 13 Oct 2021 14:55:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AC5E29A29; Wed, 13 Oct 2021 14:55:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DEtl2l013114; Wed, 13 Oct 2021 14:55:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DEtlpU013113; Wed, 13 Oct 2021 14:55:47 GMT (envelope-from git) Date: Wed, 13 Oct 2021 14:55:47 GMT Message-Id: <202110131455.19DEtlpU013113@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adam Weinberger Subject: git: b57a65540fdf - main - security/gnupg: Update to 2.3.3 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adamw X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b57a65540fdf5e618b006621f2ab6b946ddfe62c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=b57a65540fdf5e618b006621f2ab6b946ddfe62c commit b57a65540fdf5e618b006621f2ab6b946ddfe62c Author: Adam Weinberger AuthorDate: 2021-10-13 14:54:57 +0000 Commit: Adam Weinberger CommitDate: 2021-10-13 14:55:40 +0000 security/gnupg: Update to 2.3.3 Changes: * agent: Fix segv in GET_PASSPHRASE (regression). [#5577] * dirmngr: Fix Let's Encrypt certificate chain validation. [#5639] * gpg: Change default and maximum AEAD chunk size to 4 MiB. [ad3dabc9fb] * gpg: Print a warning when importing a bad cv25519 secret key. [#5464] * gpg: Fix --list-packets for undecryptable AEAD packets. [#5584] * gpg: Verify backsigs for v5 keys correctly. [#5628] * keyboxd: Fix checksum computation for no UBID entry on disk. [#5573] * keyboxd: Fix "invalid object" error with cv448 keys. [#5609] * dirmngr: New option --ignore-cert. [4b3e9a44b5] * agent: Fix calibrate_get_time use of clock_gettime. [#5623] * Silence process spawning diagnostics on Windows. [f2b01025c3] * Support a gpgconf.ctl file under Unix and use this for the regression tests. [#5999] * The Windows installer now also installs the new keyboxd. (Put "use-keyboxd" into common.conf to use a fast SQLite database instead of the pubring.kbx file.) Release-info: https://dev.gnupg.org/T5565 --- security/gnupg/Makefile | 6 +++++- security/gnupg/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 11252ca3ef3d..91975aedfbaa 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,5 +1,5 @@ PORTNAME= gnupg -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= security MASTER_SITES= GNUPG @@ -74,4 +74,8 @@ post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/gpgsplit ${STAGEDIR}${PREFIX}/bin/gpgsplit2 ${MV} ${STAGEDIR}${DATADIR}/help*.txt ${STAGEDIR}${DOCSDIR} +# Necessary because of --enable-gpg-is-gpg2 +pre-test: + ${LN} -s gpg ${WRKSRC}/bin/gpg2 + .include diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 146ccd05b772..62baae4167de 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629828600 -SHA256 (gnupg-2.3.2.tar.bz2) = e1d953e0e296072fca284215103ef168885eaac596c4660c5039a36a83e3041b -SIZE (gnupg-2.3.2.tar.bz2) = 7589445 +TIMESTAMP = 1634135268 +SHA256 (gnupg-2.3.3.tar.bz2) = 5789b86da6a1a6752efb38598f16a77af51170a8494039c3842b085032e8e937 +SIZE (gnupg-2.3.3.tar.bz2) = 7590874