mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Add UPDATING entries and bump version.
Approved by: so
This commit is contained in:
parent
74bbb9e8b9
commit
4792aab11c
2 changed files with 12 additions and 1 deletions
11
UPDATING
11
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
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="14.3"
|
||||
BRANCH="RELEASE-p2"
|
||||
BRANCH="RELEASE-p3"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue