Date: Mon, 29 Apr 2013 21:11:31 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r250073 - releng/8.4 Message-ID: <201304292111.r3TLBVhI090853@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Mon Apr 29 21:11:31 2013 New Revision: 250073 URL: http://svnweb.freebsd.org/changeset/base/250073 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: re Modified: releng/8.4/UPDATING Modified: releng/8.4/UPDATING ============================================================================== --- releng/8.4/UPDATING Mon Apr 29 21:11:21 2013 (r250072) +++ releng/8.4/UPDATING Mon Apr 29 21:11:31 2013 (r250073) @@ -15,6 +15,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. debugging tools present in HEAD were left in place because sun4v support still needs work to become production ready. +20130429: + Fix a bug that allows NFS clients to issue READDIR on files. + 20130225: A new compression method (lz4) has been merged. Please refer to zpool-features(7) for more information.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304292111.r3TLBVhI090853>