git: 1eba659e2f68 - releng/14.1 - Add UPDATING entries and bump the branch version.

From: Philip Paeps <philip_at_FreeBSD.org>
Date: Mon, 01 Jul 2024 08:51:47 UTC
The branch releng/14.1 has been updated by philip:

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

commit 1eba659e2f689d4014136048a8e470e852bdc69b
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2024-07-01 08:50:42 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2024-07-01 08:50:42 +0000

    Add UPDATING entries and bump the branch version.
    
    Approved by:    so
---
 UPDATING            | 5 +++++
 sys/conf/newvers.sh | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index d972b89c5f69..9972de7d6fac 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ 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.
 
+20240701:
+	14.1-RELEASE-p1 SA-24:04.openssh
+
+	Fix pre-authentication remote code execution in sshd [SA-24:04.openssh]
+
 20240619:
 	14.1-RELEASE-p1 EN-24:10.zfs
 			EN-24:13.libc++
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 8b55836841d7..ba482a7931d2 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.1"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi