From eb90d7c0a2e6efe1f9212ca74dec5d358a1ba5a2 Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 19 Mar 2015 17:41:17 +0000 Subject: [PATCH] Fix multiple OpenSSL vulnerabilities. Security: FreeBSD-SA-15:06.openssl Security: CVE-2015-0209 Security: CVE-2015-0286 Security: CVE-2015-0287 Security: CVE-2015-0288 Security: CVE-2015-0289 Security: CVE-2015-0293 Approved by: so git-svn-id: svn://svn.freebsd.org/base/releng/9.3@280267 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- UPDATING | 3 +++ sys/conf/newvers.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 326e63406..12b6514af 100644 --- a/UPDATING +++ b/UPDATING @@ -11,6 +11,9 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20150319: p11 FreeBSD-SA-15:06.openssl + Fix multiple vulnerabilities in OpenSSL. [SA-15:06] + 20150225: p10 FreeBSD-SA-15:04.igmp FreeBSD-SA-15:05.bind FreeBSD-EN-15:01.vt diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 956b86319..45afa52c7 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p10" +BRANCH="RELEASE-p11" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.42.0