Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2024 21:07:41 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 57d27c4dc3fe - releng/14.1 - Add UPDATING entries and bump revision
Message-ID:  <202409042107.484L7fn6053718@gitrepo.freebsd.org>

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

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

commit 57d27c4dc3fe4cb2b5762995a22ae72f980a5b62
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-09-04 20:08:59 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-09-04 20:46:55 +0000

    Add UPDATING entries and bump revision
    
    EN-24:15.calendar
    SA-24:09.libnv
    SA-24:10.bhyve
    SA-24:11.ctl
    SA-24:12.bhyve
    SA-24:13.openssl
    SA-24:14.umtx
    
    Approved by:    so
---
 UPDATING            | 22 ++++++++++++++++++++++
 sys/conf/newvers.sh |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index abdee5182989..37ff6f2d53e1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,28 @@ 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.
 
+20240904:
+	14.1-RELEASE-p4 EN-24:15.calendar
+			SA-24:09.libnv
+			SA-24:10.bhyve
+			SA-24:11.ctl
+			SA-24:12.bhyve
+			SA-24:13.openssl
+			SA-24:14.umtx
+
+	cron(8) / periodic(8) session login [EN-24:15.calendar]
+
+	Multiple vulnerabilities in libnv [SA-24:09.libnv]
+
+	bhyve(8) privileged guest escape via TPM device passthrough [SA-24:10.bhyve]
+	Multiple issues in ctl(4) CAM Target Layer [SA-24:11.ctl]
+
+	bhyve(8) privileged guest escape via USB controller [SA-24:12.bhyve]
+
+	Possible DoS in X.509 name checks in OpenSSL [SA-24:13.openssl]
+
+	umtx Kernel panic or Use-After-Free [SA-24:14.umtx]
+
 20240807:
 	14.1-RELEASE-p3	EN-24:14.ifconfig
 			SA-24:05.pf
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ce03fb4fb9fa..fec4520f5fb7 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.1"
-BRANCH="RELEASE-p3"
+BRANCH="RELEASE-p4"
 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?202409042107.484L7fn6053718>