git: 811a30c55a20 - releng/13.3 - Add UPDATING entries and bump revision
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Sep 2024 20:29:51 UTC
The branch releng/13.3 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=811a30c55a20b5e0f68b806a2b2ee4e05044e735 commit 811a30c55a20b5e0f68b806a2b2ee4e05044e735 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-09-04 19:32:29 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-09-04 20:29:29 +0000 Add UPDATING entries and bump revision EN-24:15.calendar SA-24:09.libnv SA-24:11.ctl SA-24:12.bhyve SA-24:14.umtx Approved by: so --- UPDATING | 17 +++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 8ec49065a2e0..d062be76c45c 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. +20240904: + 13.3-RELEASE-p6 EN-24:15.calendar + SA-24:09.libnv + SA-24:11.ctl + SA-24:12.bhyve + SA-24:14.umtx + + cron(8) / periodic(8) session login [EN-24:15.calendar] + + Multiple vulnerabilities in libnv [SA-24:09.libnv] + + Multiple issues in ctl(4) CAM Target Layer [SA-24:11.ctl] + + bhyve(8) privileged guest escape via USB controller [SA-24:12.bhyve] + + umtx Kernel panic or Use-After-Free [SA-24:14.umtx] + 20240806: 13.3-RELEASE-p5 SA-24:05.pf SA-24:06.ktrace diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index a1f0f7b0d08e..e5e1d3897a35 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.3" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi