summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2017-02-23 07:12:18 +0000
committerdelphij <delphij@FreeBSD.org>2017-02-23 07:12:18 +0000
commit8ec5a888ff17420a447fce1d15a0413c122dd297 (patch)
tree4cefbc53a1b7df7cb45a471b65d3b2be5d57c692 /sys/conf
parenta820b5878036538de63ff2dcdc3d5c5c5bdfc7fb (diff)
downloadFreeBSD-src-8ec5a888ff17420a447fce1d15a0413c122dd297.zip
FreeBSD-src-8ec5a888ff17420a447fce1d15a0413c122dd297.tar.gz
Fix OpenSSL RC4_MD5 cipher vulnerability.
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 581ada0..0cf9277 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RELEASE-p16"
+BRANCH="RELEASE-p17"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud