The branch releng/14.3 has been updated by gordon:

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

commit ed55d0f2bc694315d6b906f18e18c059ecebcc18
Author:     Gordon Tetlow <gor...@freebsd.org>
AuthorDate: 2025-09-16 16:28:47 +0000
Commit:     Gordon Tetlow <gor...@freebsd.org>
CommitDate: 2025-09-16 16:28:47 +0000

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

diff --git a/UPDATING b/UPDATING
index 13a84a404535..31f8d97d4762 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.
 
+20250916:
+       14.2-RELEASE-p6 EN-25:15.arm64
+                       EN-25:16.vfs
+                       EN-25:17.bnxt
+
+       Fix arm64 syscall(2) allows unprivileged user to panic kernel. 
[EN-25:15.arm64]
+
+       Fix copy_file_range(2) failing to set output parameters. [EN-25:16.vfs]
+
+       Fix bnxt(4) failing to set media type in some cases. [EN-25:17.bnxt]
+
 20250808:
        14.3-RELEASE-p2 EN-25:12.efi
                        EN-25:13.wlan_tkip
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index a8ec74cc1226..59e359d9f452 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="14.3"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi

Reply via email to