summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-09-15 21:48:24 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-09-15 21:48:24 +0000
commit554a831b7dc9780b9df148c8c256bb4eaa12d1d3 (patch)
tree18b9a46f91ee8e154ece850c4c139ed0f00fd130
parent7fbd0babb9860eb94b9af72b8a3dcd30547498fb (diff)
downloadsrc-test2-554a831b7dc9780b9df148c8c256bb4eaa12d1d3.tar.gz
src-test2-554a831b7dc9780b9df148c8c256bb4eaa12d1d3.zip
Add UPDATING entries and bump version.
Approved by: so Approved by: re (implicit for releng/12.2)
Notes
Notes: svn path=/releng/12.1/; revision=365782
-rw-r--r--UPDATING14
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 15 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 119585956d2a..74e5bbcadf8e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,20 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
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
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 1a5b8dbaad17..0a1dbe789dc1 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.1"
-BRANCH="RELEASE-p9"
+BRANCH="RELEASE-p10"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi