git: c31be7380af7 - releng/13.3 - Add UPDATING entries and bump revision.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Sep 2024 13:35:39 UTC
The branch releng/13.3 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=c31be7380af7fe71392dd4a1a853780143038ce5
commit c31be7380af7fe71392dd4a1a853780143038ce5
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2024-09-19 13:19:04 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2024-09-19 13:19:04 +0000
Add UPDATING entries and bump revision.
Approved by: so
---
UPDATING | 11 +++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index d062be76c45c..56a2afbd487a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20240919:
+ 13.3-RELEASE-p7 EN-24:16.pf
+ SA-24:15.bhyve
+ SA-24:16.libnv
+
+ Fix incorrect ICMPv6 state handling in pf [EN-24:16.pf]
+
+ Fix bhyve(8) out-of-bounds read access via XHCI emulation [SA-24:15.bhyve]
+
+ Fix integer overflow in libnv [SA-24:16.libnv]
+
20240904:
13.3-RELEASE-p6 EN-24:15.calendar
SA-24:09.libnv
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e5e1d3897a35..6985018b0afe 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.3"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi