Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2011 08:00:12 GMT
From:      Doug Barton <dougb@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153984: Update security/gnupg to 2.0.17
Message-ID:  <201101140800.p0E80Cfu031446@freefall.freebsd.org>
Resent-Message-ID: <201101140800.p0E80MZU031581@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153984
>Category:       ports
>Synopsis:       Update security/gnupg to 2.0.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 14 08:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Doug Barton
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
AAAG
>Environment:
	DNA
>Description:
	Version 2.0.17 was released on 2011-01-13:

What's New
===========
* Allow more hash algorithms with the OpenPGP v2 card.
* The gpg-agent now tests for a new gpg-agent.conf on a HUP.
* Fixed output of "gpgconf --check-options".
* Fixed a bug where Scdaemon sends a signal to Gpg-agent running in
  non-daemon mode.
* Fixed TTY management for pinentries and session variable update
  problem.
* Minor bug fixes.

For the port:
Camellia stopped being a configure option in 2.0.12
Fix minor typo for GPGSM OPTION
Minor plist update for 2.0.17

>How-To-Repeat:
	DNA
>Fix:
	Apply the following patch:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/gnupg/Makefile,v
retrieving revision 1.136
diff -u -r1.136 Makefile
--- Makefile	14 Jan 2011 07:42:10 -0000	1.136
+++ Makefile	14 Jan 2011 07:58:29 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gnupg
-PORTVERSION=	2.0.16
-PORTREVISION=	6
+PORTVERSION=	2.0.17
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
@@ -47,8 +46,7 @@
 OPTIONS=	LDAP "LDAP keyserver interface" off \
 		SCDAEMON "Enable Smartcard daemon (with libusb)" off \
 		CURL "Use the real curl library (worked around if no)" on \
-		GPGSM "Enable GPGSM (require LDAP)" off \
-		CAMELLIA "Enable Camellia algorithm" on \
+		GPGSM "Enable GPGSM (requires LDAP)" off \
 		KDNS "Use DNS CERT helper" off \
 		STD_SOCKET "Use standard socket for agent" off \
 		NLS "National Language Support" off
@@ -74,10 +72,6 @@
 PLIST_SUB+=	LDAP="@comment "
 .endif
 
-.if defined(WITH_CAMELLIA) && !defined(WITHOUT_CAMELLIA)
-CONFIGURE_ARGS+=--enable-camellia
-.endif
-
 .if defined(WITH_KDNS) && !defined(WITHOUT_KDNS)
 LIB_DEPENDS+=	adns:${PORTSDIR}/dns/adns
 PLIST_SUB+=	ADNS=""
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/gnupg/distinfo,v
retrieving revision 1.52
diff -u -r1.52 distinfo
--- distinfo	20 Jul 2010 14:01:50 -0000	1.52
+++ distinfo	14 Jan 2011 07:58:29 -0000
@@ -1,6 +1,4 @@
-MD5 (gnupg-2.0.16.tar.bz2) = 88a4d46deca63d2eca29b2b611304afb
-SHA256 (gnupg-2.0.16.tar.bz2) = 0d5abb977c02ebb0f6ce25a5ba71c8df90835aa666a85acd73a9b7f9df35a80b
-SIZE (gnupg-2.0.16.tar.bz2) = 4004033
-MD5 (gnupg-2.0.16.tar.bz2.sig) = 1c6b0b9b04c06deb5ec4bd8c959e25b0
-SHA256 (gnupg-2.0.16.tar.bz2.sig) = a72156a1a231e4380225aa4c81f515ce66b787a19996f7f7d84315631be8df43
-SIZE (gnupg-2.0.16.tar.bz2.sig) = 158
+SHA256 (gnupg-2.0.17.tar.bz2) = ea649d5ecb2f97cc8d81c5796c6ad8d7d8581f9554241c39d2b11ab12139eea6
+SIZE (gnupg-2.0.17.tar.bz2) = 3997356
+SHA256 (gnupg-2.0.17.tar.bz2.sig) = 27918acebd48f93e3042c3b6f6396182bee2c9a5f0448d2063ce73986bb748ff
+SIZE (gnupg-2.0.17.tar.bz2.sig) = 287
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/security/gnupg/pkg-plist,v
retrieving revision 1.42
diff -u -r1.42 pkg-plist
--- pkg-plist	13 Jan 2009 01:24:47 -0000	1.42
+++ pkg-plist	14 Jan 2011 07:58:29 -0000
@@ -34,7 +34,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list
 %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event
 %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt
-%%PORTDOCS%%%%DOCSDIR%%/faq.html
 %%PORTDOCS%%%%DATADIR%%/com-certs.pem
 %%DATADIR%%/gpg-conf.skel
 %%PORTDOCS%%%%DATADIR%%/help.be.txt

>Release-Note:
>Audit-Trail:
>Unformatted:



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