aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-02-24 15:58:22 +0000
committerMark Johnston <markj@FreeBSD.org>2026-02-24 16:04:27 +0000
commit9d3e842358b4b776a0e4bbab921695ac35f3baa3 (patch)
tree456a356fe65a97b0a3cb864e2de290ab550d8528
parentc2e2bfbd9e09026790deb5c930b6d48c042cdffe (diff)
-rw-r--r--UPDATING8
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 9 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 13a3cbcb3bc8..629e14fdcecc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,14 @@ 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.
+20260224:
+ 13.5-RELEASE-p10 SA-26:04.jail
+ SA-26:05.route
+
+ Jail chroot escape via fd exchange with a different jail. [SA-26:04.jail]
+
+ Local DoS and possible privilege escalation via routing sockets. [SA-26:05.route]
+
20260127:
13.5-RELEASE-p9 SA-26:01.openssl
SA-26:02.jail
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 52678a1e95aa..4506455b52a2 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.5"
-BRANCH="RELEASE-p9"
+BRANCH="RELEASE-p10"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi