ports/74958: Update port: www/lighttpd

Gea-Suan Lin gslin at netnews.NCTU.edu.tw
Sat Dec 11 18:10:11 UTC 2004


>Number:         74958
>Category:       ports
>Synopsis:       Update port: www/lighttpd
>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:   Sat Dec 11 18:10:10 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Tue Aug 10 21:24:00 CST 2004 root at netnews.NCTU.edu.tw:/da1/usr.obj/da0/usr.src/sys/NETNEWS i386


	
>Description:
	Update to 1.3.7 for lots of changes:

	* added retries for a fastcgi connect if a php-childs dies at startup
	* update the debian directory
	* added setgroups() to drop all group-privs
	* added native port to windows via mingw32
	* added server.tag = '...' 
	* added support for ${...} in mod_ssi
	* ported all plugins to conditional support
	* fixed multipart handling in cgi
	* fixed kqueue event-handler
	* fixed wrap-around in mod_status
	* fixed crash with SSL + FastCGI
	* fixed detection of SSL headers
	* fixed handling of dangling SSL_shutdown
	* fixed detection of keep-alive of Firefox
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/www/lighttpd/Makefile lighttpd/Makefile
--- /usr/ports/www/lighttpd/Makefile	Fri Dec 10 03:32:45 2004
+++ lighttpd/Makefile	Sun Dec 12 01:46:46 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	lighttpd
-PORTVERSION=	1.3.6
-PORTREVISION=	1
+PORTVERSION=	1.3.7
 CATEGORIES=	www
 MASTER_SITES=	http://jan.kneschke.de/projects/lighttpd/download/ \
 				http://dl.fkb.wormulon.net/lighttpd/ \
diff -ruN /usr/ports/www/lighttpd/distinfo lighttpd/distinfo
--- /usr/ports/www/lighttpd/distinfo	Sat Nov 27 03:32:16 2004
+++ lighttpd/distinfo	Sun Dec 12 01:47:10 2004
@@ -1,2 +1,2 @@
-MD5 (lighttpd-1.3.6.tar.gz) = a8690596891be9119d9bf007088e0c8c
-SIZE (lighttpd-1.3.6.tar.gz) = 632670
+MD5 (lighttpd-1.3.7.tar.gz) = 40ac1d07d9efb0366720d081c3e02224
+SIZE (lighttpd-1.3.7.tar.gz) = 641104
diff -ruN /usr/ports/www/lighttpd/files/patch-configure.in lighttpd/files/patch-configure.in
--- /usr/ports/www/lighttpd/files/patch-configure.in	Fri Nov 26 11:14:30 2004
+++ lighttpd/files/patch-configure.in	Thu Jan  1 08:00:00 1970
@@ -1,11 +0,0 @@
---- configure.in.orig	Tue Nov  2 17:11:09 2004
-+++ configure.in	Fri Nov 26 10:57:33 2004
-@@ -230,7 +230,7 @@
-     AC_CHECK_HEADERS([openssl/ssl.h])
-     OLDLIBS="$LIBS"
-     AC_CHECK_LIB(crypto, BIO_f_base64, [ 
--      AC_CHECK_LIB(ssl, SSL_new, [ SSL_LIB="-lcrypto -lssl" ], [], [ -lcrypto ])
-+      AC_CHECK_LIB(ssl, SSL_new, [ SSL_LIB="-lcrypto -lssl" AC_DEFINE(HAVE_LIBSSL, [], [Have libssl]) ], [], [ -lcrypto ])
-     ], [], [])
-     LIBS="$OLDLIBS"
-     AC_SUBST(SSL_LIB)
	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list