Date: Tue, 5 Dec 2023 18:27:43 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 06497fbd52e2 - releng/14.0 - Add UPDATING entries and bump version Message-ID: <202312051827.3B5IRhWA009637@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/14.0 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=06497fbd52e2f138b7d590c8499d9cebad182850 commit 06497fbd52e2f138b7d590c8499d9cebad182850 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-12-05 18:16:40 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-12-05 18:26:28 +0000 Add UPDATING entries and bump version Approved by: so --- UPDATING | 23 +++++++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 996c5744405d..0af118a3f624 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,29 @@ 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. +20231205: + 14.0-RELEASE-p2 SA-23:17.pf + EN-23:17.ossl + EN-23:18.openzfs + EN-23:19.pkgbase + EN-23:20.vm + EN-23:21.tty + EN-23:22.vfs + + TCP spoofing vulnerability in pf(4) [SA-23:17.pf] + + ossl(4)'s AES-GCM implementation may give incorrect results [EN-23:17.ossl] + + High CPU usage by ZFS kernel threads [EN-23:18.openzfs] + + Incorrect pkgbase version number for FreeBSD 14.0 [EN-23:19.pkgbase] + + Incorrect results from the kernel physical memory allocator [EN-23:20.vm] + + tty(4) IUTF8 causes a kernel panic [EN-23:21.tty] + + ZFS snapshot directories not accessible over NFS [EN-23:22.vfs] + 20231130: 14.0-RELEASE-p1 EN-23:15.sanitizer EN-23:16.openzfs diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 3ba43dc02fe4..d78502b8c4a5 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RELEASE-p1" +BRANCH="RELEASE-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312051827.3B5IRhWA009637>