svn commit: r496862 - head/security/gnupg

Adam Weinberger adamw at FreeBSD.org
Tue Mar 26 00:05:13 UTC 2019


Author: adamw
Date: Tue Mar 26 00:05:12 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

Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Mon Mar 25 23:59:03 2019	(r496861)
+++ head/security/gnupg/Makefile	Tue Mar 26 00:05:12 2019	(r496862)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.2.13
+PORTVERSION=	2.2.14
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
@@ -22,10 +22,11 @@ BUILD_DEPENDS=	libassuan>=2.5.1:security/libassuan \
 		libgpg-error>=1.16:security/libgpg-error
 RUN_DEPENDS=	pinentry:security/pinentry
 
+USES=		compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2
+
 CONFLICTS=	gnupg-2.0.* dirmngr-[0-9]*
 CPE_VENDOR=	gnupg
 
-USES=		compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2
 CONFIGURE_ARGS=	--disable-ntbtls --disable-wks-tools \
 		--enable-gpg-is-gpg2 --enable-symcryptrun
 GNU_CONFIGURE=	yes
@@ -51,7 +52,6 @@ LARGE_RSA_CONFIGURE_ENABLE=	large-secmem
 LDAP_CONFIGURE_WITH=	ldap=${LOCALBASE}
 LDAP_LIBS=		-L${LOCALBASE}/lib
 LDAP_USE=		OPENLDAP=yes
-LDAP_USES=		readline
 
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Mon Mar 25 23:59:03 2019	(r496861)
+++ head/security/gnupg/distinfo	Tue Mar 26 00:05:12 2019	(r496862)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550024153
-SHA256 (gnupg-2.2.13.tar.bz2) = 76c787a955f9e6e0ead47c9be700bfb9d454f955a7b7c7e697aa719bac7b11d8
-SIZE (gnupg-2.2.13.tar.bz2) = 6702712
+TIMESTAMP = 1553557269
+SHA256 (gnupg-2.2.14.tar.bz2) = 1bf9ed46dc1ec5d8cfa13ba1ad47f94981f3b6a7ec16ad9123cc2549c4cbf87b
+SIZE (gnupg-2.2.14.tar.bz2) = 6707735


More information about the svn-ports-all mailing list