mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add UPDATING entries and bump version
Approved by: so
This commit is contained in:
parent
69195c0e54
commit
871a807f48
2 changed files with 9 additions and 1 deletions
8
UPDATING
8
UPDATING
|
|
@ -12,6 +12,14 @@ 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.
|
||||
|
||||
20250224:
|
||||
14.3-RELEASE-p9 SA-26:04.jail
|
||||
SA-26:05.route
|
||||
|
||||
Jail chroot escape via fd exchange with a different jail. [SA-26:04.jail]
|
||||
|
||||
Local DoS and possible privilege escalation via routing sockets. [SA-26:05.route]
|
||||
|
||||
20250127:
|
||||
14.3-RELEASE-p8 SA-26:01.openssl
|
||||
SA-26:02.jail
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="14.3"
|
||||
BRANCH="RELEASE-p8"
|
||||
BRANCH="RELEASE-p9"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue