summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2016-05-04 15:25:47 +0000
committerdelphij <delphij@FreeBSD.org>2016-05-04 15:25:47 +0000
commit1fbf92c3ea82371bfc10d47cb9dc715a18f1287b (patch)
tree6f4e70772965a66f775c23c7f2c8731a6ada6fbd /sys/conf/newvers.sh
parent39baf3a8165fd1fa06257b6812862e7113c5b905 (diff)
downloadFreeBSD-src-1fbf92c3ea82371bfc10d47cb9dc715a18f1287b.zip
FreeBSD-src-1fbf92c3ea82371bfc10d47cb9dc715a18f1287b.tar.gz
Fix multiple OpenSSL vulnerabilitites. [SA-16:17]
Fix performance regression in libc hash(3). [EN-16:06] Fix excessive latency in x86 IPI delivery. [EN-16:07] Fix memory leak in ZFS. [EN-16:08] Approved by: so
Diffstat (limited to 'sys/conf/newvers.sh')
-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 33b8007..5ad43e3 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud