diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2024-09-19 13:18:55 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2024-09-19 13:34:16 +0000 |
| commit | bc3877972ebd569804a7843535fcf18b676ea1ec (patch) | |
| tree | f8a7505a50df470baf0ef42b3f43e0a5e2ec8622 | |
| parent | 2cffa6354d9f9180b865a5bc210ab78f9f8ec00b (diff) | |
Add UPDATING entries and bump revision.
Approved by: so
Approved by: re (cperciva)
| -rw-r--r-- | UPDATING | 8 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -12,6 +12,14 @@ 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. +20240919: + 13.4-RELEASE-p1 SA-24:15.bhyve + SA-24:16.libnv + + Fix bhyve(8) out-of-bounds read access via XHCI emulation [SA-24:15.bhyve] + + Fix integer overflow in libnv [SA-24:16.libnv] + 20240917: 13.4-RELEASE. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index dd9ff3795158..5d096d99c9aa 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.4" -BRANCH="RELEASE" +BRANCH="RELEASE-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
