git: bc3877972ebd - releng/13.4 - Add UPDATING entries and bump revision.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Sep 2024 13:35:08 UTC
The branch releng/13.4 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=bc3877972ebd569804a7843535fcf18b676ea1ec
commit bc3877972ebd569804a7843535fcf18b676ea1ec
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2024-09-19 13:18:55 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2024-09-19 13:34:16 +0000
Add UPDATING entries and bump revision.
Approved by: so
Approved by: re (cperciva)
---
UPDATING | 8 ++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
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