diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-10-29 19:07:08 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-10-29 19:07:08 +0000 |
commit | 72aa3d55e9ff8634edf8a28162470969133ea7ca (patch) | |
tree | 67bff013c6a63725c872e2fb2a4c45e40905e0b7 | |
parent | 9f1314a30b4a6f5bcc2c149b8555fce539cc0f11 (diff) |
Add UPDATING entries and bump revisionreleng/13.3
SA-24:17.bhyve
SA-24:18.ctl
SA-24:19.fetch
Approved by: so
-rw-r--r-- | UPDATING | 11 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -12,6 +12,17 @@ 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. +20241029: + 13.3-RELEASE-p8 SA-24:17.bhyve + SA-24:18.ctl + SA-24.19.fetch + + Multiple issues in the bhyve hypervisor [SA-24:17.bhyve] + + Unbounded allocation in ctl(4) CAM Target Layer [SA-24:18.ctl] + + Certificate revocation list fetch(1) option fails [SA-24:19.fetch] + 20240919: 13.3-RELEASE-p7 EN-24:16.pf SA-24:15.bhyve diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 6985018b0afe..7ebd439805fa 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.3" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |