svn commit: r359088 - head/security/gnupg

Jun Kuriyama kuriyama at FreeBSD.org
Tue Jun 24 14:42:42 UTC 2014


Author: kuriyama
Date: Tue Jun 24 14:42:41 2014
New Revision: 359088
URL: http://svnweb.freebsd.org/changeset/ports/359088
QAT: https://qat.redports.org/buildarchive/r359088/

Log:
  - Upgrade to 2.0.24 (security).
  - Explicitly depends on libgpg-error>=1.11 [1]
  - Turn on PINENTRY option by default [2]
    (I don't like this, but by popular demand for years...)
  
  Submitted by:	dereckson at gmail.com [1], sbruno [2]
  PR:		ports/138424 [1], ports/189394 [2]

Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Tue Jun 24 13:48:51 2014	(r359087)
+++ head/security/gnupg/Makefile	Tue Jun 24 14:42:41 2014	(r359088)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.0.23
+PORTVERSION=	2.0.24
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg
@@ -18,9 +18,9 @@ LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LI
 
 LIB_DEPENDS=	libassuan.so:${PORTSDIR}/security/libassuan \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
-		libgpg-error.so:${PORTSDIR}/security/libgpg-error \
 		libksba.so:${PORTSDIR}/security/libksba \
 		libpth.so:${PORTSDIR}/devel/pth
+BUILD_DEPENDS=	libgpg-error>=1.11:${PORTSDIR}/security/libgpg-error
 
 GNU_CONFIGURE=	YES
 USES=		gmake iconv tar:bzip2

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Tue Jun 24 13:48:51 2014	(r359087)
+++ head/security/gnupg/distinfo	Tue Jun 24 14:42:41 2014	(r359088)
@@ -1,4 +1,4 @@
-SHA256 (gnupg-2.0.23.tar.bz2) = cf196b8056eafb4236f000a3e12543e0022a1fec4d6edff1b91b48936c109841
-SIZE (gnupg-2.0.23.tar.bz2) = 4297195
-SHA256 (gnupg-2.0.23.tar.bz2.sig) = da91290e64527f42699fc81e64fc498601c07bb717dd27dc616c12609628485d
-SIZE (gnupg-2.0.23.tar.bz2.sig) = 287
+SHA256 (gnupg-2.0.24.tar.bz2) = d974a1d86c9470571411346368416d96200ef9510028763c1303cd66e3820232
+SIZE (gnupg-2.0.24.tar.bz2) = 4301922
+SHA256 (gnupg-2.0.24.tar.bz2.sig) = eabbf6aee23bab83ce2d6559c43572b66806acd0fd408e97167c190052915aa5
+SIZE (gnupg-2.0.24.tar.bz2.sig) = 287


More information about the svn-ports-all mailing list