From owner-freebsd-current@freebsd.org Thu Oct 11 16:59:01 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48B4A10C0DC0 for ; Thu, 11 Oct 2018 16:59:01 +0000 (UTC) (envelope-from freebsd.current@clogic.com.ua) Received: from gate.krrt.pl.ua (gate.krrt.pl.ua [193.111.188.121]) (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 D18687854F for ; Thu, 11 Oct 2018 16:59:00 +0000 (UTC) (envelope-from freebsd.current@clogic.com.ua) Received: from gate.krrt.pl.ua (localhost [127.0.0.1]) by gate.krrt.pl.ua (Postfix) with ESMTP id 58E461157D; Thu, 11 Oct 2018 19:58:57 +0300 (EEST) Received: from mail.krrt.pl.ua (localhost [IPv6:::1]) (Authenticated sender: freebsd.current@clogic.com.ua) by gate.krrt.pl.ua (Postfix) with ESMTPA id 052851157C; Thu, 11 Oct 2018 19:58:57 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=clogic.com.ua; s=default; t=1539277137; i=@clogic.com.ua; bh=0hNavEShyX2JcHx0t/eKhTTWG8FRDLUKa9jLwjNib1w=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=UA5Uh3Kr6+dK2Z65PoI62jKAD3pE4ax8jqKTpZXoUJJAO4w1MCnKCH6/+IAMu4ZVh zOHKg6VmONxbUQFEpNFbf5fvRuqdmsJajxjMXL1U1w8+Qu2auz0LjNs44KfEkKkeq4 Oidl6Zuf9hkPJHU6tjl6nAsHqy7+YWr+PIOHmc7c= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 11 Oct 2018 19:58:56 +0300 From: freebsd.current@clogic.com.ua To: Jamie Landeg-Jones Cc: freebsd-current@freebsd.org Subject: Re: HEADS-UP: OpenSSL 1.1.1 in 12.0 In-Reply-To: <201810111502.w9BF2FY7006750@donotpassgo.dyslexicfish.net> References: <20181009213425.GG61558@FreeBSD.org> <346b8805-f4d3-dc90-c882-d72f640b6a5c@protected-networks.net> <201810111502.w9BF2FY7006750@donotpassgo.dyslexicfish.net> Message-ID: <2882482b58aff76fc02cfbfc2019968d@clogic.com.ua> X-Sender: freebsd.current@clogic.com.ua User-Agent: Roundcube Webmail/1.3.7 X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 16:59:01 -0000 On 2018-10-11 18:02, Jamie Landeg-Jones wrote: > freebsd.current@clogic.com.ua wrote: > >> Anyway, I think apps from ports need to use openssl from ports. > > No. Only if it's installed. If not, it's perfectly normal for a port > to use the base openssl - it's not a private-lib install. > > cheers, Jamie I mean it is good idea to use openssl from ports to build other ports that depend on openssl.