diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-04-07 20:21:23 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-04-07 20:21:23 +0000 |
commit | b5c01884f4253d965fac6dc469c8faf07c7c6979 (patch) | |
tree | 7e0377083b99532398e611d9a1aaa685e5ac690f /sys/conf/newvers.sh | |
parent | 2212159696100a66e1a270a87e0bff1a9aadc3ed (diff) | |
download | src-b5c01884f4253d965fac6dc469c8faf07c7c6979.tar.gz src-b5c01884f4253d965fac6dc469c8faf07c7c6979.zip |
Improve patch for SA-15:04.igmp to solve a potential buffer overflow.
Fix multiple vulnerabilities of ntp. [SA-15:07]
Fix Denial of Service with IPv6 Router Advertisements. [SA-15:09]
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=281233
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 bd79618e2d79..afe8d933480e 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p12" +BRANCH="RELEASE-p13" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |