From owner-svn-src-stable@FreeBSD.ORG Mon Apr 29 21:11:03 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0250560A; Mon, 29 Apr 2013 21:11:02 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 066F8129B; Mon, 29 Apr 2013 21:11:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3TLB1n6090638; Mon, 29 Apr 2013 21:11:01 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3TLB1Gt090637; Mon, 29 Apr 2013 21:11:01 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201304292111.r3TLB1Gt090637@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Mon, 29 Apr 2013 21:11:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r250070 - stable/9 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 21:11:03 -0000 Author: des Date: Mon Apr 29 21:11:01 2013 New Revision: 250070 URL: http://svnweb.freebsd.org/changeset/base/250070 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: stable/9/UPDATING Modified: stable/9/UPDATING ============================================================================== --- stable/9/UPDATING Mon Apr 29 21:10:53 2013 (r250069) +++ stable/9/UPDATING Mon Apr 29 21:11:01 2013 (r250070) @@ -11,6 +11,9 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20130429: + Fix a bug that allows NFS clients to issue READDIR on files. + 20130315: The install(1) option -M has changed meaning and now takes an argument that is a file or path to append logs to. In the