summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2016-11-02 07:23:36 +0000
committerdelphij <delphij@FreeBSD.org>2016-11-02 07:23:36 +0000
commit2f81d935658287026e614a5edf74ae47f5c54f3f (patch)
tree15788eb141cb2f8382a6e6fa11209679b8645264 /sys/conf
parentf6ed52a5221c1c90f63aa97666cf874cc27fb3ba (diff)
downloadFreeBSD-src-2f81d935658287026e614a5edf74ae47f5c54f3f.zip
FreeBSD-src-2f81d935658287026e614a5edf74ae47f5c54f3f.tar.gz
Fix OpenSSH remote Denial of Service vulnerability. [SA-16:33]
Fix OpenSSL remote DoS vulnerability. [SA-16:35] Security: FreeBSD-SA-16:33.openssh Security: FreeBSD-SA-16:35.openssl Approved by: so
Diffstat (limited to 'sys/conf')
-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 0ed7f24..3dffb6b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RELEASE-p11"
+BRANCH="RELEASE-p12"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud