aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-08-19 19:03:35 +0000
committerMark Johnston <markj@FreeBSD.org>2026-08-24 19:00:32 +0000
commit53c5c1935320108ba0e597528ad577862a297c0e (patch)
tree964dceb238580a1b1c8b27def3466671dcf7855e
parent840fd9dc7de259283eaa7f7482589945cef943aa (diff)
Add UPDATING entries and bump versionrelease/14.4.0-p9releng/14.4
Approved by: so
-rw-r--r--UPDATING26
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 27 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 9c4e262b56a2..7f47d972a9f4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,32 @@ 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.
+20260825:
+ 14.4-RELEASE-p9 EN-26:20.microcode
+ EN-26:21.openssl
+ SA-26:56.hwpmc
+ SA-26:58.sound
+ SA-26:60.ppp
+ SA-26:61.openssl
+ SA-26:62.tty
+ SA-26:63.posixshm
+
+ Intel CPU microcode not applied during early loading for some CPUs. [EN-26:20.microcode]
+
+ OpenSSL pkg-config files contain incorrect versions. [EN-26:21.openssl]
+
+ hwpmc fails to detach PMCs during exec credential transitions. [SA-26:56.hwpmc]
+
+ Kernel use-after-free via the SNDCTL_DSP_SYNCSTART ioctl. [SA-26:58.sound]
+
+ Multiple vulnerabilities in ppp. [SA-26:60.ppp]
+
+ Multiple vulnerabilities in OpenSSL. [SA-26:61.openssl]
+
+ Kernel use-after-free via tty ioctls. [SA-26:62.tty]
+
+ TOCTOU in POSIX shared memory large page configuration. [SA-26:63.posixshm]
+
20260729:
14.4-RELEASE-p8 EN-26:18.tzdata
SA-26:52.if_wg
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e5ee2acfb4c7..a783e01ed3ed 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.4"
-BRANCH="RELEASE-p8"
+BRANCH="RELEASE-p9"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi