Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2024 13:30:46 GMT
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f10e328cb192 - releng/14.0 - Add UPDATING entries and bump revision.
Message-ID:  <202409191330.48JDUkMN045828@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/14.0 has been updated by gordon:

URL: https://cgit.FreeBSD.org/src/commit/?id=f10e328cb1921d2f5f0253565f38e0daa667db69

commit f10e328cb1921d2f5f0253565f38e0daa667db69
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2024-09-19 13:18:39 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2024-09-19 13:18:39 +0000

    Add UPDATING entries and bump revision.
    
    Approved by:    so
---
 UPDATING            | 13 ++++++++++++-
 sys/conf/newvers.sh |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/UPDATING b/UPDATING
index 89961db5fabb..b46752e16669 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,8 +12,19 @@ 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:
+	14.0-RELEASE-p10 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:
-	14.2-RELEASE-p10 EN-24:15.calendar
+	14.0-RELEASE-p10 EN-24:15.calendar
 			SA-24:09.libnv
 			SA-24:10.bhyve
 			SA-24:11.ctl
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 3fde4ce763f6..0cf05e707063 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.0"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409191330.48JDUkMN045828>