diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-01-27 07:42:11 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-01-27 07:42:11 +0000 |
commit | b904cda23e910b04c9a2e3851bf9af02e28e01e2 (patch) | |
tree | fe9c93f74c3c8f3f011cf6472b60dfb509321eb9 /sys/conf/newvers.sh | |
parent | 2c8d95a1098aec52a7382ed533ef1735417dec3e (diff) | |
download | src-b904cda23e910b04c9a2e3851bf9af02e28e01e2.tar.gz src-b904cda23e910b04c9a2e3851bf9af02e28e01e2.zip |
Fix BIND remote denial of service vulnerability. [SA-16:08]
Fix multiple vulnerabilities of ntp. [SA-16:09]
Fix Linux compatibility layer issetugid(2) system call
vulnerability. [SA-16:10]
Security: FreeBSD-SA-16:08.bind
Security: FreeBSD-SA-16:09.ntp
Security: FreeBSD-SA-16:10.linux
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=294905
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 4c34bc2d7ca0..49ad94fd3b5f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p34" +BRANCH="RELEASE-p35" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |