svn commit: r558894 - head/security/gnupg
Adam Weinberger
adamw at FreeBSD.org
Tue Dec 22 09:14:54 UTC 2020
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
More information about the svn-ports-all
mailing list