aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2024-09-19 13:18:55 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2024-09-19 13:34:16 +0000
commitbc3877972ebd569804a7843535fcf18b676ea1ec (patch)
treef8a7505a50df470baf0ef42b3f43e0a5e2ec8622
parent2cffa6354d9f9180b865a5bc210ab78f9f8ec00b (diff)
Add UPDATING entries and bump revision.
Approved by: so Approved by: re (cperciva)
-rw-r--r--UPDATING8
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 9 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 3080a1e5b420..df70c7ce5904 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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