mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
Add UPDATING entries and bump version.
Approved by: so
This commit is contained in:
parent
dfe1fa3742
commit
da7860263e
2 changed files with 14 additions and 1 deletions
13
UPDATING
13
UPDATING
|
|
@ -16,6 +16,19 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
|
|||
the tip of head, and then rebuild without this option. The bootstrap process
|
||||
from older version of current across the gcc/clang cutover is a bit fragile.
|
||||
|
||||
20200708 p22 FreeBSD-EN-20:14.linuxkpi
|
||||
FreeBSD-EN-20:15.mps
|
||||
FreeBSD-SA-20:19.unbound
|
||||
FreeBSD-SA-20:20.ipv6
|
||||
|
||||
Fix kernel panic in LinuxKPI subsystem. [EN-20:14.linuxpki]
|
||||
|
||||
Fix kernel panic in mps(4) driver. [EN-20:15.mps]
|
||||
|
||||
Fix multiple vulnerabilities in unbound. [SA-20:19.unbound]
|
||||
|
||||
Fix IPv6 socket option race condition and use after free. [SA-20:20.ipv6]
|
||||
|
||||
20200609 p21 FreeBSD-SA-20:17.usb
|
||||
|
||||
Fix USB HID descriptor parsing error. [SA-20:17.usb]
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="11.2"
|
||||
BRANCH="RELEASE-p21"
|
||||
BRANCH="RELEASE-p22"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue