From owner-svn-src-svnadmin@FreeBSD.ORG Tue Sep 17 11:30:40 2013 Return-Path: Delivered-To: svn-src-svnadmin@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BABB2C00; Tue, 17 Sep 2013 11:30:40 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8EE5E2ED6; Tue, 17 Sep 2013 11:30:36 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r8HBUNcn084372; Tue, 17 Sep 2013 15:30:23 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r8HBUNwq084371; Tue, 17 Sep 2013 15:30:23 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 17 Sep 2013 15:30:23 +0400 From: Gleb Smirnoff To: Edward Tomasz Napierala Subject: Re: svn commit: r255628 - svnadmin/conf Message-ID: <20130917113023.GM4574@FreeBSD.org> References: <201309170843.r8H8hCaE092908@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309170843.r8H8hCaE092908@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-svnadmin@freebsd.org X-BeenThere: svn-src-svnadmin@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the admin / configuration tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 11:30:40 -0000 Edward, On Tue, Sep 17, 2013 at 08:43:12AM +0000, Edward Tomasz Napierala wrote: E> Modified: svnadmin/conf/approvers E> ============================================================================== E> --- svnadmin/conf/approvers Tue Sep 17 07:41:08 2013 (r255627) E> +++ svnadmin/conf/approvers Tue Sep 17 08:43:12 2013 (r255628) E> @@ -32,3 +32,7 @@ E> ^svnadmin/conf/approvers (core|re) E> ^svnadmin/conf/access core E> ^head/LOCKS core E> +^head/sys/dev/random (security-officer|so|secteam|core) E> +^head/sys/libkern/arc4random.c (security-officer|so|secteam|core) E> +^stable/[7-9]/sys/dev/random (security-officer|so|secteam|core) E> +^stable/[7-9]/sys/libkern/arc4random.c (security-officer|so|secteam|core) stable/10 won't match. I'd suggest ^stable/[0-9]+/sys -- Totus tuus, Glebius.