git: d338712beb16 - releng/14.0 - Add UPDATING entries and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Mar 2024 05:06:28 UTC
The branch releng/14.0 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=d338712beb16ad7740bbd00bd93299a131a68045 commit d338712beb16ad7740bbd00bd93299a131a68045 Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2024-03-28 04:23:44 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2024-03-28 05:00:30 +0000 Add UPDATING entries and bump the branch version. Approved by: so --- UPDATING | 17 +++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 4e5a23c56f86..8a24e55cb4b9 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,23 @@ 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. +20240327: + 14.0-RELEASE-p6 SA-24:03.unbound + EN-24:05.tty + EN-24:06.wireguard + EN-24:07.clang + EN-24:07.kerberos + + Fix multiple vulnerabilities in unbound [SA-24:03.unbound] + + Fix tty kernel panic [EN-24:05.tty] + + Fix insufficient barriers in WireGuard if_wg(4) [EN-24:06.wireguard] + + Fix clang crash when certain optimization is enabled [EN-24:07.clang] + + Fix kerberos segfaults when using weak crypto [EN-24:08.kerberos] + 20240214: 14.0-RELEASE-p5 SA-24:01.bhyveload SA-24:02.tty diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 7ab4dca5f67f..02f705ccc64a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi