summaryrefslogtreecommitdiff
path: root/www/lighttpd/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-15 16:46:32 +0000
committerjoerg <joerg>2006-02-15 16:46:32 +0000
commite56c617156f941bcf67847ac7dd49b11752bd776 (patch)
tree8214c286ba91fbdf4a1d3cf2d451749a91119225 /www/lighttpd/patches
parentcf605adcc678919cc3800c44b2020a3af9351f80 (diff)
downloadpkgsrc-e56c617156f941bcf67847ac7dd49b11752bd776.tar.gz
Update lighttpd to 1.4.10.
From NEWS: 1.4.10 - 2005-02-08 * added docs for mod_dirlisting * added fastcgi.map-extensions to mod_fastcgi * fixed load balancing for mod_fastcgi * fixed extra newline for syslog() in mod_accesslog * fixed user-track cookie for IE in mod_usertrack * fixed crash in digest handling in mod_auth * fixed handling of 301 response-bodies from a mod_proxy backend * fixed loading of base modules if server.modules is not set * fixed broken cgi if mod_scgi is loaded 1.4.9 - 2006-01-14 * added server.core-files option (sandy <sandy@meebo.com>) * added docs for mod_status * added mod_evasive to limit the number of connections by IP (<w1zzard@techpowerup.com>) * added the power-magnet to mod_cml * added internal statistics to mod_fastcgi * added server.statistics-url to get internal statistics from mod_status * added support for conditional range-requests through If-Range * added static building via scons * fixed 100% cpu loops in mod_cgi ("sandy" <sjen@cs.stanford.edu>) * fixed handling for secure-download.timeout (jamis@37signals.com) * fixed IE bug in content-charset in the output of mod_dirlisting (sniper@php.net) * fixed typos and language in the docs (ryan-2005@ryandesign.com) * fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy@meebo.com>) * fixed handling if equal but duplicate If-Modified-Since request headers * fixed endless loops in mod_fastcgi if backend is dead * fixed Depth: 1 handling in PROPFIND requests on empty dirs * fixed encoding of UTF8 encoded dirlistings (Jani Taskinen <sniper@iki.fi>) * fixed initial bind to a unix-domain socket through server.bind * fixed handling of lowercase filesystems * fixed duplicate request headers cause by mod_setenv
Diffstat (limited to 'www/lighttpd/patches')
-rw-r--r--www/lighttpd/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/lighttpd/patches/patch-aa b/www/lighttpd/patches/patch-aa
new file mode 100644
index 00000000000..229e68a85a3
--- /dev/null
+++ b/www/lighttpd/patches/patch-aa
@@ -0,0 +1,12 @@
+$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>