diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-06 16:47:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-06 16:47:33 +0000 |
commit | 7356008800e83bf84386dc3034683ab95f7dcd4c (patch) | |
tree | 01589226d67b2d8133ec14105504f58367df7460 | |
parent | 2465e8a7d6e7507bccea4b019278331968c3ab9f (diff) | |
download | pkgsrc-7356008800e83bf84386dc3034683ab95f7dcd4c.tar.gz |
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
-rw-r--r-- | www/lighttpd/Makefile | 4 | ||||
-rw-r--r-- | www/lighttpd/PLIST | 3 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 4b774fc219c..91676e200cf 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2005/10/11 15:44:00 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2005/11/06 16:47:33 joerg Exp $ -DISTNAME= lighttpd-1.4.6 +DISTNAME= lighttpd-1.4.7 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ diff --git a/www/lighttpd/PLIST b/www/lighttpd/PLIST index 0374e56e8af..87336d96574 100644 --- a/www/lighttpd/PLIST +++ b/www/lighttpd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/04 06:37:05 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/11/06 16:47:34 joerg Exp $ bin/spawn-fcgi lib/lighttpd/mod_access.la lib/lighttpd/mod_accesslog.la @@ -44,6 +44,7 @@ share/doc/lighttpd/cgi.txt share/doc/lighttpd/cml.txt share/doc/lighttpd/compress.txt share/doc/lighttpd/configuration.txt +share/doc/lighttpd/expire.txt share/doc/lighttpd/fastcgi-state.dot share/doc/lighttpd/fastcgi-state.txt share/doc/lighttpd/fastcgi.txt diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 130ac4afb29..baceb33edfe 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/10/11 15:44:00 joerg Exp $ +$NetBSD: distinfo,v 1.3 2005/11/06 16:47:34 joerg Exp $ -SHA1 (lighttpd-1.4.6.tar.gz) = d880958aaf080abb672ba2b675fbfeb446be84ea -RMD160 (lighttpd-1.4.6.tar.gz) = fa23043d494d8c25514158e686d3d33a38e17ada -Size (lighttpd-1.4.6.tar.gz) = 774879 bytes +SHA1 (lighttpd-1.4.7.tar.gz) = 1e0b72408a8b9e30314b01233c1bd4b713b98eb3 +RMD160 (lighttpd-1.4.7.tar.gz) = fdbd3b215845570374bea0533971558c9d113df0 +Size (lighttpd-1.4.7.tar.gz) = 778982 bytes |