From owner-freebsd-current@freebsd.org Thu Oct 11 04:48:52 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 AE43E10CEDF0 for ; Thu, 11 Oct 2018 04:48:52 +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 39CB68472F for ; Thu, 11 Oct 2018 04:48:51 +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 F15D7E7A2; Thu, 11 Oct 2018 07:48:41 +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 8AC85E7A1; Thu, 11 Oct 2018 07:48:41 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=clogic.com.ua; s=default; t=1539233321; i=@clogic.com.ua; bh=Swm1hJpXoX5fNBuUThJYKT6WZRX1h8lsNaH28tbIfm4=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=TznLijiGqMhGjZr8QNP3/SAD6+KEfTv0tnxqWTyRAhyb3TFQMKX3428owwcIpDL38 uqHzXkJIHnBzHpH6AAXBh0q61l7NPYrn3W7fcKbzp9pnA0kvXn7gJjIKFr0mpXT/F6 RqIIAZ5NpKvDJKtTcih+EHzu6E/OGGkmFsZNGTHE= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 11 Oct 2018 07:48:41 +0300 From: freebsd.current@clogic.com.ua To: Michael Butler Cc: freebsd-current@freebsd.org Subject: Re: HEADS-UP: OpenSSL 1.1.1 in 12.0 In-Reply-To: <346b8805-f4d3-dc90-c882-d72f640b6a5c@protected-networks.net> References: <20181009213425.GG61558@FreeBSD.org> <346b8805-f4d3-dc90-c882-d72f640b6a5c@protected-networks.net> Message-ID: 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 04:48:52 -0000 On 2018-10-10 06:14, Michael Butler wrote: > On 10/9/18 5:34 PM, Glen Barber wrote: >> OpenSSL has been updated to version 1.1.1 as of r339270. >> >> It is important to rebuild third-party packages before running: >> >> # make -C /usr/src delete-old && make -C /usr/src delete-old-libs >> >> Thank you for your patience while this work was in progress, and thank >> you to all involved for their hard work in getting things ready for >> this >> update. > > So far, I've found two ports that will no longer build. They are: > > net-mgmt/net-snmp > security/opencryptoki > > I simply chose those that were linked to /usr/lib/libssl.so.8 where the > openssl update creates libssl.so.9. There may be more I haven't found > yet, > > imb You always can add DEFAULT_VERSIONS+=ssl=openssl to /etc/make.conf to use openssl from ports. Anyway, I think apps from ports need to use openssl from ports.