diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-08-18 19:30:35 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-08-18 19:30:35 +0000 |
commit | 85d704f8b6f27204b662eb54da2490c7495b441d (patch) | |
tree | 281ab7744ec937132b7855029f2030a96fc6368e /sys | |
parent | 4ca6726079235a9db843a8a68e1da516d0960102 (diff) | |
download | src-85d704f8b6f27204b662eb54da2490c7495b441d.tar.gz src-85d704f8b6f27204b662eb54da2490c7495b441d.zip |
Fix multiple integer overflows in expat.
Security: CVE-2015-1283
Security: FreeBSD-SA-15:20.expat
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=286902
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 97f3fe8d0d24..f5c1e4f8d64b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p22" +BRANCH="RELEASE-p23" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |