summaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-10 12:07:18 +0000
committerjoerg <joerg>2006-04-10 12:07:18 +0000
commit2f6584f97132acec1ac91aa3aa8713d14bb0361a (patch)
tree45688288870f7cf207531c1d41990042b738259b /www/lighttpd
parent0decf537963e93e21e02b2a4feb138b42ee0f961 (diff)
downloadpkgsrc-2f6584f97132acec1ac91aa3aa8713d14bb0361a.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')
-rw-r--r--www/lighttpd/Makefile5
-rw-r--r--www/lighttpd/PLIST5
-rw-r--r--www/lighttpd/distinfo9
-rw-r--r--www/lighttpd/patches/patch-aa12
4 files changed, 10 insertions, 21 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/
diff --git a/www/lighttpd/PLIST b/www/lighttpd/PLIST
index 0de5a5c100c..e3908d30192 100644
--- a/www/lighttpd/PLIST
+++ b/www/lighttpd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/02/15 21:15:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/04/10 12:07:18 joerg Exp $
bin/spawn-fcgi
lib/lighttpd/mod_access.la
lib/lighttpd/mod_accesslog.la
@@ -12,6 +12,7 @@ lib/lighttpd/mod_evasive.la
lib/lighttpd/mod_evhost.la
lib/lighttpd/mod_expire.la
lib/lighttpd/mod_fastcgi.la
+lib/lighttpd/mod_flv_streaming.la
lib/lighttpd/mod_indexfile.la
lib/lighttpd/mod_mysql_vhost.la
lib/lighttpd/mod_proxy.la
@@ -45,6 +46,8 @@ share/doc/lighttpd/cgi.txt
share/doc/lighttpd/cml.txt
share/doc/lighttpd/compress.txt
share/doc/lighttpd/configuration.txt
+share/doc/lighttpd/dirlisting.txt
+share/doc/lighttpd/evhost.txt
share/doc/lighttpd/expire.txt
share/doc/lighttpd/fastcgi-state.dot
share/doc/lighttpd/fastcgi-state.txt
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index 3951e3d97df..093d1c6ba9d 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/02/15 16:46:32 joerg Exp $
+$NetBSD: distinfo,v 1.6 2006/04/10 12:07:18 joerg Exp $
-SHA1 (lighttpd-1.4.10.tar.gz) = 0e2beb257423c1003267d7b9b36db65a361fd300
-RMD160 (lighttpd-1.4.10.tar.gz) = e7d1eeab33a0cb47eeed7f9499c894fd2aea5445
-Size (lighttpd-1.4.10.tar.gz) = 777853 bytes
-SHA1 (patch-aa) = 0b87f4b9d74f57c409cc9391f5f5d339a014f391
+SHA1 (lighttpd-1.4.11.tar.gz) = ca904d3d4d9dde76f85156f2c709a394f30e28c8
+RMD160 (lighttpd-1.4.11.tar.gz) = 0434e6c09383f1ad443d985fd168a29f6f132d1f
+Size (lighttpd-1.4.11.tar.gz) = 781656 bytes
diff --git a/www/lighttpd/patches/patch-aa b/www/lighttpd/patches/patch-aa
deleted file mode 100644
index 229e68a85a3..00000000000
--- a/www/lighttpd/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2006/02/15 16:46:32 joerg Exp $
-
---- src/server.c.orig 2006-02-15 14:54:29.000000000 +0000
-+++ src/server.c
-@@ -1,3 +1,7 @@
-+#if defined(__DragonFly__)
-+#define _P1003_1B_VISIBLE
-+#endif
-+
- #include <sys/types.h>
- #include <sys/time.h>
- #include <sys/stat.h>