aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2024-03-28 04:23:44 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2024-03-28 05:00:30 +0000
commitd338712beb16ad7740bbd00bd93299a131a68045 (patch)
tree5e6a699823ff0d6a074dbaf02e67fe071f0d9a04
parentc189b94f8a22883b086e1908917d97bc79c2b879 (diff)
downloadsrc-d338712beb16ad7740bbd00bd93299a131a68045.tar.gz
src-d338712beb16ad7740bbd00bd93299a131a68045.zip
Add UPDATING entries and bump the branch version.
Approved by: so
-rw-r--r--UPDATING17
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 18 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 4e5a23c56f86..8a24e55cb4b9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,23 @@ 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:
+ 14.0-RELEASE-p6 SA-24:03.unbound
+ EN-24:05.tty
+ EN-24:06.wireguard
+ EN-24:07.clang
+ EN-24:07.kerberos
+
+ 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]
+
+ Fix clang crash when certain optimization is enabled [EN-24:07.clang]
+
+ Fix kerberos segfaults when using weak crypto [EN-24:08.kerberos]
+
20240214:
14.0-RELEASE-p5 SA-24:01.bhyveload
SA-24:02.tty
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 7ab4dca5f67f..02f705ccc64a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.0"
-BRANCH="RELEASE-p5"
+BRANCH="RELEASE-p6"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi