git: 8ef0ed690df2 - releng/15.0 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Feb 2026 16:00:40 UTC
The branch releng/15.0 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=8ef0ed690df2dca0cc22b827819d112f868470bb
commit 8ef0ed690df2dca0cc22b827819d112f868470bb
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-02-23 16:40:58 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-02-23 16:40:58 +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 086c4b8e2892..6fdc5195e4d6 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.
+20260224:
+ 15.0-RELEASE-p4 SA-26:05.route
+
+ Local DoS and possible privilege escalation via routing sockets. [SA-26:05.route]
+
20260210:
15.0-RELEASE-p3 SA-26:03.blocklistd
EN-26:04.arm64
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 3132de9d99cb..3f0163ecefe2 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="RELEASE-p3"
+BRANCH="RELEASE-p4"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi