The branch releng/13.5 has been updated by gordon:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=341d92aef027d903b37412363a111840afa290fc

commit 341d92aef027d903b37412363a111840afa290fc
Author:     Gordon Tetlow <gor...@freebsd.org>
AuthorDate: 2025-07-02 06:01:59 +0000
Commit:     Gordon Tetlow <gor...@freebsd.org>
CommitDate: 2025-07-02 06:01:59 +0000

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

diff --git a/UPDATING b/UPDATING
index b66ebfd5d8e8..b3f3eb5ef41d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ 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.
 
+20250702:
+       13.5-RELEASE-p2 EN-25:09.libc
+                       EN-25:10.zfs
+                       EN-25:11.ena
+                       SA-25:06.xz
+
+       Fix dynamically-loaded C++ libraries crashing at exit [EN-25:09.libc]
+
+       Fix corruption in ZFS replication streams from encrypted datasets 
[EN-25:10.zfs]
+
+       Fix ena resets and kernel panic on Nitro v4 or newer instances 
[EN-25:11.ena]
+
+       Fix use-after-free in multi-threaded xz decoder [SA-25:06.xz]
+
 20250410:
        13.5-RELEASE-p1 EN-25:04.tzdata
                        EN-25:05.expat
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 6c8ddd529845..5259f59649ff 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.5"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to