diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-12 17:56:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-12 17:56:51 +0000 |
commit | 9915df0cf5269a0baa6ed41f74d9a32c648b70f3 (patch) | |
tree | 0d2c7cfaeaa1708e97a005853d0316585e90c5da /www/lighttpd | |
parent | 6f367b12adbde7f633affe6fbe2ff3de3a6fd5ed (diff) | |
download | pkgsrc-9915df0cf5269a0baa6ed41f74d9a32c648b70f3.tar.gz |
Update lighttpd to 1.4.8.
From NEWS:
* added auto-reconnect to ldap-server in mod_auth
(joerg@netbsd.org)
* changed auth.ldap-cafile to be optional
(joerg@netbsd.org)
* added strip_request_uri in mod_fastcgi
* added more X-* headers to mod_proxy
(Ben Grimm <bengrimm@gmail.com>)
* added 'debug' to simple-vhost to suppress the
(mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
messages by default
* added support to let the server listen on UNIX-socket
* changed default stat-cache-engine to 'simple'
* fixed max-age timestamps in mod_expire
* fixed encoding the filenames in PROPFIND in mod_webdav
* fixed range request handling in network_writev
* fixed retry on connect error in mod_fastcgi
(Robert G. Jakabosky <bobby@alphatrade.com>)
* fixed possible crash in mod_webdav if sqlite3 support
is available but not use
* fixed fdvent-handler init if server.max-worker was used
(Siddharth Vijayakrishnan <mail@bluefireworks.net>)
* fixed missing cleanup in mysql_vhost
* fixed assert() in "connections.c:962:
connection_handle_read_state: Assertion 'c->mem->used' failed."
* fixed 64bit issue in md5
* fixed crash in mod_status
* fixed duplicate headers in mod_proxy
* fixed Content-Length in HEAD request in mod_proxy
* fixed unsigned/signed comparisions
* fixed streaming in mod_cgi
* fixed possible overflow in password-salt handling
(reported on slashdot by james-web@and.org)
* fixed server-traffic-limit if connection limit is not set
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 4 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 91676e200cf..e340163ec0f 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2005/11/06 16:47:33 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2005/12/12 17:56:51 joerg Exp $ -DISTNAME= lighttpd-1.4.7 +DISTNAME= lighttpd-1.4.8 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index baceb33edfe..ee723c975e3 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/11/06 16:47:34 joerg Exp $ +$NetBSD: distinfo,v 1.4 2005/12/12 17:56:51 joerg Exp $ -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 +SHA1 (lighttpd-1.4.8.tar.gz) = 90a98ab897c63b0cc26a1f015a92a8c05e63795d +RMD160 (lighttpd-1.4.8.tar.gz) = 3998bbc4565ca3dc59a3be1abaf7a98623dc52ae +Size (lighttpd-1.4.8.tar.gz) = 769111 bytes |