From 6d9be48e1800cbe41fc7362cf780c49a139353af Mon Sep 17 00:00:00 2001 From: des Date: Mon, 29 Apr 2013 21:11:05 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/releng/9.1@250071 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- UPDATING | 3 +++ sys/conf/newvers.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 331f3563..43b120d5 100644 --- a/UPDATING +++ b/UPDATING @@ -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. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 07607a22..21c32eaa 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -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 -- 2.42.0