From 6d554063ca8c5d2a9bad18a2c238cd74dadeb33c Mon Sep 17 00:00:00 2001 From: delphij Date: Mon, 6 Aug 2018 20:39:27 +0000 Subject: [PATCH] Bump patch level and document them. Approved by: so --- UPDATING | 4 ++++ sys/conf/newvers.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 621a5bd71e1..4c54b0673b1 100644 --- a/UPDATING +++ b/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 p1 FreeBSD-SA-18:08.tcp + + Fix resource exhaustion in TCP reassembly. + 20180627: 11.2-RELEASE. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f4268a9fd76..1807fa21cce 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.2" -BRANCH="RELEASE" +BRANCH="RELEASE-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0