aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2021-08-24 18:16:00 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2021-08-24 18:16:00 +0000
commitd106002967eff712894ab8b5337bbbff106ce5e0 (patch)
tree93b4f5bbc7779b6918da7bb8a18547994286947f
parenteb5ad8d173c9f01bd3d541ec2152f1285e4d1b51 (diff)
downloadsrc-releng/11.4.tar.gz
src-releng/11.4.zip
Add UPDATING entries and bump version.releng/11.4
Approved by: so
-rw-r--r--UPDATING13
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 14 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 39436624b2d7..f1bd6252cd01 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,19 @@ 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.
+20210824: p13 FreeBSD-SA-21:13.bhyve
+ FreeBSD-SA-21:14.ggatec
+ FreeBSD-SA-21:15.libfetch
+ FreeBSD-SA-21:17.openssl
+
+ Fix missing error handling in bhyve(8) device models. [SA-21:13.bhyve]
+
+ Fix remote code execution in ggatec(8). [SA-21:14.ggatec]
+
+ Fix libfetch out of bounds read. [SA-21:15.libfetch]
+
+ Fix multiple vulnerabilities in OpenSSL. [SA-21:17.openssl]
+
20210629: p12 FreeBSD-EN-21:19.libcasper
FreeBSD-EN-21:22.linux_futex
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index fd228bf9ad03..21296d4fb0cd 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.4"
-BRANCH="RELEASE-p12"
+BRANCH="RELEASE-p13"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi