pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd Update lighttpd to 1.4.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a6ff7307c3b
branches:  trunk
changeset: 508132:5a6ff7307c3b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 15 16:46:32 2006 +0000

description:
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@localhost>)
    * added docs for mod_status
    * added mod_evasive to limit the number of connections by IP (<w1zzard%techpowerup.com@localhost>)
    * 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@localhost>)
    * fixed handling for secure-download.timeout (jamis%37signals.com@localhost)
    * fixed IE bug in content-charset in the output of mod_dirlisting (sniper%php.net@localhost)
    * fixed typos and language in the docs (ryan-2005%ryandesign.com@localhost)
    * fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy%meebo.com@localhost>)
    * 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@localhost>)
    * 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:

 www/lighttpd/Makefile         |   5 ++---
 www/lighttpd/distinfo         |   9 +++++----
 www/lighttpd/patches/patch-aa |  12 ++++++++++++
 3 files changed, 19 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r a9957a5ae425 -r 5a6ff7307c3b www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Wed Feb 15 16:41:04 2006 +0000
+++ b/www/lighttpd/Makefile     Wed Feb 15 16:46:32 2006 +0000
@@ -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 -r a9957a5ae425 -r 5a6ff7307c3b www/lighttpd/distinfo
--- a/www/lighttpd/distinfo     Wed Feb 15 16:41:04 2006 +0000
+++ b/www/lighttpd/distinfo     Wed Feb 15 16:46:32 2006 +0000
@@ -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 -r a9957a5ae425 -r 5a6ff7307c3b www/lighttpd/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lighttpd/patches/patch-aa     Wed Feb 15 16:46:32 2006 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index