From 9915df0cf5269a0baa6ed41f74d9a32c648b70f3 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 12 Dec 2005 17:56:51 +0000 Subject: [PATCH] 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 ) * 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 ) * 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 ) * 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 --- www/lighttpd/Makefile | 4 ++-- www/lighttpd/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 91676e200cf2..e340163ec0fa 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 baceb33edfe1..ee723c975e3e 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