Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2017 20:53:48 +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: r437674 - head/security/gnupg
Message-ID:  <201704032053.v33Krm14079921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Apr  3 20:53:48 2017
New Revision: 437674
URL: https://svnweb.freebsd.org/changeset/ports/437674

Log:
  Update to 2.1.20.
  
   * gpg: New properties 'expired', 'revoked', and 'disabled' for the
     import and export filters.
  
   * gpg: New command --quick-set-primary-uid.
  
   * gpg: New compliance field for the --with-colon key listing.
  
   * gpg: Changed the key parser to generalize the processing of local
     meta data packets.
  
   * gpg: Fixed assertion failure in the TOFU trust model.
  
   * gpg: Fixed exporting of zero length user ID packets.
  
   * scd: Improved support for multiple readers.
  
   * scd: Fixed timeout handling for key generation.
  
   * agent: New option --enable-extended-key-format.
  
   * dirmngr: Do not add a keyserver to a new dirmngr.conf.  Dirmngr
     uses a default keyserver.
  
   * dimngr: Do not treat TLS warning alerts as severe error when
     building with GNUTLS.
  
   * dirmngr: Actually take /etc/hosts in account.
  
   * wks: Fixed client problems on Windows.  Published keys are now set
     to world-readable.
  
   * tests: Fixed creation of temporary directories.
  
   * A socket directory for a non standard GNUGHOME is now created on
     the fly under /run/user.  Thus "gpgconf --create-socketdir" is now
     optional.  The use of "gpgconf --remove-socketdir" to clean up
     obsolete socket directories is however recommended to avoid
     cluttering /run/user with useless directories.
  
   * Fixed build problems on some platforms.

Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo
  head/security/gnupg/pkg-plist

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Mon Apr  3 19:42:37 2017	(r437673)
+++ head/security/gnupg/Makefile	Mon Apr  3 20:53:48 2017	(r437674)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.1.19
-PORTREVISION=	1
+PORTVERSION=	2.1.20
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Mon Apr  3 19:42:37 2017	(r437673)
+++ head/security/gnupg/distinfo	Mon Apr  3 20:53:48 2017	(r437674)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488511830
-SHA256 (gnupg-2.1.19.tar.bz2) = 46cced1f5641ce29cc28250f52fadf6e417e649b3bfdec49a5a0d0b22a639bf0
-SIZE (gnupg-2.1.19.tar.bz2) = 6404836
+TIMESTAMP = 1491252314
+SHA256 (gnupg-2.1.20.tar.bz2) = 24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d
+SIZE (gnupg-2.1.20.tar.bz2) = 6456128

Modified: head/security/gnupg/pkg-plist
==============================================================================
--- head/security/gnupg/pkg-plist	Mon Apr  3 19:42:37 2017	(r437673)
+++ head/security/gnupg/pkg-plist	Mon Apr  3 20:53:48 2017	(r437674)
@@ -46,6 +46,7 @@ sbin/applygnupgdefaults
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/TRANSLATE
 %%PORTDOCS%%%%DOCSDIR%%/examples/README
+%%PORTDOCS%%%%DOCSDIR%%/examples/debug.prf
 %%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf
 %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list
 %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event
@@ -58,6 +59,7 @@ sbin/applygnupgdefaults
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.service
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.socket
 %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt
+%%PORTDOCS%%%%DOCSDIR%%/examples/vsnfd.prf
 %%PORTDOCS%%%%DOCSDIR%%/help.be.txt
 %%PORTDOCS%%%%DOCSDIR%%/help.ca.txt
 %%PORTDOCS%%%%DOCSDIR%%/help.cs.txt



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