Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2017 02:04:36 +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: r454661 - in head/security/gnupg: . files
Message-ID:  <201711220204.vAM24aUa004958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Nov 22 02:04:36 2017
New Revision: 454661
URL: https://svnweb.freebsd.org/changeset/ports/454661

Log:
  Update to 2.2.3
  
   * gpgsm: Fix initial keybox creation on Windows. [#3507]
  
   * dirmngr: Fix crash in case of a CRL loading error. [#3510]
  
   * Fix the name of the Windows registry key. [Git#4f5afaf1fd]
  
   * gpgtar: Fix wrong behaviour of --set-filename. [#3500]
  
   * gpg: Silence AKL retrieval messages. [#3504]
  
   * agent: Use clock or clock_gettime for calibration. [#3056]
  
   * agent: Improve robustness of the shutdown pending
     state. [Git#7ffedfab89]

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

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Wed Nov 22 00:44:48 2017	(r454660)
+++ head/security/gnupg/Makefile	Wed Nov 22 02:04:36 2017	(r454661)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.2.2
+PORTVERSION=	2.2.3
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
@@ -41,7 +41,8 @@ OPTIONS_SUB=	yes
 LDAP_DESC=	LDAP keyserver interface
 SCDAEMON_DESC=	Enable Smartcard daemon (with libusb)
 SUID_GPG_DESC=	Install GPG with suid
-# In jail, SUID is required to avoid warning (security.bsd.unprivileged_mlock sysctl is not used in jail).
+# In jail, SUID is required to avoid warning
+# (security.bsd.unprivileged_mlock sysctl is not used in jail).
 
 GNUTLS_CONFIGURE_ENABLE=gnutls
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Wed Nov 22 00:44:48 2017	(r454660)
+++ head/security/gnupg/distinfo	Wed Nov 22 02:04:36 2017	(r454661)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510246313
-SHA256 (gnupg-2.2.2.tar.bz2) = bfb62c7412ceb3b9422c6c7134a34ff01a560f98eb981c2d96829c1517c08197
-SIZE (gnupg-2.2.2.tar.bz2) = 6546951
+TIMESTAMP = 1511315500
+SHA256 (gnupg-2.2.3.tar.bz2) = cbd37105d139f7aa74f92b6f65d136658682094b0e308666b820ae4b984084b4
+SIZE (gnupg-2.2.3.tar.bz2) = 6547069

Modified: head/security/gnupg/pkg-plist
==============================================================================
--- head/security/gnupg/pkg-plist	Wed Nov 22 00:44:48 2017	(r454660)
+++ head/security/gnupg/pkg-plist	Wed Nov 22 02:04:36 2017	(r454661)
@@ -29,6 +29,7 @@ man/man1/gpg2.1.gz
 man/man1/gpgconf.1.gz
 man/man1/gpgparsemail.1.gz
 man/man1/gpgsm.1.gz
+man/man1/gpgtar.1.gz
 man/man1/gpgv2.1.gz
 man/man1/scdaemon.1.gz
 man/man1/symcryptrun.1.gz



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