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 version 1.4.7, changes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ec204097eb2
branches:  trunk
changeset: 502562:8ec204097eb2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Nov 06 16:47:33 2005 +0000

description:
Update lighttpd to version 1.4.7, changes from NEWS:
  * added FD_CLOEXEC to fds which are kept open for a longer time
  * added smaller, moving mmaped windows to network_writev
  * added madvise() to instruct the kernel the do proper read-ahead in
    network_writev
  * added support for %I in mod_accesslog
  * added better compat to Apache for ?auto in mod_status
  * added support for userdirs without a entry in /etc/passwd in
    mod_userdir
  * added startup-time selectable network-backend
  * added location of upload-files to config as array
  * added webdav.log-xml for logging xml-content in mod_webdav
  * added Cache-Control: max-age to mod_expire
  * workaround missing client-bug by assuming we received a close-notify
    on non-keep-alive requests in SSL request
  * disabled kerberos5 support by default to fix compilation on RHEL
  * fixed order of library checks to fix compilation on Solaris 9
  * fixed open file-descriptors on read-error
  * fixed crash if /var/tmp is not writable

diffstat:

 www/lighttpd/Makefile |  4 ++--
 www/lighttpd/PLIST    |  3 ++-
 www/lighttpd/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 3837e3c489e2 -r 8ec204097eb2 www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Sun Nov 06 16:41:57 2005 +0000
+++ b/www/lighttpd/Makefile     Sun Nov 06 16:47:33 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2005/10/11 15:44:00 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2005/11/06 16:47:33 joerg Exp $
 
-DISTNAME=      lighttpd-1.4.6
+DISTNAME=      lighttpd-1.4.7
 CATEGORIES=    www
 MASTER_SITES=  http://www.lighttpd.net/download/
 
diff -r 3837e3c489e2 -r 8ec204097eb2 www/lighttpd/PLIST
--- a/www/lighttpd/PLIST        Sun Nov 06 16:41:57 2005 +0000
+++ b/www/lighttpd/PLIST        Sun Nov 06 16:47:33 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/04 06:37:05 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/11/06 16:47:34 joerg Exp $
 bin/spawn-fcgi
 lib/lighttpd/mod_access.la
 lib/lighttpd/mod_accesslog.la
@@ -44,6 +44,7 @@
 share/doc/lighttpd/cml.txt
 share/doc/lighttpd/compress.txt
 share/doc/lighttpd/configuration.txt
+share/doc/lighttpd/expire.txt
 share/doc/lighttpd/fastcgi-state.dot
 share/doc/lighttpd/fastcgi-state.txt
 share/doc/lighttpd/fastcgi.txt
diff -r 3837e3c489e2 -r 8ec204097eb2 www/lighttpd/distinfo
--- a/www/lighttpd/distinfo     Sun Nov 06 16:41:57 2005 +0000
+++ b/www/lighttpd/distinfo     Sun Nov 06 16:47:33 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/10/11 15:44:00 joerg Exp $
+$NetBSD: distinfo,v 1.3 2005/11/06 16:47:34 joerg Exp $
 
-SHA1 (lighttpd-1.4.6.tar.gz) = d880958aaf080abb672ba2b675fbfeb446be84ea
-RMD160 (lighttpd-1.4.6.tar.gz) = fa23043d494d8c25514158e686d3d33a38e17ada
-Size (lighttpd-1.4.6.tar.gz) = 774879 bytes
+SHA1 (lighttpd-1.4.7.tar.gz) = 1e0b72408a8b9e30314b01233c1bd4b713b98eb3
+RMD160 (lighttpd-1.4.7.tar.gz) = fdbd3b215845570374bea0533971558c9d113df0
+Size (lighttpd-1.4.7.tar.gz) = 778982 bytes



Home | Main Index | Thread Index | Old Index