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 be4dd13c69
commit d039d53b5a
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 p1 FreeBSD-SA-18:08.tcp
Fix resource exhaustion in TCP reassembly.
20180627:
11.2-RELEASE.

View File

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