From owner-freebsd-ports@freebsd.org Mon Aug 21 15:05:08 2017 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 BDB36DE13A8 for ; Mon, 21 Aug 2017 15:05:08 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84F7C73567; Mon, 21 Aug 2017 15:05:08 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (dslb-088-074-056-227.088.074.pools.vodafone-ip.de [88.74.56.227]) by host64.shmhost.net (Postfix) with ESMTPSA id BA8A283007; Mon, 21 Aug 2017 17:05:04 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: security/libressl: Add the possibility to build only libtls From: Franco Fichtner In-Reply-To: <279d14f1-4c33-e16c-0740-714cd6ff3a24@FreeBSD.org> Date: Mon, 21 Aug 2017 17:05:04 +0200 Cc: David Wahlund , freebsd-ports@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <202379CC-888A-4160-8B9C-78AAB036270F@lastsummer.de> References: <0f189ca5-76d8-f05c-b03c-31ff5e8a3113@dafnet.se> <7955B809-2697-47FF-8525-C72FAC15EE93@lastsummer.de> <279d14f1-4c33-e16c-0740-714cd6ff3a24@FreeBSD.org> To: Mathieu Arnold X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-Spam-Flag: NO X-Spam-Score: -1.0 X-Spam-Status: No score=-1.0 tagged_above=10.0 required=10.0 tests=[ALL_TRUSTED] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2017 15:05:08 -0000 > On 21. Aug 2017, at 4:55 PM, Mathieu Arnold wrote: > >> Unless you build your own packages with OpenSSL from ports >> you can just install LibreSSL and use it in your programs... >> >> # pkg install libressl >> >> OpenSSL lives in the base system, LibreSSL will be an optional >> install under /usr/local. > > > That is not quite true. As soon as you install openssl, openssl-devel, > or libressl or libressl-devel, the ports framework will use it whenever > you build something that needs SSL from the ports tree. Maybe that wasn't clear. I said "unless you build your own packages" meaning "use prebuilt binary packages only". Cheers, Franco