Bump patch level and document them.

Approved by:	so
This commit is contained in:
delphij 2018-08-06 20:39:27 +00:00 committed by Franco Fichtner
parent a7d415886b
commit e10c999921
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.1"
BRANCH="RELEASE-p11"
BRANCH="RELEASE-p12"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi