The branch releng/14.1 has been updated by gordon:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=524a425d30fce3d5e47614db796046830b1f6a83

commit 524a425d30fce3d5e47614db796046830b1f6a83
Author:     Gordon Tetlow <gor...@freebsd.org>
AuthorDate: 2024-09-19 13:18:19 +0000
Commit:     Gordon Tetlow <gor...@freebsd.org>
CommitDate: 2024-09-19 13:18:19 +0000

    Add UPDATING entries and bump revision.
    
    Approved by:    so
---
 UPDATING            | 11 +++++++++++
 sys/conf/newvers.sh |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 37ff6f2d53e1..c77a09fdf81b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,17 @@ 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.
 
+20240919:
+       14.1-RELEASE-p5 EN-24:16.pf
+                       SA-24:15.bhyve
+                       SA-24:16.libnv
+
+       Fix incorrect ICMPv6 state handling in pf [EN-24:16.pf]
+
+       Fix bhyve(8) out-of-bounds read access via XHCI emulation 
[SA-24:15.bhyve]
+
+       Fix integer overflow in libnv [SA-24:16.libnv]
+
 20240904:
        14.1-RELEASE-p4 EN-24:15.calendar
                        SA-24:09.libnv
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index fec4520f5fb7..f611c7d0229d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.1"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to