Add UPDATING entries and bump the branch version.

Approved by:	so
This commit is contained in:
Gordon Tetlow 2024-02-13 22:03:19 -08:00 committed by Franco Fichtner
parent e63fd4f255
commit f95ea10aac
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.2"
BRANCH="RELEASE-p9"
BRANCH="RELEASE-p10"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi