From owner-freebsd-ports@freebsd.org Fri Mar 18 14:46:49 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BA50AD4B30 for ; Fri, 18 Mar 2016 14:46:49 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by mx1.freebsd.org (Postfix) with ESMTP id AC05D146A for ; Fri, 18 Mar 2016 14:46:48 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ppp103-111.static.internode.on.net (HELO lillith-iv.ovirt.dyndns.ws) ([150.101.103.111]) by ipmail06.adl2.internode.on.net with ESMTP; 19 Mar 2016 01:11:37 +1030 X-Envelope-From: ws@au.dyndns.ws X-Envelope-To: Received: from predator-ii.buffyverse (predator-ii.buffyverse [172.17.17.136]) by lillith-iv.ovirt.dyndns.ws (8.14.9/8.14.9) with ESMTP id u2IEfRt5039508 for ; Sat, 19 Mar 2016 01:11:29 +1030 (ACDT) (envelope-from ws@au.dyndns.ws) Message-ID: <1458312087.1470.19.camel@au.dyndns.ws> Subject: Add symlinks for openssl libs in /compat/linux? From: Wayne Sierke To: freebsd-ports@freebsd.org Date: Sat, 19 Mar 2016 01:11:27 +1030 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (lillith-iv.ovirt.dyndns.ws [172.17.17.142]); Sat, 19 Mar 2016 01:11:29 +1030 (ACDT) X-Scanned-By: MIMEDefang 2.75 on 172.17.17.142 X-Scanned-By: SpamAssassin 3.004000(2014-02-07) X-Scanned-By: ClamAV X-Spam-Score: -2.9 () ALL_TRUSTED,BAYES_00 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 14:46:49 -0000 I'm updating a binary-distributed linux app, but the new version needs symlinks added in /compat/linux/usr/lib: libssl.so.1.0.0 -> libssl.so.1.0.1e libcrypto.so.1.0.0 -> libcrypto.so.1.0.1e Should these be added to security/linux-c6-openssl, or just by the port that needs them?