diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-12-10 08:36:40 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-12-10 08:36:40 +0000 |
commit | a2e5f6ff73d4de4a344ed0a55d718af6e696c851 (patch) | |
tree | 10ff56324da1984892c183e6d78c35e857046171 /sys | |
parent | 95694478dbec043d57a331f6deb9d4a8649bec20 (diff) | |
download | src-a2e5f6ff73d4de4a344ed0a55d718af6e696c851.tar.gz src-a2e5f6ff73d4de4a344ed0a55d718af6e696c851.zip |
Fix multiple vulnerabilities in file(1) and libmagic(3).
Security: FreeBSD-SA-14:28.file
Security: CVE-2014-3710, CVE-2014-8116, CVE-2014-8117
Fix BIND remote denial of service vulnerability.
Security: FreeBSD-SA-14:29.bind
Security: CVE-2014-8500
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=275672
Diffstat (limited to 'sys')
-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 6e1db903a958..93f05869eaed 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |