summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2016-10-10 07:18:54 +0000
committerdelphij <delphij@FreeBSD.org>2016-10-10 07:18:54 +0000
commitac3a196c01f30fc6af95f66f3c7d5b7762d7f77e (patch)
tree52eadacca47eaa00fec2810ae926e93e787e64d1 /sys
parent98d61c7c6a7df00ce00d939c90dd3b7087117766 (diff)
downloadFreeBSD-src-ac3a196c01f30fc6af95f66f3c7d5b7762d7f77e.zip
FreeBSD-src-ac3a196c01f30fc6af95f66f3c7d5b7762d7f77e.tar.gz
Fix bspatch heap overflow vulnerability. [SA-16:29]
Fix multiple portsnap vulnerabilities. [SA-16:30] Fix multiple libarchive vulnerabilities. [SA-16:31] 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 32d4652..634f64a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.1"
-BRANCH="RELEASE-p39"
+BRANCH="RELEASE-p40"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud