git: 9d0e3b306e38 - releng/14.0 - Add UPDATING entries and bump the branch version.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Wed, 14 Feb 2024 06:05:47 UTC
The branch releng/14.0 has been updated by gordon:

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

commit 9d0e3b306e38adf94dc4f66a3e18b8deaf616917
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2024-02-14 06:00:27 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2024-02-14 06:00:27 +0000

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

diff --git a/UPDATING b/UPDATING
index 30a245edf611..4e5a23c56f86 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,26 @@ 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.
 
+20240214:
+	14.0-RELEASE-p5	SA-24:01.bhyveload
+			SA-24:02.tty
+			EN-24:01.tzdata
+			EN-24:02.libutil
+			EN-24:03.kqueue
+			EN-24:04.ip
+
+	Fix bhyveload host file access [SA-24:01.bhyveload]
+
+	Fix jail information leak [SA-24:02.tty]
+
+	Timezone database information update [EN-24:01.tzdata]
+
+	Fix login class resource limits and CPU mask bypass [EN-24:02.libutil]
+
+	Fix kqueue_close page fault on exit using rfork [EN-24:03.kqueue]
+
+	Fix kernel panic triggered by bind [EN-24:04.ip]
+
 20231219:
 	14.0-RELEASE-p4 SA-23:19.openssh
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 4565e444ae39..7ab4dca5f67f 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.0"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi