]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- forbid access to CVS or RCS dirs in a way allowing still access files named CVS.txt auto/ac/lighttpd-1_4_28-5 auto/th/lighttpd-1_4_28-5
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 25 Nov 2010 11:29:34 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_access.conf -> 1.5
    lighttpd.spec -> 1.342

lighttpd-mod_access.conf
lighttpd.spec

index c057dac529928b14400a9417b45a6a528243bffb..30e6d1ad0f05577c4eab18be6280f6ce95d0d508 100644 (file)
@@ -14,6 +14,7 @@ server.modules += (
 # *,v and *,t - CVS files
 url.access-deny = ( "~", ".inc", ",v", ",t" )
 
-$HTTP["url"] =~ "(?:CVS|RCS)" {
+# forbid access to files inside CVS or RCS dirs
+$HTTP["url"] =~ "/(?:CVS|RCS)/" {
        url.access-deny = ("")
 }
index 292cf520058f6dbb27a5a844bbcfaa0ddeda84ea..4b608aa5a886bc656028d489f72ee9ac6f0b7376 100644 (file)
@@ -25,7 +25,7 @@ Summary:      Fast and light HTTP server
 Summary(pl.UTF-8):     Szybki i lekki serwer HTTP
 Name:          lighttpd
 Version:       1.4.28
-Release:       4
+Release:       5
 License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.bz2
This page took 1.01056 seconds and 4 git commands to generate.