Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2017 17:32:01 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447409 - in head/security/gnupg: . files
Message-ID:  <201708051732.v75HW1SE037841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Aug  5 17:32:01 2017
New Revision: 447409
URL: https://svnweb.freebsd.org/changeset/ports/447409

Log:
  Update to 2.1.22.
  
  Noteworthy changes in version 2.1.22
  ====================================
  
   * gpg: Extend command --quick-set-expire to allow for setting the
     expiration time of subkeys.
  
   * gpg: By default try to repair keys during import.  New sub-option
     no-repair-keys for --import-options.
  
   * gpg,gpgsm: Improved checking and reporting of DE-VS compliance.
  
   * gpg: New options --key-origin and --with-key-origin.  Store the
     time of the last key update from keyservers, WKD, or DANE.
  
   * agent: New option --ssh-fingerprint-digest.
  
   * dimngr: Lower timeouts on keyserver connection attempts and made
     it configurable.
  
   * dirmngr: Tor will now automatically be detected and used.  The
     option --no-use-tor disables Tor detection.
  
   * dirmngr: Now detects a changed /etc/resolv.conf.
  
   * agent,dirmngr: Initiate shutdown on removal of the GnuPG home
     directory.
  
   * gpg: Avoid caching passphrase for failed symmetric encryption.
  
   * agent: Support for unprotected ssh keys.
  
   * dirmngr: Fixed name resolving on systems using only v6
     nameservers.
  
   * dirmngr: Allow the use of TLS over http proxies.
  
   * w32: Change directory of the daemons after startup.
  
   * wks: New man pages for client and server.
  
  A detailed description of the changes found in this 2.1 branch can be
  found at <https://gnupg.org/faq/whats-new-in-2.1.html>.

Deleted:
  head/security/gnupg/files/patch-scdaemon
Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo
  head/security/gnupg/pkg-plist

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Sat Aug  5 17:31:59 2017	(r447408)
+++ head/security/gnupg/Makefile	Sat Aug  5 17:32:01 2017	(r447409)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.1.21
-PORTREVISION=	2
+PORTVERSION=	2.1.22
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
@@ -12,7 +11,7 @@ COMMENT=	The GNU Privacy Guard (modern version)
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
-LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LIB
+LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LGPL3
 
 LIB_DEPENDS=	libassuan.so:security/libassuan \
 		libgcrypt.so:security/libgcrypt \
@@ -31,6 +30,7 @@ CONFIGURE_ARGS=	--disable-ntbtls --enable-symcryptrun 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INFO=		gnupg
+TEST_TARGET=	check-all
 
 OPTIONS_DEFINE=	GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG
 OPTIONS_DEFAULT=GNUTLS SCDAEMON

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Sat Aug  5 17:31:59 2017	(r447408)
+++ head/security/gnupg/distinfo	Sat Aug  5 17:32:01 2017	(r447409)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494886846
-SHA256 (gnupg-2.1.21.tar.bz2) = 7aead8a8ba75b69866f583b6c747d91414d523bfdfbe9a8e0fe026b16ba427dd
-SIZE (gnupg-2.1.21.tar.bz2) = 6472887
+TIMESTAMP = 1501953654
+SHA256 (gnupg-2.1.22.tar.bz2) = 46716faf9e1b92cfca86609f3bfffbf5bb4b6804df90dc853ff7061cfcfb4ad7
+SIZE (gnupg-2.1.22.tar.bz2) = 6530433

Modified: head/security/gnupg/pkg-plist
==============================================================================
--- head/security/gnupg/pkg-plist	Sat Aug  5 17:31:59 2017	(r447408)
+++ head/security/gnupg/pkg-plist	Sat Aug  5 17:32:01 2017	(r447409)
@@ -23,6 +23,8 @@ man/man1/dirmngr-client.1.gz
 man/man1/gpg-agent.1.gz
 man/man1/gpg-connect-agent.1.gz
 man/man1/gpg-preset-passphrase.1.gz
+man/man1/gpg-wks-client.1.gz
+man/man1/gpg-wks-server.1.gz
 man/man1/gpg2.1.gz
 man/man1/gpgconf.1.gz
 man/man1/gpgparsemail.1.gz



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