From owner-freebsd-current@freebsd.org Wed Sep 19 23:26:50 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 3CF4310AA110 for ; Wed, 19 Sep 2018 23:26:50 +0000 (UTC) (envelope-from tim.rice@xinuos.com) Received: from zhost.uxsglobal.com (zhost.xinuos.com [144.202.236.63]) (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 E19B3976EA for ; Wed, 19 Sep 2018 23:26:49 +0000 (UTC) (envelope-from tim.rice@xinuos.com) Received: from zhost.uxsglobal.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTPS id 1354388031C for ; Wed, 19 Sep 2018 19:26:43 -0400 (EDT) Received: from zhost.uxsglobal.com (localhost [127.0.0.1]) by zhost.uxsglobal.com (Postfix) with ESMTPS id EF16A880682 for ; Wed, 19 Sep 2018 19:26:42 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.9.2 zhost.uxsglobal.com EF16A880682 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xinuos.com; s=710E410E-A6C0-11E6-9C55-A8275FB0EC07; t=1537399603; bh=xJyeICvIWtVvgo8PN/pgxspq4snGvhZ9NHvxZPzduCg=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; b=AiE+UeBTlCCq9i+KGoP5A3rHsBiSci3ozZAgflsqepvD4SkKBaj8Rc3m+veXXHpEk BuOidNiBM6rZioTY2vtI5ZaD6od55eqBzbHyopbJ8QfqQMhnE44rQYZsQ6DuwFi7Ph jVIRBC+5iBx4dnU7vOF++XJmaFqFW1dMwKZfw1r0= Received: from ws10.int.multitalents.net (fw01.multitalents.net [173.164.249.129]) by zhost.uxsglobal.com (Postfix) with ESMTPSA id A73F788031C for ; Wed, 19 Sep 2018 19:26:42 -0400 (EDT) Subject: Re: Update to 12.0-RELEASE schedule To: freebsd-current@freebsd.org References: <20180919162246.GC52847@FreeBSD.org> From: Tim Rice Message-ID: <25333f00-4de5-2f65-e4db-b16558739b8e@xinuos.com> Date: Wed, 19 Sep 2018 16:26:41 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20180919162246.GC52847@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 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, 19 Sep 2018 23:26:50 -0000 On 09/19/18 09:22, Glen Barber wrote: > The 12.0-RELEASE schedule will slip while we wait for some last-minute > work-in-progress to be completed before branching stable/12. > > The most notable work-in-progress is upgrading the in-tree OpenSSL to > version 1.1.1, to avoid being stuck with an outdated OpenSSL when 1.0.x > reaches end of life on January 1, 2020. There is a bit of non-trivial > intrusiveness with this update, notably incompatibility with other > in-tree utilities such as OpenSSH, Kerberos, and NTP. FYI, OpenSSH got openssl-1.1.x API support on Sep 13 starting with this commit. > commit 482d23bcacdd3664f21cc82a5135f66fc598275f > Author: djm@openbsd.org > Date: Thu Sep 13 02:08:33 2018 +0000 > > upstream: hold our collective noses and use the openssl-1.1.x API in > > OpenSSH; feedback and ok tb@ jsing@ markus@ > > OpenBSD-Commit-ID: cacbcac87ce5da0d3ca7ef1b38a6f7fb349e4417 > At present, the 12.0-RELEASE schedule will slip by at least one week to > allow time for this work to be completed so the changes are in the tree > prior to the stable/12 branch. > > The 12.0 schedule has been updated on the website at: > > https://www.freebsd.org/releases/12.0R/schedule.html > > Thank you in advance for your patience. > > Glen > On behalf of: re@ > -- Tim Rice