diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-07-28 19:59:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-07-28 19:59:22 +0000 |
commit | fd0d21b4fd3336f5c478ad0c85756ad4641c3519 (patch) | |
tree | 371744982340c872520e17c2aa0163a60bf8f609 /sys/conf/newvers.sh | |
parent | cf5f0e1f960546c3f9d97f911527433c3648f113 (diff) | |
download | src-fd0d21b4fd3336f5c478ad0c85756ad4641c3519.tar.gz src-fd0d21b4fd3336f5c478ad0c85756ad4641c3519.zip |
Fix resource exhaustion in TCP reassembly. [SA-15:15]
Fix OpenSSH multiple vulnerabilities. [SA-15:16]
Fix BIND remote denial of service vulnerability. [SA-15:17]
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=285980
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 3b7d9afe5035..658f8a57cc7a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p20" +BRANCH="RELEASE-p21" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |