CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/04/11 08:20:20
Modified files:
www/lighttpd : Tag: OPENBSD_5_1 Makefile
www/lighttpd/patches: Tag: OPENBSD_5_1 patch-src_mod_compress_c
Added files:
www/lighttpd/patches: Tag: OPENBSD_5_1 patch-src_buffer_c
patch-src_network_backends_h
Log message:
MFC lighttpd patches.
- Disable mmap by default with mod_compress, if a user truncates a file we
are mmapping, reading the truncated area leads to SIGBUS.
- Always convert letters to lowercase to get transitive results.