mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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
This commit is contained in:
parent
834fc36b7e
commit
dec4affe78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558894
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gnupg
|
||||
PORTVERSION= 2.2.25
|
||||
PORTVERSION= 2.2.26
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNUPG
|
||||
|
||||
|
@ -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
|
||||
|
@ -13,7 +13,6 @@ bin/gpgsplit2
|
||||
bin/gpgtar
|
||||
bin/gpgv2
|
||||
bin/kbxutil
|
||||
bin/symcryptrun
|
||||
bin/watchgnupg
|
||||
%%LDAP%%libexec/dirmngr_ldap
|
||||
libexec/gpg-check-pattern
|
||||
|
Loading…
Reference in New Issue
Block a user