diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-03-19 17:41:17 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-03-19 17:41:17 +0000 |
commit | 8abcb78bc9787d9d3f2cd64246108aa15485e012 (patch) | |
tree | cf78987ff9e804f2dc23228742cfba388ac8e103 /sys/conf/newvers.sh | |
parent | fec769336cf1605c74783ada99c03ae271530889 (diff) | |
download | src-8abcb78bc9787d9d3f2cd64246108aa15485e012.tar.gz src-8abcb78bc9787d9d3f2cd64246108aa15485e012.zip |
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
Notes
Notes:
svn path=/releng/9.3/; revision=280267
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 956b86319555..45afa52c7787 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 |