]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- fix DoS in autoindex module auto/ac/nginx-0_5_31-4 auto/th/nginx-0_5_31-4
authorareq <areq@pld-linux.org>
Sat, 22 Sep 2007 18:06:50 +0000 (18:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nginx.spec -> 1.35

nginx.spec

index 50ee6d51edf1b73e23d20672d44120e95efa6f54..8d67ee3de3e0d59f0b875cdaba9efe62649ab707 100644 (file)
@@ -18,7 +18,7 @@ Summary:      High perfomance HTTP and reverse proxy server
 Summary(pl.UTF-8):     Serwer HTTP i odwrotne proxy o wysokiej wydajnoĹ›ci
 Name:          nginx
 Version:       0.5.31
-Release:       3.3
+Release:       4
 License:       BSD-like
 Group:         Networking/Daemons
 Source0:       http://sysoev.ru/nginx/%{name}-%{version}.tar.gz
@@ -35,6 +35,7 @@ Source6:      http://www.nginx.eu/download/%{name}.conf
 # Source6-md5: 1c112d6f03d0f365e4acc98c1d96261a
 Source7:       %{name}.logrotate
 Patch0:                %{name}-config.patch
+Patch1:                %{name}-autoindexDoS.patch
 URL:           http://nginx.net/
 BuildRequires: mailcap
 BuildRequires: openssl-devel
@@ -89,6 +90,7 @@ Plik monitrc do monitorowania serwera www nginx.
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 # build mime.types.conf
 sh %{SOURCE2} /etc/mime.types
This page took 0.597893 seconds and 4 git commands to generate.