Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 12:35:06 +0100 (CET)
From:      Guido Falsi <mad@madpilot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153209: [PATCH] security/gnupg: libksba bumped number
Message-ID:  <20101216113506.D63CD1598@megatron.madpilot.net>
Resent-Message-ID: <201012161140.oBGBe9uM060776@freefall.freebsd.org>

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

>Number:         153209
>Category:       ports
>Synopsis:       [PATCH] security/gnupg: libksba bumped number
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 11:40:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 8.1-STABLE FreeBSD 8.1-STABLE #23: Sun Nov 14 14:54:14 CET 2010 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

After the last commit the gnupg port keeps seaqrching for libksba.so.17,
but after the last upgrade it bumped to libksba.so.18.

patch attached.

>How-To-Repeat:
>Fix:

diff -ruN gnupg.old/Makefile gnupg/Makefile
--- gnupg.old/Makefile	2010-12-16 12:29:15.371204799 +0100
+++ gnupg/Makefile	2010-12-16 12:29:33.392040996 +0100
@@ -21,7 +21,7 @@
 LIB_DEPENDS=	assuan.0:${PORTSDIR}/security/libassuan \
 		gcrypt.17:${PORTSDIR}/security/libgcrypt \
 		gpg-error:${PORTSDIR}/security/libgpg-error \
-		ksba.17:${PORTSDIR}/security/libksba \
+		ksba.18:${PORTSDIR}/security/libksba \
 		pth.20:${PORTSDIR}/devel/pth
 
 LICENSE=	GPLv3 LGPL3
>Release-Note:
>Audit-Trail:
>Unformatted:



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