Date: Mon, 21 Nov 2005 00:15:04 +0800 (CST) From: Xin LI <delphij@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hendrik@scholz.net Subject: ports/89319: [PATCH] Update www/lighttpd to 1.4.7 Message-ID: <20051120161504.E8DA6597DBB@smtp.sina.com.cn> Resent-Message-ID: <200511201620.jAKGKJJ7028211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89319 >Category: ports >Synopsis: [PATCH] Update www/lighttpd to 1.4.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 20 16:20:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 6.0-NORMANDY i386 >Organization: The FreeBSD Simplified Chinese Project >Environment: System: FreeBSD mail3-99 6.0-NORMANDY FreeBSD 6.0-NORMANDY #0: Tue Nov 15 16:03:26 CST 2005 root@dev:/usr/obj/usr/src/sys/DEV i386 >Description: Recently lighttpd 1.4.7 was released. Please consider updating it. Vendor changes: * 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 Port changes: * Update from 1.4.6 to 1.4.7 * Added SHA256 checksum * [INCOMPATIBLE CHANGE] The meaning of IPV6 knob/option was reverted to match the usual understanding of the option. Another idea is to rename "IPV6" to "NOIPV6" but reverting the meaning seems to be more consistent with other ports. Also, this may need an update to UPDATING documentation if the change was approved by the maintainer. Maintainer CC'ed. Verifyed under FreeBSD 6.0-RELEASE. >How-To-Repeat: >Fix: --- patch-lighttpd begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 15 Nov 2005 06:51:32 -0000 1.30 +++ Makefile 20 Nov 2005 16:04:59 -0000 @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ @@ -29,7 +29,7 @@ OPTIONS= OPENSSL "Enable SSL support" on \ OPENLDAP "Enable LDAP support" off \ MYSQL "Enable MYSQL support" off \ - IPV6 "Disable IPV6 support" off \ + IPV6 "Enable IPV6 support" on \ CML "Enable Cache Meta Language support" off .include <bsd.port.pre.mk> @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --with-mysql .endif -.if defined(WITH_IPV6) +.if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 10 Oct 2005 18:01:50 -0000 1.22 +++ distinfo 20 Nov 2005 16:04:59 -0000 @@ -1,2 +1,3 @@ -MD5 (lighttpd-1.4.6.tar.gz) = dec3ff6ff004868303407165d218bcdf -SIZE (lighttpd-1.4.6.tar.gz) = 774879 +MD5 (lighttpd-1.4.7.tar.gz) = 4d1b02e2008e5f35e4df7defee186fdd +SHA256 (lighttpd-1.4.7.tar.gz) = b1d2793d1dc15c6176b3b666e7617f841e06005528223d56d5171a99294df199 +SIZE (lighttpd-1.4.7.tar.gz) = 778982 --- patch-lighttpd ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051120161504.E8DA6597DBB>