git: 0e9fc21ec0a8 - releng/13.5 - Add UPDATING entries and bump patch version

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Tue, 27 Jan 2026 19:16:46 UTC
The branch releng/13.5 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=0e9fc21ec0a80eaf2514e9e7edab0860cb923198

commit 0e9fc21ec0a80eaf2514e9e7edab0860cb923198
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-01-26 20:35:51 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-01-27 16:55:52 +0000

    Add UPDATING entries and bump patch 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 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