SPECS: lighttpd.spec - do not copy Proxy-Connection: header to backend prox...

glen glen at pld-linux.org
Fri Jan 16 18:09:26 CET 2009


Author: glen                         Date: Fri Jan 16 17:09:26 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not copy Proxy-Connection: header to backend proxy server, fixes stalled connections. rel 6

---- Files affected:
SPECS:
   lighttpd.spec (1.274 -> 1.275) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.274 SPECS/lighttpd.spec:1.275
--- SPECS/lighttpd.spec:1.274	Mon Nov 10 20:00:12 2008
+++ SPECS/lighttpd.spec	Fri Jan 16 18:09:20 2009
@@ -38,7 +38,7 @@
 %define		webdav_progs	1
 %endif
 
-%define		rel 5
+%define		rel 6
 Summary:	Fast and light HTTP server
 Summary(pl.UTF-8):	Szybki i lekki serwer HTTP
 Name:		lighttpd
@@ -111,6 +111,7 @@
 Patch4:		%{name}-modinit-before-fork.patch
 Patch5:		%{name}-mod_deflate.patch
 Patch6:		%{name}-mod_rrdtool-emptyfile.patch
+Patch7:		%{name}-bug-1877.patch
 URL:		http://www.lighttpd.net/
 %{?with_xattr:BuildRequires:	attr-devel}
 BuildRequires:	autoconf
@@ -812,6 +813,7 @@
 %patch3 -p1
 %{?with_deflate:%patch5 -p1}
 %patch6 -p1
+%patch7 -p1
 
 rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
 
@@ -1293,6 +1295,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.275  2009/01/16 17:09:20  glen
+- do not copy Proxy-Connection: header to backend proxy server, fixes stalled connections. rel 6
+
 Revision 1.274  2008/11/10 19:00:12  glen
 - release 5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lighttpd.spec?r1=1.274&r2=1.275&f=u



More information about the pld-cvs-commit mailing list