aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2024-03-28 03:08:55 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2024-03-28 05:01:26 +0000
commitf5ac4e174fdd3497749e351c27aafb34171c5730 (patch)
treed46793f3d1fc46f161bd0ea18f1c71fa1eb2411c
parentd9d90e5e42f6a1385d8f1b06297058a37647b1bc (diff)
downloadsrc-releng/13.2.tar.gz
src-releng/13.2.zip
Add UPDATING entries and bump the branch version.releng/13.2
Approved by: so
-rw-r--r--UPDATING11
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 12 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 89a4b7482faa..4f3424d33f8e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,17 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
+20240327:
+ 13.2-RELEASE-p11 SA-24:03.unbound
+ EN-24:05.tty
+ EN-24:06.wireguard
+
+ Fix multiple vulnerabilities in unbound [SA-24:03.unbound]
+
+ Fix tty kernel panic [EN-24:05.tty]
+
+ Fix insufficient barriers in WireGuard if_wg(4) [EN-24:06.wireguard]
+
20240214:
13.2-RELEASE-p10 SA-24:01.bhyveload
SA-24:02.tty
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e8701ba542fe..b582ddf4343e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.2"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi