diff options
author | joerg <joerg> | 2006-04-10 12:07:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-04-10 12:07:18 +0000 |
commit | 8e08a87bdd8921123732ab9ce0b595be7acd4ac8 (patch) | |
tree | 45688288870f7cf207531c1d41990042b738259b /www/lighttpd/Makefile | |
parent | 2f79b3538b74f4d90825b5b3b8d1e51dbba1a743 (diff) | |
download | pkgsrc-8e08a87bdd8921123732ab9ce0b595be7acd4ac8.tar.gz |
Update lighttpd to 1.4.11.
* added ability to specify which ip address spawn-fci listens on
(agkr@pobox.com)
* added mod_flv_streaming to streaming Flash Movies efficiently
* fixed handling of error codes returned by mod_dav_svn behing a
mod_proxy
* fixed error-messages in mod_auth and mod_fastcgi
* fixed re-enabling overloaded local fastcgi backends
* fixed handling of deleted files in linux-sendfile
* fixed compilation on BSD and MacOSX
* fixed $SERVER["socket"] on a already bound socket
* fixed local source retrieval on windows
(secunia)
* fixed hanging cgi if remote side is dieing while reading
from the pipe (sandy@meebo.com)
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r-- | www/lighttpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 12123777205..36e7b526539 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2006/02/15 21:15:45 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/10 12:07:18 joerg Exp $ -DISTNAME= lighttpd-1.4.10 -PKGREVISION= 1 +DISTNAME= lighttpd-1.4.11 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ |