ports/153209: [PATCH] security/gnupg: libksba bumped number

Guido Falsi mad at madpilot.net
Thu Dec 16 11:40:10 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list