svn commit: r250071 - in releng/9.1: . sys/conf
Dag-Erling Smørgrav
des at FreeBSD.org
Mon Apr 29 21:11:06 UTC 2013
Author: des
Date: Mon Apr 29 21:11:05 2013
New Revision: 250071
URL: http://svnweb.freebsd.org/changeset/base/250071
Log:
Fix a bug that allows NFS clients to issue READDIR on files.
(files missing from previous commit)
PR: kern/178016
Security: CVE-2013-3266
Security: FreeBSD-SA-13:05.nfsserver
Approved by: so
Modified:
releng/9.1/UPDATING
releng/9.1/sys/conf/newvers.sh
Modified: releng/9.1/UPDATING
==============================================================================
--- releng/9.1/UPDATING Mon Apr 29 21:11:01 2013 (r250070)
+++ releng/9.1/UPDATING Mon Apr 29 21:11:05 2013 (r250071)
@@ -9,6 +9,9 @@ handbook.
Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before running portupgrade.
+20130429: p3 FreeBSD-SA-13:05.nfsserver
+ Fix a bug that allows NFS clients to issue READDIR on files.
+
20130402: p2 FreeBSD-SA-13:03.openssl FreeBSD-SA-13:04.bind
Fix multiple vulnerabilities in OpenSSL.
Modified: releng/9.1/sys/conf/newvers.sh
==============================================================================
--- releng/9.1/sys/conf/newvers.sh Mon Apr 29 21:11:01 2013 (r250070)
+++ releng/9.1/sys/conf/newvers.sh Mon Apr 29 21:11:05 2013 (r250071)
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="9.1"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-all
mailing list