From owner-svn-src-all@freebsd.org Tue Dec 1 19:41:00 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39AA44B2764; Tue, 1 Dec 2020 19:41:00 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ClssS1Byvz4mTC; Tue, 1 Dec 2020 19:41:00 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BB951AEDB; Tue, 1 Dec 2020 19:41:00 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B1JexPE007700; Tue, 1 Dec 2020 19:40:59 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B1Jex9R007695; Tue, 1 Dec 2020 19:40:59 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <202012011940.0B1Jex9R007695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Tue, 1 Dec 2020 19:40:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r368257 - in releng: 11.4 11.4/sys/conf 12.1 12.1/sys/conf 12.2 12.2/sys/conf X-SVN-Group: releng X-SVN-Commit-Author: gordon X-SVN-Commit-Paths: in releng: 11.4 11.4/sys/conf 12.1 12.1/sys/conf 12.2 12.2/sys/conf X-SVN-Commit-Revision: 368257 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2020 19:41:00 -0000 Author: gordon Date: Tue Dec 1 19:40:58 2020 New Revision: 368257 URL: https://svnweb.freebsd.org/changeset/base/368257 Log: Add UPDATING entries and bump version. Approved by: so Modified: releng/11.4/UPDATING releng/11.4/sys/conf/newvers.sh releng/12.1/UPDATING releng/12.1/sys/conf/newvers.sh releng/12.2/UPDATING releng/12.2/sys/conf/newvers.sh Modified: releng/11.4/UPDATING ============================================================================== --- releng/11.4/UPDATING Tue Dec 1 19:39:44 2020 (r368256) +++ releng/11.4/UPDATING Tue Dec 1 19:40:58 2020 (r368257) @@ -16,6 +16,22 @@ from older versions of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20201201: p5 FreeBSD-EN-20:19.audit + FreeBSD-EN-20:20.tzdata + FreeBSD-EN-20:22.callout + FreeBSD-SA-20:31.icmp6 + FreeBSD-SA-20:32.rtsold + + Fix execve/fexecve system call auditing. [EN-20:19.audit] + + Update timezone database information. [EN-20:20.tzdata] + + Fix race condition in callout CPU migration. [EN-20:22.callout] + + Fix ICMPv6 use-after-free in error message handling. [SA-20:31.icmp6] + + Fix multiple vulnerabilities in rtsold. [SA-20:32.rtsold] + 20200915 p4 FreeBSD-SA-20:27.ure FreeBSD-SA-20:28.bhyve_vmcs FreeBSD-SA-20:29.bhyve_svm Modified: releng/11.4/sys/conf/newvers.sh ============================================================================== --- releng/11.4/sys/conf/newvers.sh Tue Dec 1 19:39:44 2020 (r368256) +++ releng/11.4/sys/conf/newvers.sh Tue Dec 1 19:40:58 2020 (r368257) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.4" -BRANCH="RELEASE-p4" +BRANCH="RELEASE-p5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/12.1/UPDATING ============================================================================== --- releng/12.1/UPDATING Tue Dec 1 19:39:44 2020 (r368256) +++ releng/12.1/UPDATING Tue Dec 1 19:40:58 2020 (r368257) @@ -16,6 +16,16 @@ from older versions of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20201201: p11 FreeBSD-EN-20:20.tzdata + FreeBSD-SA-20:31.icmp6 + FreeBSD-SA-20:32.rtsold + + Update timezone database information. [EN-20:20.tzdata] + + Fix ICMPv6 use-after-free in error message handling. [SA-20:31.icmp6] + + Fix multiple vulnerabilities in rtsold. [SA-20:32.rtsold] + 20200915 p10 FreeBSD-SA-20:27.ure FreeBSD-SA-20:28.bhyve_vmcs FreeBSD-SA-20:29.bhyve_svm Modified: releng/12.1/sys/conf/newvers.sh ============================================================================== --- releng/12.1/sys/conf/newvers.sh Tue Dec 1 19:39:44 2020 (r368256) +++ releng/12.1/sys/conf/newvers.sh Tue Dec 1 19:40:58 2020 (r368257) @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.1" -BRANCH="RELEASE-p10" +BRANCH="RELEASE-p11" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/12.2/UPDATING ============================================================================== --- releng/12.2/UPDATING Tue Dec 1 19:39:44 2020 (r368256) +++ releng/12.2/UPDATING Tue Dec 1 19:40:58 2020 (r368257) @@ -16,6 +16,25 @@ from older versions of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20201201: p1 FreeBSD-EN-20:19.audit + FreeBSD-EN-20:20.tzdata + FreeBSD-EN-20:21.ipfw + FreeBSD-EN-20:22.callout + FreeBSD-SA-20:31.icmp6 + FreeBSD-SA-20:32.rtsold + + Fix execve/fexecve system call auditing. [EN-20:19.audit] + + Update timezone database information. [EN-20:20.tzdata] + + Fix uninitialized variable in ipfw. [EN-20:21.ipfw] + + Fix race condition in callout CPU migration. [EN-20:22.callout] + + Fix ICMPv6 use-after-free in error message handling. [SA-20:31.icmp6] + + Fix multiple vulnerabilities in rtsold. [SA-20:32.rtsold] + 20201027: 12.2-RELEASE. Modified: releng/12.2/sys/conf/newvers.sh ============================================================================== --- releng/12.2/sys/conf/newvers.sh Tue Dec 1 19:39:44 2020 (r368256) +++ releng/12.2/sys/conf/newvers.sh Tue Dec 1 19:40:58 2020 (r368257) @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.2" -BRANCH="RELEASE" +BRANCH="RELEASE-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi