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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"