From owner-freebsd-ports@freebsd.org Wed Nov 18 10:31:42 2015 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 8579AA327BA for ; Wed, 18 Nov 2015 10:31:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 421F214BA for ; Wed, 18 Nov 2015 10:31:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabfh17 with SMTP id fh17so42648131pab.0 for ; Wed, 18 Nov 2015 02:31:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Sjl0XNlBT6InbWRsGGz1Vf0jqFz6wLx420+GuTYKQHg=; b=htV+nrVsc31+jb4T+g7h8p87EzLTyVprr5vsmK9JOjr//pdpYT1/qzOykm9z0RhsWH C7TeeNlX+aou1d6vt3FQM9A+5CiJTthD5h1upT/EIxjXTn8TqaoEGWhUjCFj+segwCny fPCFrPYrE9Sszd4Evqgdx8rcTJtHTSShAs23M67p3Wt8wVQOwrI5nBtxVdZ/YoOJ4Aix RQQhSUL7SAUBMIyzjd5n12O49fNyIxA5Xv6qZYNNvkrEFN193N7/nLjzpOIp9EyPjhI0 I4SU2N6+Q9dcV3jIcYzRwEo7QYP0Z9P6NHtUChaOSz/VeASazVeutzKHKX7IiLWf081P Qo5A== X-Received: by 10.68.241.41 with SMTP id wf9mr945707pbc.145.1447842701452; Wed, 18 Nov 2015 02:31:41 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:1c8f:56f2:f75c:2786? (2001-44b8-31ae-7b01-1c8f-56f2-f75c-2786.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:1c8f:56f2:f75c:2786]) by smtp.gmail.com with ESMTPSA id zi1sm3310927pbc.10.2015.11.18.02.31.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Nov 2015 02:31:41 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: ports && /etc/ssl/cert.pem References: <20151118102318.GA3582@c720-r276659> To: Matthias Apitz , freebsd-ports@freebsd.org From: Kubilay Kocak Message-ID: <564C5387.8060500@FreeBSD.org> Date: Wed, 18 Nov 2015 21:31:35 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <20151118102318.GA3582@c720-r276659> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 10:31:42 -0000 On 18/11/2015 9:23 PM, Matthias Apitz wrote: > > Hello, > > I have on one system (r285885 and ports r392920) a sym link in /etc/ssl: > > $ ls -l /etc/ssl/cert.pem > lrwxr-xr-x 1 root wheel 38 26 Jul 21:19 /etc/ssl/cert.pem -> /usr/local/share/certs/ca-root-nss.crt > > I was not aware of the fact that ports now touch the base system. I saw > with Google a discussion about ... Can someone please point me to the SVN > rev in ports (or in base) when this was introduced? Thanks > > matthias > Hi Matthias, http://svnweb.freebsd.org/changeset/ports/388657 via: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189811 Prior to that, a complementary fix for security/openssl consumers: http://svnweb.freebsd.org/changeset/ports/378720