git: 3de2d29b088e - releng/14.4 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jul 2026 17:49:39 UTC
The branch releng/14.4 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=3de2d29b088e70add5936c92f6dba3b29a2a922e
commit 3de2d29b088e70add5936c92f6dba3b29a2a922e
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-07-27 17:46:32 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-07-28 19:21:40 +0000
Add UPDATING entries and bump version
Approved by: so
---
UPDATING | 14 ++++++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 2aa705761d8e..9c4e262b56a2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ 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.
+20260729:
+ 14.4-RELEASE-p8 EN-26:18.tzdata
+ SA-26:52.if_wg
+ SA-26:54.sysvsem
+ SA-26:55.elf
+
+ Timezone database information update. [EN-26:18.tzdata]
+
+ Missing MAC validation in wg(4) packet decryption. [SA-26:52.if_wg]
+
+ Heap out-of-bounds access in semctl(2). [SA-26:54.sysvsem]
+
+ Race condition in ELF core dump segment counting. [SA-26:55.elf]
+
20260630:
14.4-RELEASE-p7 EN-26:16.arm64
SA-26:37.vm
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 2ab49a6e20bb..e5ee2acfb4c7 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.4"
-BRANCH="RELEASE-p7"
+BRANCH="RELEASE-p8"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi