SPECS: nginx.spec - fix DoS in autoindex module

areq areq at pld-linux.org
Sat Sep 22 20:06:56 CEST 2007


Author: areq                         Date: Sat Sep 22 18:06:56 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix DoS in autoindex module

---- Files affected:
SPECS:
   nginx.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.34 SPECS/nginx.spec:1.35
--- SPECS/nginx.spec:1.34	Wed Sep 19 20:08:51 2007
+++ SPECS/nginx.spec	Sat Sep 22 20:06:50 2007
@@ -19,7 +19,7 @@
 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
@@ -36,6 +36,7 @@
 # Source6-md5:	1c112d6f03d0f365e4acc98c1d96261a
 Source7:	%{name}.logrotate
 Patch0:		%{name}-config.patch
+Patch1:		%{name}-autoindexDoS.patch
 URL:		http://nginx.net/
 BuildRequires:	mailcap
 BuildRequires:	openssl-devel
@@ -90,6 +91,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p0
 
 # build mime.types.conf
 sh %{SOURCE2} /etc/mime.types
@@ -211,6 +213,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2007/09/22 18:06:50  areq
+- fix DoS in autoindex module
+
 Revision 1.34  2007/09/19 18:08:51  sardzent
 - typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list