Bug 236777

Summary: security/gnupg: Update to 2.2.14.
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (adamw)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2019-03-25 10:41:05 UTC
Created attachment 203122 [details]
Patch file

* Update to 2.2.14.
* Fix portlint warnings.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-26 00:05:59 UTC
A commit references this bug:

Author: adamw
Date: Tue Mar 26 00:05:12 UTC 2019
New revision: 496862
URL: https://svnweb.freebsd.org/changeset/ports/496862

Log:
  Update gnupg to 2.2.14, pet portlint, and remove a redundant readline
  dependency.

    * gpg: Allow import of PGP desktop exported secret keys.  Also avoid
     importing secret keys if the secret keyblock is not valid.  [#4392]

    * gpg: Do not error out on version 5 keys in the local keyring.

    * gpg: Make invalid primary key algo obvious in key listings.

    * sm: Do not mark a certificate in a key listing as de-vs compliant
      if its use for a signature will not be possible.

    * sm: Fix certificate creation with key on card.

    * sm: Create rsa3072 bit certificates by default.

    * sm: Print Yubikey attestation extensions with --dump-cert.

    * agent: Fix cancellation handling for scdaemon.

    * agent: Support --mode=ssh option for CLEAR_PASSPHRASE.  [#4340]

    * scd: Fix flushing of the CA-FPR DOs in app-openpgp.

    * scd: Avoid a conflict error with the "undefined" app.

    * dirmngr: Add CSRF protection exception for protonmail.

    * dirmngr: Fix build problems with gcc 9 in libdns.

    * gpgconf: New option --show-socket for use wity --launch.

    * gpgtar: Make option -C work for archive creation.

    Release-info: https://dev.gnupg.org/T4412

  PR:		236777
  Submitted by:	Yasuhiro Kimura

Changes:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2019-03-26 00:10:15 UTC
Committed, thanks!