Skip to content

Commit

Permalink
security/gnupg: Update to 2.2.26
Browse files Browse the repository at this point in the history
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


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@558894 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
adamw committed Dec 22, 2020
1 parent 50d4e44 commit d300b8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion security/gnupg/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= gnupg
PORTVERSION= 2.2.25
PORTVERSION= 2.2.26
CATEGORIES= security
MASTER_SITES= GNUPG

Expand Down
6 changes: 3 additions & 3 deletions security/gnupg/distinfo
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion security/gnupg/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ bin/gpgsplit2
bin/gpgtar
bin/gpgv2
bin/kbxutil
bin/symcryptrun
bin/watchgnupg
%%LDAP%%libexec/dirmngr_ldap
libexec/gpg-check-pattern
Expand Down

0 comments on commit d300b8b

Please sign in to comment.