aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-12-01 19:40:58 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-12-01 19:40:58 +0000
commitebed16b75e77a115e6bb8106d0dbfa8223818032 (patch)
tree3c2001bc743e5f0f0b7d23c8922b4f306b19800c
parent263f147d8bf8827019420d1e5dc245c728874097 (diff)
downloadsrc-ebed16b75e77a115e6bb8106d0dbfa8223818032.tar.gz
src-ebed16b75e77a115e6bb8106d0dbfa8223818032.zip
Add UPDATING entries and bump version.
Approved by: so
Notes
Notes: svn path=/releng/11.4/; revision=368257
-rw-r--r--UPDATING16
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 17 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index a3aba1aab238..cdd6f80ce5de 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,22 @@ 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.
+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
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 21a07a2c785a..4db450c5157e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.4"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi