From owner-freebsd-current@freebsd.org Wed Oct 10 03:37:05 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 8E2DC10C6BEC for ; Wed, 10 Oct 2018 03:37:05 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 30E698CA77; Wed, 10 Oct 2018 03:37:05 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:references:from :from:subject:subject; s=201508; t=1539142619; bh=xG4wpUJFZC3eKh sYJ0EDQmB6YUFRb5JGdujcAf8kCdw=; b=hgMvbhtCzzKeqYxaBG98r/7EHPz9pw HmPDpCcNX6SKXifXTqgGJ//CESrLTf01/0RD0dVPtyPQJu7bsz8eqj22ZDIEj1+X 8AaRcNwGuYd5ar6MxHXwYCxAzKCl+BvoUgb/roJzkP+XezH987fdR6iAuuICSAwT F8YO2+4VxVlU4= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id C95F11DF73; Tue, 9 Oct 2018 23:36:59 -0400 (EDT) Subject: Re: HEADS-UP: OpenSSL 1.1.1 in 12.0 From: Michael Butler To: Glen Barber , freebsd-current@freebsd.org References: <20181009213425.GG61558@FreeBSD.org> <346b8805-f4d3-dc90-c882-d72f640b6a5c@protected-networks.net> Openpgp: preference=signencrypt Message-ID: <30547554-3563-6234-5e07-11988d81a560@protected-networks.net> Date: Tue, 9 Oct 2018 23:37:02 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <346b8805-f4d3-dc90-c882-d72f640b6a5c@protected-networks.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Wed, 10 Oct 2018 03:37:05 -0000 On 10/9/18 11:14 PM, 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, add multimedia/ffmpeg to this list .. imb