diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2020-09-15 21:48:24 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2020-09-15 21:48:24 +0000 |
commit | 9e63140d5a00c9d691d88c5a650c2f74a63105ff (patch) | |
tree | d59235f7699402d7c83fd9dea22a47744e7f6b8d | |
parent | 898f93d1b9156d14785f6dfb374152052d32c0fd (diff) |
Add UPDATING entries and bump version.releng/11.3
Approved by: so
Approved by: re (implicit for releng/12.2)
Notes
Notes:
svn path=/releng/11.3/; revision=365782
-rw-r--r-- | UPDATING | 14 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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 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 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 54387cd43fb9..9288aaf8cc8b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p13" +BRANCH="RELEASE-p14" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |