Date: Fri, 21 Feb 2014 18:11:10 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@freebsd.org Cc: jgh@FreeBSD.org Subject: ports/186944: [PATCH] security/pidgin-otr: should explicitely require soversion of libotr Message-ID: <20140221141110.A29C56D18@hades.panopticon> Resent-Message-ID: <201402211420.s1LEK01B043337@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140221141110.A29C56D18>