Subject: CVS commit: pkgsrc/www/lighttpd
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 11/06/2005 16:47:34
Module Name:	pkgsrc
Committed By:	joerg
Date:		Sun Nov  6 16:47:34 UTC 2005

Modified Files:
	pkgsrc/www/lighttpd: Makefile PLIST distinfo

Log Message:
Update lighttpd to version 1.4.7, changes from NEWS:
  * added FD_CLOEXEC to fds which are kept open for a longer time
  * added smaller, moving mmaped windows to network_writev
  * added madvise() to instruct the kernel the do proper read-ahead in
    network_writev
  * added support for %I in mod_accesslog
  * added better compat to Apache for ?auto in mod_status
  * added support for userdirs without a entry in /etc/passwd in
    mod_userdir
  * added startup-time selectable network-backend
  * added location of upload-files to config as array
  * added webdav.log-xml for logging xml-content in mod_webdav
  * added Cache-Control: max-age to mod_expire
  * workaround missing client-bug by assuming we received a close-notify
    on non-keep-alive requests in SSL request
  * disabled kerberos5 support by default to fix compilation on RHEL
  * fixed order of library checks to fix compilation on Solaris 9
  * fixed open file-descriptors on read-error
  * fixed crash if /var/tmp is not writable


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/www/lighttpd/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/lighttpd/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/www/lighttpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.