summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2017-07-12 08:07:36 +0000
committerdelphij <delphij@FreeBSD.org>2017-07-12 08:07:36 +0000
commit348f5311d13a14a86bd5e73cfac8ac707498b87c (patch)
treec606e788e09fdc51e7bdae694bb34d7998147449 /sys/conf/newvers.sh
parent8c96ad701987adfb4a43df0b86c9cbdd7268a6d6 (diff)
downloadFreeBSD-src-348f5311d13a14a86bd5e73cfac8ac707498b87c.zip
FreeBSD-src-348f5311d13a14a86bd5e73cfac8ac707498b87c.tar.gz
Fix heimdal KDC-REP service name validation vulnerability [SA-17:05]
Approved by: so
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 7314fb6..d323326 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="11.0"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud