From owner-freebsd-current@freebsd.org Wed Oct 10 03:15:08 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 4D44910C61E6 for ; Wed, 10 Oct 2018 03:15:08 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (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 D34258C009; Wed, 10 Oct 2018 03:15:07 +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:from:from :references:subject:subject; s=201508; t=1539141297; bh=xU6TVvOE +C166wPRfFqRopNFwZ2+2cCTvg8ryP+tQX8=; b=nuQ5wI45md/SVQUbWOiy8XA+ +Gq68gk1n+086L8ku1iBPeN7DOhy6IsQlbnH/AEbOpLu8OyAN7ksK8g7JtqU6cgy bSw1Jjc7J+f1gPnx8pCUTM7rGtBBuLrXWp7en6QMDCCCQv80Iz9m8YLPlqXpZj1Y 6A62A6aJQKcEVTjk1KY= 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 889711DDFD; Tue, 9 Oct 2018 23:14:57 -0400 (EDT) Subject: Re: HEADS-UP: OpenSSL 1.1.1 in 12.0 To: Glen Barber , freebsd-current@freebsd.org References: <20181009213425.GG61558@FreeBSD.org> From: Michael Butler Openpgp: preference=signencrypt Message-ID: <346b8805-f4d3-dc90-c882-d72f640b6a5c@protected-networks.net> Date: Tue, 9 Oct 2018 23:14:59 -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: <20181009213425.GG61558@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 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:15:08 -0000 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