Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DB15CA9A for ; Sat, 21 Jul 2012 21:23:00 +0000 (UTC) Received: (qmail 1687 invoked by uid 500); 21 Jul 2012 21:22:59 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 1623 invoked by uid 500); 21 Jul 2012 21:22:59 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 1616 invoked by uid 99); 21 Jul 2012 21:22:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2012 21:22:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2012 21:22:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CDB8A238889B; Sat, 21 Jul 2012 21:22:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1364176 - /httpd/site/trunk/lib/path.pm Date: Sat, 21 Jul 2012 21:22:37 -0000 To: cvs@httpd.apache.org From: joes@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120721212237.CDB8A238889B@eris.apache.org> Author: joes Date: Sat Jul 21 21:22:37 2012 New Revision: 1364176 URL: http://svn.apache.org/viewvc?rev=1364176&view=rev Log: Mark Cox's security xslt stuff (deps) Modified: httpd/site/trunk/lib/path.pm Modified: httpd/site/trunk/lib/path.pm URL: http://svn.apache.org/viewvc/httpd/site/trunk/lib/path.pm?rev=1364176&r1=1364175&r2=1364176&view=diff ============================================================================== --- httpd/site/trunk/lib/path.pm (original) +++ httpd/site/trunk/lib/path.pm Sat Jul 21 21:22:37 2012 @@ -9,6 +9,9 @@ our @patterns = ( [qr!\.mdtext$!, main => { template => "core.html" }] # Everything else ) ; +our %dependencies = ( + map +($_ => ["/security/vulnerabilities-httpd.xml"]), grep s/^content//, glob "content/security/*.sh" +); 1;