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
commitb076c99bf1ecb467a4e2e244d8c83703ade48a57 (patch)
treef0f11145ec819dbc441fac37a4cdf72cdcdf34da /sys
parent732e3790c641745d1af66fb12949ce9727cc2923 (diff)
downloadFreeBSD-src-b076c99bf1ecb467a4e2e244d8c83703ade48a57.zip
FreeBSD-src-b076c99bf1ecb467a4e2e244d8c83703ade48a57.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 880d740..a12fc8c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RELEASE-p9"
+BRANCH="RELEASE-p10"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud