mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Bump patch level and document them.
Approved by: so
This commit is contained in:
parent
a7d415886b
commit
e10c999921
2 changed files with 5 additions and 1 deletions
4
UPDATING
4
UPDATING
|
|
@ -16,6 +16,10 @@ 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.
|
||||
|
||||
20180806 p12 FreeBSD-SA-18:08.tcp
|
||||
|
||||
Fix resource exhaustion in TCP reassembly.
|
||||
|
||||
20180621 p11 FreeBSD-SA-18:07.lazyfpu
|
||||
FreeBSD-EN-18:07.pmap
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="11.1"
|
||||
BRANCH="RELEASE-p11"
|
||||
BRANCH="RELEASE-p12"
|
||||
if [ -n "${BRANCH_OVERRIDE}" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue