Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2008 23:26:22 +0200 (CEST)
From:      Harald Schmalzbauer <harry@omnisec.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122672: security/gpa depends on gnupg1 while working with v2
Message-ID:  <200804112126.m3BLQMEX043710@titan.flintsbach.schmalzbauer.de>
Resent-Message-ID: <200804112130.m3BLU3p5088476@freefall.freebsd.org>

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

>Number:         122672
>Category:       ports
>Synopsis:       security/gpa depends on gnupg1 while working with v2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 11 21:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Harald Schmalzbauer
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
OmniSEC
>Environment:
System: FreeBSD titan.flintsbach.schmalzbauer.de 7.0-STABLE FreeBSD 7.0-STABLE #1: Thu Mar 27 09:36:49 CET 2008 root@titan.flintsbach.schmalzbauer.de:/usr/obj/usr/src/sys/TITAN i386


	
>Description:
	When building security/gpa gnupg1 is needed regardless if there's
any gnupg installed. I have running gnupg-2.0.8 fine with pga without any
modification.
I have no clue about gpa, so could anyone falsify this simple patch?
I think gnupg 2.0 was said to be compatible and there's no reason to use
gnupg1 anymore, besides on systems with very small memory.

>How-To-Repeat:
	
>Fix:

--- security/gpa/Makefile.orig	2008-04-11 23:18:40.000000000 +0200
+++ security/gpa/Makefile	2008-04-11 17:19:00.000000000 +0200
@@ -14,8 +14,8 @@
 COMMENT=	A graphical frontend for the GNU Privacy Guard
 
 LIB_DEPENDS=	gpgme:${PORTSDIR}/security/gpgme
-BUILD_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
-RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
+BUILD_DEPENDS=	gpgv2:${PORTSDIR}/security/gnupg
+RUN_DEPENDS=	gpgv2:${PORTSDIR}/security/gnupg
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes

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



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