Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 15:37:36 GMT
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c106ed332507 - releng/13.5 - Add UPDATING entries and bump version.
Message-ID:  <202509301537.58UFbaBr068083@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/13.5 has been updated by gordon:

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

commit c106ed3325076a75e8aabaa78c60c6c5d0e69c65
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2025-09-30 15:36:55 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2025-09-30 15:36:55 +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 741ccf307151..e74c2509c715 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.
 
+20250930:
+	13.5-RELEASE-p5	EN-25:18.freebsd-update
+			SA-25:08.openssl
+
+	Fix freebsd-update(8) installing libraries in incorrect order. [EN-25:18.freebsd-update]
+
+	Fix multiple vulnerabilities in OpenSSL. [SA-25:08.openssl]
+
 20250916:
 	13.5-RELEASE-p4	EN-25:15.arm64
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 82dd69582b28..57b4721a1bfa 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.5"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509301537.58UFbaBr068083>