git: 5c4e558ab4fc - releng/13.5 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Mar 2026 01:34:11 UTC
The branch releng/13.5 has been updated by philip:
URL: https://cgit.FreeBSD.org/src/commit/?id=5c4e558ab4fc9ab437e208ff9d7e70c923654a06
commit 5c4e558ab4fc9ab437e208ff9d7e70c923654a06
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-03-25 02:16:23 +0000
Commit: Philip Paeps <philip@FreeBSD.org>
CommitDate: 2026-03-26 01:31:01 +0000
Add UPDATING entries and bump version
Approved by: so
---
UPDATING | 5 +++++
sys/conf/newvers.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 629e14fdcecc..da2cb44b6e3d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ 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.
+20260325:
+ 13.5-RELEASE-p11 SA-26:08.rpcsec_gss
+
+ Remote code execution via RPCSEC_GSS packet validation. [SA-26:08.rpcsec_gss]
+
20260224:
13.5-RELEASE-p10 SA-26:04.jail
SA-26:05.route
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 4506455b52a2..353695cf896c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.5"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi