[packages/lighttpd] hotfix: fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmilecki)

glen glen at pld-linux.org
Tue Aug 18 12:22:18 CEST 2015


commit abcb55517e5aec450579ace8de0d4c540973e3da
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Aug 18 13:07:48 2015 +0300

    hotfix: fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmilecki)

 lighttpd.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index e8a8c2c..4acdefe 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -30,7 +30,7 @@ Summary:	Fast and light HTTP server
 Summary(pl.UTF-8):	Szybki i lekki serwer HTTP
 Name:		lighttpd
 Version:	1.4.36
-Release:	1
+Release:	2
 License:	BSD
 Group:		Networking/Daemons/HTTP
 Source0:	http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
@@ -95,7 +95,8 @@ Source135:	%{name}-mod_extforward.conf
 Source136:	%{name}-mod_h264_streaming.conf
 Source137:	%{name}-mod_cgi_php.conf
 Source138:	%{name}-mod_compress.tmpwatch
-#Patch100:	%{name}-branch.diff
+Patch100:	%{name}-branch.diff
+# Patch100-md5:	cdcde8cb4632a42c5ae21d73aae9d34b
 Patch0:		%{name}-use_bin_sh.patch
 Patch1:		%{name}-mod_evasive-status_code.patch
 Patch2:		%{name}-mod_h264_streaming.patch
@@ -834,8 +835,7 @@ Plik monitrc do monitorowania serwera www lighttpd.
 
 %prep
 %setup -q
-#%patch100 -p0
-#%patch4 -p0
+%patch100 -p0
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/abcb55517e5aec450579ace8de0d4c540973e3da



More information about the pld-cvs-commit mailing list