You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mj...@apache.org on 2021/03/30 11:11:29 UTC

svn commit: r1888206 - /httpd/site/trunk/lib/path.pm

Author: mjc
Date: Tue Mar 30 11:11:29 2021
New Revision: 1888206

URL: http://svn.apache.org/viewvc?rev=1888206&view=rev
Log:
Put it back to how it was for now until I can get more help

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=1888206&r1=1888205&r2=1888206&view=diff
==============================================================================
--- httpd/site/trunk/lib/path.pm (original)
+++ httpd/site/trunk/lib/path.pm Tue Mar 30 11:11:29 2021
@@ -10,7 +10,7 @@ our @patterns = (
 ) ;
 
 our %dependencies = (
-    map +($_ => ["/security/vulnerabilities-httpd.xml"]), grep s/^content//, glob "content/security/json/*.*"
+    map +($_ => ["/security/vulnerabilities-httpd.xml"]), grep s/^content//, glob "content/security/*.sh"
 );
 
 1;