summaryrefslogtreecommitdiff
path: root/www
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
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')
-rw-r--r--www/lighttpd/Makefile5
-rw-r--r--www/lighttpd/distinfo9
-rw-r--r--www/lighttpd/patches/patch-aa12
3 files changed, 19 insertions, 7 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index bf89a052e5f..f5710d31394 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2006/01/08 18:35:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2006/02/15 16:46:32 joerg Exp $
-DISTNAME= lighttpd-1.4.8
-PKGREVISION= 1
+DISTNAME= lighttpd-1.4.10
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index ee723c975e3..3951e3d97df 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/12/12 17:56:51 joerg Exp $
+$NetBSD: distinfo,v 1.5 2006/02/15 16:46:32 joerg Exp $
-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
+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
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>