summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2017-01-11 06:01:23 +0000
committerdelphij <delphij@FreeBSD.org>2017-01-11 06:01:23 +0000
commita820b5878036538de63ff2dcdc3d5c5c5bdfc7fb (patch)
tree8bbb6ce1d2e348b6c4dbc08dc04d2b04622def69 /sys
parent570e4ab90f4cd78ac7fef92fbb56aab29321dc2c (diff)
downloadFreeBSD-src-a820b5878036538de63ff2dcdc3d5c5c5bdfc7fb.zip
FreeBSD-src-a820b5878036538de63ff2dcdc3d5c5c5bdfc7fb.tar.gz
Fix multiple vulnerabilities of OpenSSH.
Security: FreeBSD-SA-17:01.openssh Security: CVE-2016-10009 Security: CVE-2016-10010 Approved by: so
Diffstat (limited to 'sys')
-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 1781f13..581ada0 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RELEASE-p15"
+BRANCH="RELEASE-p16"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud