ports/186944: [PATCH] security/pidgin-otr: should explicitely require soversion of libotr

Dmitry Marakasov amdmi3 at amdmi3.ru
Fri Feb 21 14:20:01 UTC 2014


>Number:         186944
>Category:       ports
>Synopsis:       [PATCH] security/pidgin-otr: should explicitely require soversion of libotr
>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:   Fri Feb 21 14:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
Since there are both security/libotr3 with libotr.so.4 and
security/libotr with libotr.so.5, a port should explicity set
soversion in dependency to not pick up a wrong library.

Port maintainer (jgh at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- pidgin-otr-4.0.0.patch begins here ---
diff -ruN /usr/ports/security/pidgin-otr/Makefile ./Makefile
--- /usr/ports/security/pidgin-otr/Makefile	2014-02-02 11:39:09.000000000 +0400
+++ ./Makefile	2014-02-21 18:10:26.183888077 +0400
@@ -14,7 +14,7 @@
 COMMENT=	Allows deniable private conversations using Pidgin
 
 BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
-LIB_DEPENDS=	libotr.so:${PORTSDIR}/security/libotr \
+LIB_DEPENDS=	libotr.so.5:${PORTSDIR}/security/libotr \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt \
 		libpurple.so:${PORTSDIR}/net-im/libpurple
 
--- pidgin-otr-4.0.0.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list