Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2021 18:35:40 GMT
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c12c17025367 - main - security/gnupg: Update to 2.3.2
Message-ID:  <202108241835.17OIZec1037963@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c12c1702536793c438e1835b4b56c9b1751fe49e

commit c12c1702536793c438e1835b4b56c9b1751fe49e
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2021-08-24 18:34:35 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-08-24 18:34:35 +0000

    security/gnupg: Update to 2.3.2
    
    Changes:
      * gpg: Allow fingerprint based lookup with --locate-external-key.
        [ec36eca08c]
    
      * gpg: Allow decryption w/o public key but with correct card
        inserted.  [50293ec2eb]
    
      * gpg: Auto import keys specified with --trusted-keys.  [100037ac0f]
    
      * gpg: Do not use import-clean for LDAP keyserver imports.  [#5387]
    
      * gpg: Fix mailbox based search via AKL keyserver method.  [4fcfac6feb]
    
      * gpg: Fix memory corruption with --clearsign introduced with 2.3.1.
        [#5430]
    
      * gpg: Use a more descriptive prompt for symmetric decryption.
        [6dfae2f402]
    
      * gpg: Improve speed of secret key listing.  [40da61b89b]
    
      * gpg: Support keygrip search with traditional keyring.  [#5469]
    
      * gpg: Let --fetch-key return an exit code on failure.  [#5376]
    
      * gpg: Emit the NO_SECKEY status again for decryption.  [#5562]
    
      * gpgsm: Support decryption of password based encryption (pwri).
        [eeb65d3bbd]
    
      * gpgsm: Support AES-GCM decryption.  [4980fb3c6d]
    
      * gpgsm: Let --dump-cert --show-cert also print an OpenPGP
        fingerprint.  [52bbdc731f]
    
      * gpgsm: Fix finding of issuer in use-keyboxd mode.  [6b76693ff5]
    
      * gpgsm: New option --ldapserver as an alias for --keyserver.
        [89df86157e]
    
      * agent: Use SHA-256 for SSH fingerprint by default.  [#5434]
    
      * agent: Fix calling handle_pincache_put.  [#5436]
    
      * agent: Fix importing protected secret key.  [#5122]
    
      * agent: Fix a regression in agent_get_shadow_info_type.  [#5393]
    
      * agent: Add translatable text for Caps Lock hint.  [#4950]
    
      * agent: New option --pinentry-formatted-passphrase.  [#5517]
    
      * agent: Add checkpin inquiry for pinentry.  [#5517,#5532]
    
      * agent: New option --check-sym-passphrase-pattern.  [#5517]
    
      * agent: Use the sysconfdir for a pattern file.
    
      * agent: Make QT_QPA_PATFORMTHEME=qt5ct work for the pinentry.
        [1305baf099]
    
      * dirmngr: LDAP search by a mailbox now ignores revoked keys.
        [1406f551f1]
    
      * dirmngr: For KS_SEARCH return the fingerprint also with LDAP.
        [#5441]
    
      * dirmngr: Allow for non-URL specified ldap keyservers.  [#5405,#5452]
    
      * dirmngr: New option --ldapserver.  [52cf32ce2f]
    
      * dirmngr: Fix regression in KS_GET for mail address pattern.
        [#5497]
    
      * card: New option --shadow for the list command.  [2fce99d73a]
    
      * tests: Make sure the built keyboxd is used.  [#5406]
    
      * scd: Fix computing shared secrets for 512 bit curves.
        [9e24f2a45c]
    
      * scd: Fix unblock PIN by a Reset Code with KDF.  [#5413]
    
      * scd: Fix PC/SC removed card problem.  [8d81fd7c01]
    
      * scd: Recover the partial match for PORTSTR for PC/SC.
       [53bdc6288f]
    
      * scd: Make sure to release the PC/SC context.  [#5416]
    
      * scd: Fix zero-byte handling in ECC.  [#5163]
    
      * scd: Fix serial number detection for Yubikey 5.  [#5442]
    
      * scd: Add basic support for AET JCOP cards.  [544ec7872a]
    
      * scd: Detect external interference when --pcsc-shared is in use.
        [#5484]
    
      * scd: Fix access to the list of cards.  [#5524]
    
      * gpgconf: Do not list a disabled tpm2d.  [#5408]
    
      * gpgconf: Make runtime changes with different homedir work.
        [31c0aa2ff3]
    
      * keyboxd: Fix searching for exact mail adddress.  [f79e9540ca]
    
      * keyboxd: Fix searching with multiple patterns.  [101ba4f18a]
    
      * gpgtar: Fix file size computation under Windows.  [14e36bdbe1]
    
      * tools: Extend gpg-check-pattern.  [73c03e0232]
    
      * wkd: Fix client issue with leading or trailing spaces in
        user-ids.  [b4345f7521]
    
      * Under Windows add a fallback in case the console can't cope with
        Unicode.  [#5491]
    
      * Under Windows use LOCAL_APPDATA for the socket directory.  [#5537]
    
      * Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to Pinentry.
        [#3659]
    
      * Change the default keyserver to keyserver.ubuntu.com.  This is a
        temporary change due to the shutdown of the SKS keyserver pools.
        [55b5928099]
    
      Release-info: https://dev.gnupg.org/T5405L
---
 security/gnupg/Makefile | 2 +-
 security/gnupg/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 3d35189e46ba..11252ca3ef3d 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gnupg
-PORTVERSION=	2.3.1
+PORTVERSION=	2.3.2
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index 9957f765fff3..146ccd05b772 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618925954
-SHA256 (gnupg-2.3.1.tar.bz2) = c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec
-SIZE (gnupg-2.3.1.tar.bz2) = 7570431
+TIMESTAMP = 1629828600
+SHA256 (gnupg-2.3.2.tar.bz2) = e1d953e0e296072fca284215103ef168885eaac596c4660c5039a36a83e3041b
+SIZE (gnupg-2.3.2.tar.bz2) = 7589445



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108241835.17OIZec1037963>