summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2016-11-02 07:23:19 +0000
committerdelphij <delphij@FreeBSD.org>2016-11-02 07:23:19 +0000
commitc3ce2fe853233c3441e70fa0f68d37cc0998d626 (patch)
treea6e7729247c1d8bc1866097d8a1d0f6efdc89927 /sys/conf/newvers.sh
parent166093516c6aacc3b4828524e9ddc45bfbdd279c (diff)
downloadFreeBSD-src-c3ce2fe853233c3441e70fa0f68d37cc0998d626.zip
FreeBSD-src-c3ce2fe853233c3441e70fa0f68d37cc0998d626.tar.gz
Fix Fix OpenSSH remote Denial of Service vulnerability.
Security: FreeBSD-SA-16:33.openssh 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 f734ad1..e5a5f3c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="11.0"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud