git: 2d8b79fe6036 - releng/14.0 - Add UPDATING entries and bump version.

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 08 Nov 2023 01:19:04 UTC
The branch releng/14.0 has been updated by emaste:

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

commit 2d8b79fe6036efbc6f00fe97ca482fab039f854e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-11-08 01:18:52 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-11-08 01:18:52 +0000

    Add UPDATING entries and bump version.
    
    Approved by:    so
    Approved by:    re (implicit)
---
 UPDATING            | 8 ++++++++
 sys/conf/newvers.sh | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index fe80f259cb12..58eeafa44bba 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.
 
+20231108:
+	14.0-RC4-p1 SA-23:15.stdio
+		    SA-23:16.cap_net
+
+	libc stdio buffer overflow [SA-23:15.stdio]
+
+	Incorrect libcap_net limitation list manipulation [SA-23:16.cap_net]
+
 20230824:
 	__FreeBSD_version 1400097 after the branching stable/14 from main.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 7b9891253fe7..b40c56ae759c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.0"
-BRANCH="RC4"
+BRANCH="RC4-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi