CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/04/28 03:25:25
Modified files:
www/lighttpd : Makefile
Added files:
www/lighttpd/patches: patch-src_http_auth_c
patch-src_mod_accesslog_c
patch-src_mod_auth_c patch-src_mod_cgi_c
patch-src_mod_fastcgi_c
patch-src_mod_scgi_c patch-src_request_c
Log message:
lighttpd fixes, from upstream via Brad.
- Fix handling of empty header list entries in http_request_split_value.
- Fix access log escaping of " and \\.
- Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617).
- Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround.
- Fix splitting :port with IPv6.