]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
hotfix: fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx...
authorElan Ruusamäe <glen@delfi.ee>
Tue, 18 Aug 2015 10:07:48 +0000 (13:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 18 Aug 2015 10:07:48 +0000 (13:07 +0300)
lighttpd.spec

index e8a8c2ca0efc7d33fbb4ffc148ac8a1df4048279..4acdefe3ff49d93a47b0ac0bee381fb773cba460 100644 (file)
@@ -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
This page took 0.116702 seconds and 4 git commands to generate.