diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-02-25 05:56:54 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-02-25 05:56:54 +0000 |
commit | fec769336cf1605c74783ada99c03ae271530889 (patch) | |
tree | a947fa79fbc17d160b0ebc756df96ab23bd6e1f4 /sys/conf | |
parent | fc751aec5cacb72bc582d6b2eedbe57c2f0d9974 (diff) | |
download | src-fec769336cf1605c74783ada99c03ae271530889.tar.gz src-fec769336cf1605c74783ada99c03ae271530889.zip |
Fix integer overflow in IGMP protocol. [SA-15:04]
Fix BIND remote denial of service vulnerability. [SA-15:05]
Fix vt(4) crash with improper ioctl parameters. [EN-15:01]
Updated base system OpenSSL to 0.9.8zd. [EN-15:02]
Fix freebsd-update libraries update ordering issue. [EN-15:03]
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=279265
Diffstat (limited to 'sys/conf')
-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 e0a9b4c2fcf5..956b86319555 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p9" +BRANCH="RELEASE-p10" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |