summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4de06a13d679..13a3cbcb3bc8 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.
+20260127:
+ 13.5-RELEASE-p9 SA-26:01.openssl
+ SA-26:02.jail
+ EN-26:03.vm
+
+ Fix multiple vulnerabilities in OpenSSL. [SA-26:01.openssl]
+
+ Jail escape by a privileged user via nullfs. [SA-26:02.jail]
+
+ The page fault handler fails to zero memory. [EN-26:03.vm]
+
20251216:
13.5-RELEASE-p8 SA-25:11.ipfw
SA-25:12.rtsold
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 4506e76990cb..52678a1e95aa 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.5"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi