git: 326f58eade21 - releng/13.2 - Add UPDATING entries and bump the branch version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Feb 2024 06:06:02 UTC
The branch releng/13.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=326f58eade217010f78f1f70ff76e0565bfae2b8 commit 326f58eade217010f78f1f70ff76e0565bfae2b8 Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2024-02-14 06:03:19 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2024-02-14 06:03:19 +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 142afbf8e4fa..89a4b7482faa 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. +20240214: + 13.2-RELEASE-p10 SA-24:01.bhyveload + SA-24:02.tty + EN-24:01.tzdata + EN-24:02.libutil + EN-24:03.kqueue + + Fix bhyveload host file access [SA-24:01.bhyveload] + + Fix jail information leak [SA-24:02.tty] + + Timezone database information update [EN-24:01.tzdata] + + Fix login class resource limits and CPU mask bypass [EN-24:02.libutil] + + Fix kqueue_close page fault on exit using rfork [EN-24:03.kqueue] + 20231212: 13.2-RELEASE-p9 SA-23:19.openssh diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 35e325add855..e8701ba542fe 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RELEASE-p9" +BRANCH="RELEASE-p10" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi