summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING3
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 7dcc5e5..f20dbc7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,9 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20150319: p7 FreeBSD-SA-15:06.openssl
+ Fix multiple vulnerabilities in OpenSSL. [SA-15:06]
+
20150225: p6 FreeBSD-SA-15:04.igmp
FreeBSD-EN-15:01.vt
FreeBSD-EN-15:02.openssl
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 63cadaa..d4b4eac 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.1"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud