ports/89319: [PATCH] Update www/lighttpd to 1.4.7

Xin LI delphij at FreeBSD.org
Sun Nov 20 16:20:19 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list