git: 3827644480bd - releng/14.4 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 17:21:14 UTC
The branch releng/14.4 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=3827644480bdd01c00bd1d5bb66011bb2e0ac75b
commit 3827644480bdd01c00bd1d5bb66011bb2e0ac75b
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-06-26 21:43:59 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-06-29 21:26:44 +0000
Add UPDATING entries and bump version
Approved by: so
---
UPDATING | 39 +++++++++++++++++++++++++++++++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 6433576d48b2..321c8e4e5376 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,45 @@ 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.
+20260630:
+ 14.4-RELEASE-p7 EN-26:16.arm64
+ SA-26:37.vm
+ SA-26:39.execve
+ SA-26:40.zfs
+ SA-26:41.libalias
+ SA-26:42.unlinkat
+ SA-26:43.tcp
+ SA-26:44.posixshm
+ SA-26:45.audit
+ SA-26:46.ktls
+ SA-26:47.linux
+ SA-26:48.compat32
+ SA-26:49.iconv
+
+ 32-bit setcontext(2) and swapcontext(2) fail on arm64. [EN-26:16.arm64]
+
+ Use-after-free in device pager page list. [SA-26:37.vm]
+
+ Local privilege escalation via execve(2) TOCTOU race. [SA-26:39.execve]
+
+ Multiple vulnerabilities in OpenZFS. [SA-26:40.zfs]
+
+ Buffer overflow in libalias RTSP handler. [SA-26:41.libalias]
+
+ unlinkat(2) ignores AT_RESOLVE_BENEATH flag. [SA-26:42.unlinkat]
+
+ Use-after-free in TCP RACK stack option handler. [SA-26:43.tcp]
+
+ Incorrect audit records for ptrace(2) syscall requests. [SA-26:45.audit]
+
+ Remote DOS via uninitialized memory access in KTLS receive. [SA-26:46.ktls]
+
+ Kernel stack disclosure in Linux compatibility layer. [SA-26:47.linux]
+
+ Kernel stack disclosure in 32-bit compatibility support. [SA-26:48.compat32]
+
+ Multiple vulnerabilities in iconv(3). [SA-26:49.iconv]
+
20260609:
14.4-RELEASE-p6 EN-26:15.openssl
SA-26:25.thr
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 3d7d8d5145a5..2ab49a6e20bb 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.4"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi