Bug 419

Summary: Bump lighttpd package to 1.4.23
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Bump lighttpd package to 1.4.23

Description Gustavo Zacarias 2009-06-23 16:25:41 UTC
Created attachment 421 [details]
Bump lighttpd package to 1.4.23

lighttpd 1.4.23 is out, there are many bugfixes from 1.4.20 currently in buildroot:
*  Fix workaround for incorrect path info/scriptname if fastcgi prefix is ”/” (fixes #729)
* Finally removed spawn-fcgi
* Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don’t use multiplexing. (thx jgray)
* Workaround broken operating systems: check for trailing ’/’ in filenames (fixes #1989)
Plus fixes from 1.4.22 and 1.4.21.

spawn-fcgi was included up to version 1.4.22 and is now a separate project, there's a new package in bug #417 to include this functionality once again.
Comment 1 Peter Korsgaard 2009-07-01 13:33:34 UTC
Thanks, committed