diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-07-27 17:46:32 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-07-28 19:21:40 +0000 |
| commit | 3de2d29b088e70add5936c92f6dba3b29a2a922e (patch) | |
| tree | 1c8822f94416219a200ebb8cb70c29dd27d18581 | |
| parent | d46ec216104e2f8e6f0eb9f1967c772e54eeda54 (diff) | |
Add UPDATING entries and bump versionrelease/14.4.0-p8releng/14.4
Approved by: so
| -rw-r--r-- | UPDATING | 14 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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 |
