Add UPDATING entries and bump version.

Approved by:    so
This commit is contained in:
Gordon Tetlow 2025-09-16 09:28:47 -07:00 committed by Franco Fichtner
parent 74bbb9e8b9
commit 4792aab11c
2 changed files with 12 additions and 1 deletions

View file

@ -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

View file

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.3"
BRANCH="RELEASE-p2"
BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi