diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-08-25 20:49:05 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-08-25 20:49:05 +0000 |
commit | 0a4794072ceddb6293565e4730b0081a906d0844 (patch) | |
tree | 2fced043194bfb9dd5d9f3a562fece921c64c58b /sys/conf | |
parent | 85d704f8b6f27204b662eb54da2490c7495b441d (diff) | |
download | src-0a4794072ceddb6293565e4730b0081a906d0844.tar.gz src-0a4794072ceddb6293565e4730b0081a906d0844.zip |
Fix local privilege escalation in IRET handler. [SA-15:21]
Fix OpenSSH multiple vulnerabilities. [SA-15:22]
Fix insufficient check of unsupported pkg(7) signature methods.
[EN-15:15]
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=287147
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 f5c1e4f8d64b..1424a22587a2 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p23" +BRANCH="RELEASE-p24" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |