summaryrefslogtreecommitdiff
path: root/www/lighttpd/patches/patch-aa
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-10 12:07:18 +0000
committerjoerg <joerg>2006-04-10 12:07:18 +0000
commit8e08a87bdd8921123732ab9ce0b595be7acd4ac8 (patch)
tree45688288870f7cf207531c1d41990042b738259b /www/lighttpd/patches/patch-aa
parent2f79b3538b74f4d90825b5b3b8d1e51dbba1a743 (diff)
downloadpkgsrc-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/patches/patch-aa')
-rw-r--r--www/lighttpd/patches/patch-aa12
1 files changed, 0 insertions, 12 deletions
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>