svn commit: r365782 - in releng: 11.3 11.3/sys/conf 11.4 11.4/sys/conf 12.1 12.1/sys/conf 12.2 12.2/sys/conf
Gordon Tetlow
gordon at FreeBSD.org
Tue Sep 15 21:48:26 UTC 2020
Author: gordon
Date: Tue Sep 15 21:48:24 2020
New Revision: 365782
URL: https://svnweb.freebsd.org/changeset/base/365782
Log:
Add UPDATING entries and bump version.
Approved by: so
Approved by: re (implicit for releng/12.2)
Modified:
releng/11.3/UPDATING
releng/11.3/sys/conf/newvers.sh
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.3/UPDATING
==============================================================================
--- releng/11.3/UPDATING Tue Sep 15 21:47:44 2020 (r365781)
+++ releng/11.3/UPDATING Tue Sep 15 21:48:24 2020 (r365782)
@@ -16,6 +16,20 @@ 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.
+20200915 p14 FreeBSD-SA-20:27.ure
+ FreeBSD-SA-20:28.bhyve_vmcs
+ FreeBSD-SA-20:29.bhyve_svm
+ FreeBSD-SA-20:30.ftpd
+
+ Fix ure device driver susceptible to packet-in-packet attack.
+ [SA-20:27.ure]
+
+ Fix bhyve privilege escalation via VMCS access. [SA-20:28.bhyve_vmcs]
+
+ Fix bhyve SVM guest escape. [SA-20:29.bhyve_svm]
+
+ Fix ftpd privilege escalation via ftpchroot. [SA-20:30.ftpd]
+
20200902 p13 FreeBSD-EN-20:17.linuxthread
FreeBSD-EN-20:18.getfsstat
FreeBSD-SA-20:24.ipv6
Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh Tue Sep 15 21:47:44 2020 (r365781)
+++ releng/11.3/sys/conf/newvers.sh Tue Sep 15 21:48:24 2020 (r365782)
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.3"
-BRANCH="RELEASE-p13"
+BRANCH="RELEASE-p14"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
Modified: releng/11.4/UPDATING
==============================================================================
--- releng/11.4/UPDATING Tue Sep 15 21:47:44 2020 (r365781)
+++ releng/11.4/UPDATING Tue Sep 15 21:48:24 2020 (r365782)
@@ -16,6 +16,20 @@ 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.
+20200915 p4 FreeBSD-SA-20:27.ure
+ FreeBSD-SA-20:28.bhyve_vmcs
+ FreeBSD-SA-20:29.bhyve_svm
+ FreeBSD-SA-20:30.ftpd
+
+ Fix ure device driver susceptible to packet-in-packet attack.
+ [SA-20:27.ure]
+
+ Fix bhyve privilege escalation via VMCS access. [SA-20:28.bhyve_vmcs]
+
+ Fix bhyve SVM guest escape. [SA-20:29.bhyve_svm]
+
+ Fix ftpd privilege escalation via ftpchroot. [SA-20:30.ftpd]
+
20200902 p3 FreeBSD-EN-20:17.linuxthread
FreeBSD-EN-20:18.getfsstat
FreeBSD-SA-20:25.sctp
Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh Tue Sep 15 21:47:44 2020 (r365781)
+++ releng/11.4/sys/conf/newvers.sh Tue Sep 15 21:48:24 2020 (r365782)
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.4"
-BRANCH="RELEASE-p3"
+BRANCH="RELEASE-p4"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
Modified: releng/12.1/UPDATING
==============================================================================
--- releng/12.1/UPDATING Tue Sep 15 21:47:44 2020 (r365781)
+++ releng/12.1/UPDATING Tue Sep 15 21:48:24 2020 (r365782)
@@ -16,6 +16,20 @@ 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.
+20200915 p10 FreeBSD-SA-20:27.ure
+ FreeBSD-SA-20:28.bhyve_vmcs
+ FreeBSD-SA-20:29.bhyve_svm
+ FreeBSD-SA-20:30.ftpd
+
+ Fix ure device driver susceptible to packet-in-packet attack.
+ [SA-20:27.ure]
+
+ Fix bhyve privilege escalation via VMCS access. [SA-20:28.bhyve_vmcs]
+
+ Fix bhyve SVM guest escape. [SA-20:29.bhyve_svm]
+
+ Fix ftpd privilege escalation via ftpchroot. [SA-20:30.ftpd]
+
20200902 p9 FreeBSD-EN-20:17.linuxthread
FreeBSD-SA-20:25.sctp
FreeBSD-SA-20:26.dhclient
Modified: releng/12.1/sys/conf/newvers.sh
==============================================================================
--- releng/12.1/sys/conf/newvers.sh Tue Sep 15 21:47:44 2020 (r365781)
+++ releng/12.1/sys/conf/newvers.sh Tue Sep 15 21:48:24 2020 (r365782)
@@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.1"
-BRANCH="RELEASE-p9"
+BRANCH="RELEASE-p10"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
Modified: releng/12.2/UPDATING
==============================================================================
--- releng/12.2/UPDATING Tue Sep 15 21:47:44 2020 (r365781)
+++ releng/12.2/UPDATING Tue Sep 15 21:48:24 2020 (r365782)
@@ -16,6 +16,20 @@ 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.
+20200915 p1 FreeBSD-SA-20:27.ure
+ FreeBSD-SA-20:28.bhyve_vmcs
+ FreeBSD-SA-20:29.bhyve_svm
+ FreeBSD-SA-20:30.ftpd
+
+ Fix ure device driver susceptible to packet-in-packet attack.
+ [SA-20:27.ure]
+
+ Fix bhyve privilege escalation via VMCS access. [SA-20:28.bhyve_vmcs]
+
+ Fix bhyve SVM guest escape. [SA-20:29.bhyve_svm]
+
+ Fix ftpd privilege escalation via ftpchroot. [SA-20:30.ftpd]
+
20200912:
The make.conf(5) MALLOC_PRODUCTION variable, used for disabling and
enabling assertions and statistics gathering in malloc(3), has been
Modified: releng/12.2/sys/conf/newvers.sh
==============================================================================
--- releng/12.2/sys/conf/newvers.sh Tue Sep 15 21:47:44 2020 (r365781)
+++ releng/12.2/sys/conf/newvers.sh Tue Sep 15 21:48:24 2020 (r365782)
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.2"
-BRANCH=${BRANCH_OVERRIDE:-BETA1}
+BRANCH=${BRANCH_OVERRIDE:-BETA1-p1}
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"
More information about the svn-src-releng
mailing list