aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-02-23 16:40:58 +0000
committerMark Johnston <markj@FreeBSD.org>2026-02-23 16:40:58 +0000
commit8ef0ed690df2dca0cc22b827819d112f868470bb (patch)
treec35156a3231092a369a904c843c8ce973359c522
parent5de6a55c70ba97c9bded822df449228065519ac0 (diff)
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
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