aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2026-03-25 06:05:40 +0000
committerPhilip Paeps <philip@FreeBSD.org>2026-03-25 16:11:11 +0000
commita5812c77639bde4b460db04e8050b09281dd7835 (patch)
treec3f26362344fe5628a51f7143dcf48a33b18d726
parentb6865bca4ba546155740a5047ff79a6515b5805b (diff)
-rw-r--r--UPDATING11
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 12 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 42f8d9788aad..37cb107c7947 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,17 @@ 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:
+ 14.4-RELEASE-p1 SA-26:06.tcp
+ SA-26:08.rpcsec_gss
+ SA-26:09.pf
+
+ TCP: remotely exploitable DoS vector (mbuf leak). [SA-26:06.tcp]
+
+ Remote code execution via RPCSEC_GSS packet validation. [SA-26:08.rpcsec_gss]
+
+ pf silently ignores certain rules. [SA-26:09.pf]
+
20260310:
14.4-RELEASE.
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ba11232e7c54..329e4ac3875f 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.4"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi