The branch releng/13.5 has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9d3e842358b4b776a0e4bbab921695ac35f3baa3

commit 9d3e842358b4b776a0e4bbab921695ac35f3baa3
Author:     Mark Johnston <[email protected]>
AuthorDate: 2026-02-24 15:58:22 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2026-02-24 16:04:27 +0000

    Add UPDATING entries and bump version
    
    Approved by:    so
---
 UPDATING            | 8 ++++++++
 sys/conf/newvers.sh | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

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

Reply via email to