git: 21576f63961e - releng/13.4 - Add UPDATING entries and bump revision

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 04 Sep 2024 19:58:31 UTC
The branch releng/13.4 has been updated by emaste:

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

commit 21576f63961eb1402417cf1a3f1f16874bab8466
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-09-04 19:32:29 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-09-04 19:32:58 +0000

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

diff --git a/UPDATING b/UPDATING
index 974b0dbd30c2..d9e322e4a1a1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ 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:
+	13.4-RC2-p1	SA-24:09.libnv
+			SA-24:11.ctl
+			SA-24:12.bhyve
+			SA-24:14.umtx
+
+	Multiple vulnerabilities in libnv [SA-24:09.libnv]
+
+	Multiple issues in ctl(4) CAM Target Layer [SA-24:11.ctl]
+
+	bhyve(8) privileged guest escape via USB controller [SA-24:12.bhyve]
+
+	umtx Kernel panic or Use-After-Free [SA-24:14.umtx]
+
 20240218:
 	MFC of 713db49d06de changed 'struct ieee80211vap' internals in net80211.
 	Given we do not have enough spares and the struct is allocated by
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 4bb01ad3de32..9df266dcfb6c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.4"
-BRANCH="RC2"
+BRANCH="RC2-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi