From owner-svn-ports-all@freebsd.org Tue Dec 22 09:14:54 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A63A74B8569; Tue, 22 Dec 2020 09:14:54 +0000 (UTC) (envelope-from adamw@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D0VzL4Hbsz3kHw; Tue, 22 Dec 2020 09:14:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8633B16F1; Tue, 22 Dec 2020 09:14:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BM9EsNa015771; Tue, 22 Dec 2020 09:14:54 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BM9ErfO015768; Tue, 22 Dec 2020 09:14:53 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202012220914.0BM9ErfO015768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 22 Dec 2020 09:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558894 - head/security/gnupg X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/security/gnupg X-SVN-Commit-Revision: 558894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2020 09:14:54 -0000 Author: adamw Date: Tue Dec 22 09:14:53 2020 New Revision: 558894 URL: https://svnweb.freebsd.org/changeset/ports/558894 Log: security/gnupg: Update to 2.2.26 Note that this release removes bin/symcryptrun which had essentially no expected current use-case. * gpg: New AKL method "ntds". * gpg: Fix --trusted-key with fingerprint arg. * scd: Fix writing of ECC keys to an OpenPGP card. [#5163] * scd: Make an USB error fix specific to SPR532 readers. [#5167] * dirmngr: With new LDAP keyservers store the new attributes. Never store the useless pgpSignerID. Fix a long standing bug storing some keys on an ldap server. * dirmngr: Support the new Active Direcory LDAP schema for keyservers. * dirmngr: Allow LDAP OpenPGP searches via fingerprint. * dirmngr: Do not block other threads during keyserver LDAP calls. * Support global configuration files. [#4788] * Fix the iconv fallback handling to UTF-8. [#5038] Release-info: https://dev.gnupg.org/T5153 Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo head/security/gnupg/pkg-plist Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Tue Dec 22 08:08:35 2020 (r558893) +++ head/security/gnupg/Makefile Tue Dec 22 09:14:53 2020 (r558894) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.25 +PORTVERSION= 2.2.26 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Tue Dec 22 08:08:35 2020 (r558893) +++ head/security/gnupg/distinfo Tue Dec 22 09:14:53 2020 (r558894) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606231689 -SHA256 (gnupg-2.2.25.tar.bz2) = c55307b247af4b6f44d2916a25ffd1fb64ce2e509c3c3d028dbe7fbf309dc30a -SIZE (gnupg-2.2.25.tar.bz2) = 7195857 +TIMESTAMP = 1608625654 +SHA256 (gnupg-2.2.26.tar.bz2) = 517569e6c9fad22175df16be5900f94c991c41e53612db63c14493e814cfff6d +SIZE (gnupg-2.2.26.tar.bz2) = 7189254 Modified: head/security/gnupg/pkg-plist ============================================================================== --- head/security/gnupg/pkg-plist Tue Dec 22 08:08:35 2020 (r558893) +++ head/security/gnupg/pkg-plist Tue Dec 22 09:14:53 2020 (r558894) @@ -13,7 +13,6 @@ bin/gpgsplit2 bin/gpgtar bin/gpgv2 bin/kbxutil -bin/symcryptrun bin/watchgnupg %%LDAP%%libexec/dirmngr_ldap libexec/gpg-check-pattern