git: f5ac4e174fdd - releng/13.2 - Add UPDATING entries and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Mar 2024 05:07:56 UTC
The branch releng/13.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=f5ac4e174fdd3497749e351c27aafb34171c5730
commit f5ac4e174fdd3497749e351c27aafb34171c5730
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2024-03-28 03:08:55 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2024-03-28 05:01:26 +0000
Add UPDATING entries and bump the branch version.
Approved by: so
---
UPDATING | 11 +++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
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