aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-04-05 23:30:36 +0000
committerEd Maste <emaste@FreeBSD.org>2022-04-05 23:33:47 +0000
commitd7fd130ebe52733bcdc3c17fd1e49e7842dbe3e3 (patch)
tree33060b7a6d3002751aa8b80c530893293ea96a25
parent9854ff0880022ebc0bd955a57bc1322228790f99 (diff)
downloadsrc-d7fd130ebe52733bcdc3c17fd1e49e7842dbe3e3.tar.gz
src-d7fd130ebe52733bcdc3c17fd1e49e7842dbe3e3.zip
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r--UPDATING20
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 21 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index d23f307346a8..96f4876df622 100644
--- a/UPDATING
+++ b/UPDATING
@@ -11,6 +11,26 @@ handbook:
Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running portupgrade.
+20220405:
+ 13.0-RELEASE-p11 FreeBSD-EN-22:15.pf
+ FreeBSD-SA-22:04.netmap
+ FreeBSD-SA-22:05.bhyve
+ FreeBSD-SA-22:06.ioctl
+ FreeBSD-SA-22:07.wifi_meshid
+ FreeBSD-SA-22:08.zlib
+
+ pf(4) tables may fail to load [EN-22:15.pf]
+
+ Potential jail escape vulnerabilities in netmap [SA-22:04.netmap]
+
+ Bhyve e82545 device emulation out-of-bounds write [SA-22:05.bhyve]
+
+ mpr/mps/mpt driver ioctl heap out-of-bounds write [SA-22:06.ioctl]
+
+ 802.11 heap buffer overflow [SA-22:07.wifi_meshid]
+
+ zlib compression out-of-bounds write [SA-22:08.zlib]
+
20220322:
13.0-RELEASE-p10 FreeBSD-EN-22:14.tzdata
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5e25c3b9bd4e..631191479d6a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.0"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi