git: f96bae43f0c1 - releng/14.0 - Add UPDATING entries and bump revision
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Sep 2024 20:54:26 UTC
The branch releng/14.0 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f96bae43f0c12418864bebbe271c4c3f036649c3 commit f96bae43f0c12418864bebbe271c4c3f036649c3 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-09-04 20:26:46 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-09-04 20:54:03 +0000 Add UPDATING entries and bump revision EN-24:15.calendar SA-24:09.libnv SA-24:10.bhyve SA-24:11.ctl SA-24:12.bhyve SA-24:13.openssl SA-24:14.umtx Approved by: so --- UPDATING | 22 ++++++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index dda09f1d5226..89961db5fabb 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,28 @@ 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. +20240904: + 14.2-RELEASE-p10 EN-24:15.calendar + SA-24:09.libnv + SA-24:10.bhyve + SA-24:11.ctl + SA-24:12.bhyve + SA-24:13.openssl + SA-24:14.umtx + + cron(8) / periodic(8) session login [EN-24:15.calendar] + + Multiple vulnerabilities in libnv [SA-24:09.libnv] + + bhyve(8) privileged guest escape via TPM device passthrough [SA-24:10.bhyve] + Multiple issues in ctl(4) CAM Target Layer [SA-24:11.ctl] + + bhyve(8) privileged guest escape via USB controller [SA-24:12.bhyve] + + Possible DoS in X.509 name checks in OpenSSL [SA-24:13.openssl] + + umtx Kernel panic or Use-After-Free [SA-24:14.umtx] + 20240807: 14.0-RELEASE-p9 EN-24:14.ifconfig SA-24:05.pf diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b13f7b741ea6..3fde4ce763f6 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RELEASE-p9" +BRANCH="RELEASE-p10" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi