Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2010 23:29:10 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/148756: security/gnupg update to 2.0.16
Message-ID:  <86eiezfsuh.wl%umq@ueo.co.jp>
Resent-Message-ID: <201007191430.o6JEU39r008616@freefall.freebsd.org>

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

>Number:         148756
>Category:       ports
>Synopsis:       security/gnupg update to 2.0.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 19 14:30:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.0-BETA2 amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.0-BETA2 FreeBSD 8.0-BETA2 #21: Sun Aug 16 19:47:51 JST 2009 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64

>Description:
	The new version of security/gnupg 2.0.16 has been released.
	Release announcement: http://lists.gnupg.org/pipermail/gnupg-announce/2010q3/000301.html

>How-To-Repeat:
	N/A
>Fix:

	The patch follows:

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/gnupg/Makefile,v
retrieving revision 1.128
diff -p -u -r1.128 Makefile
--- Makefile	17 Jun 2010 21:33:29 -0000	1.128
+++ Makefile	19 Jul 2010 14:05:25 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnupg
-PORTVERSION=	2.0.15
+PORTVERSION=	2.0.16
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
@@ -23,6 +23,9 @@ LIB_DEPENDS=	assuan.0:${PORTSDIR}/securi
 		ksba.17:${PORTSDIR}/security/libksba \
 		pth.20:${PORTSDIR}/devel/pth
 
+LICENSE=	GPLv3 LGPL3
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB
 USE_BZIP2=	YES
 USE_GMAKE=	YES
 GNU_CONFIGURE=	YES
@@ -45,6 +48,7 @@ OPTIONS=	LDAP "LDAP keyserver interface"
 		GPGSM "Enable GPGSM (require LDAP)" off \
 		CAMELLIA "Enable Camellia algorithm" on \
 		KDNS "Use DNS CERT helper" off \
+		STD_SOCKET "Support starting daemons on the fly" off \
 		NLS "National Language Support" off
 
 .include <bsd.port.pre.mk>
@@ -80,6 +84,10 @@ CONFIGURE_SUB=	-e '/GPGKEYS_KDNS=/s/".*"
 PLIST_SUB+=	ADNS="@comment "
 .endif
 
+.if defined(WITH_STD_SOCKET) && !defined(WITHOUT_STD_SOCKET)
+CONFIGURE_ARGS+=--enable-standard-socket
+.endif
+
 .if defined(WITH_NLS) && !defined(WITHOUT_NLS)
 USE_GETTEXT=	YES
 CONFIGURE_ARGS+=--enable-nls
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/gnupg/distinfo,v
retrieving revision 1.51
diff -p -u -r1.51 distinfo
--- distinfo	17 Jun 2010 21:33:29 -0000	1.51
+++ distinfo	19 Jul 2010 14:05:25 -0000
@@ -1,6 +1,6 @@
-MD5 (gnupg-2.0.15.tar.bz2) = c1286e85b66349879dc4b760dd83e2f1
-SHA256 (gnupg-2.0.15.tar.bz2) = 5881882f4da120ce1c71da64468392704b391ca7652ddc512bc4f1d8968f0d1c
-SIZE (gnupg-2.0.15.tar.bz2) = 3976879
-MD5 (gnupg-2.0.15.tar.bz2.sig) = 4287193cc032b12a890ce6925a7d5211
-SHA256 (gnupg-2.0.15.tar.bz2.sig) = f43a16e0291c3c10f18a4754687f8571fa753d0b37a71fc325f9a68afc407bcc
-SIZE (gnupg-2.0.15.tar.bz2.sig) = 158
+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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86eiezfsuh.wl%umq>