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.11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/526ef10380b6
branches: trunk
changeset: 511149:526ef10380b6
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Apr 10 12:07:18 2006 +0000
description:
Update lighttpd to 1.4.11.
* added ability to specify which ip address spawn-fci listens on
(agkr%pobox.com@localhost)
* 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@localhost)
diffstat:
www/lighttpd/Makefile | 5 ++---
www/lighttpd/PLIST | 5 ++++-
www/lighttpd/distinfo | 9 ++++-----
www/lighttpd/patches/patch-aa | 12 ------------
4 files changed, 10 insertions(+), 21 deletions(-)
diffs (69 lines):
diff -r 74522ca8e703 -r 526ef10380b6 www/lighttpd/Makefile
--- a/www/lighttpd/Makefile Mon Apr 10 09:31:20 2006 +0000
+++ b/www/lighttpd/Makefile Mon Apr 10 12:07:18 2006 +0000
@@ -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 -r 74522ca8e703 -r 526ef10380b6 www/lighttpd/PLIST
--- a/www/lighttpd/PLIST Mon Apr 10 09:31:20 2006 +0000
+++ b/www/lighttpd/PLIST Mon Apr 10 12:07:18 2006 +0000
@@ -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_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/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 -r 74522ca8e703 -r 526ef10380b6 www/lighttpd/distinfo
--- a/www/lighttpd/distinfo Mon Apr 10 09:31:20 2006 +0000
+++ b/www/lighttpd/distinfo Mon Apr 10 12:07:18 2006 +0000
@@ -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 -r 74522ca8e703 -r 526ef10380b6 www/lighttpd/patches/patch-aa
--- a/www/lighttpd/patches/patch-aa Mon Apr 10 09:31:20 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index