diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-09-04 20:26:46 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-09-04 20:54:03 +0000 |
commit | f96bae43f0c12418864bebbe271c4c3f036649c3 (patch) | |
tree | 915059f73b1b86ed0ac85c6f67e8c87a129894fb | |
parent | 37823ca38148a4b53b373eb0e3a39242ccc4b06d (diff) | |
download | src-f96bae43f0c12418864bebbe271c4c3f036649c3.tar.gz src-f96bae43f0c12418864bebbe271c4c3f036649c3.zip |
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
-rw-r--r-- | UPDATING | 22 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -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 |