Date: Sun, 6 Feb 2005 11:37:52 +0100 (CET) From: Hendrik Scholz <hendrik@scholz.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mwicks@kettering.edu Subject: ports/77164: maintainer-update: www/lighttpd (1.3.8 to 1.3.9 + rc fix) Message-ID: <20050206103752.CBFFF4B3AA@mail.wormulon.net> Resent-Message-ID: <200502061040.j16AeLwm088068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 77164 >Category: ports >Synopsis: maintainer-update: www/lighttpd (1.3.8 to 1.3.9 + rc fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 06 10:40:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz@h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386 >Description: Changes: - update from 1.3.8 to 1.3.9 - incorporate rc file patch from Mark A Wicks (ports/77147) - add patch-src::fcgi.c to allow compilation with OpenSSL (author notified) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 30 Jan 2005 18:52:21 -0000 1.10 +++ Makefile 6 Feb 2005 10:31:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 30 Jan 2005 18:52:21 -0000 1.8 +++ distinfo 6 Feb 2005 10:31:00 -0000 @@ -1,2 +1,2 @@ -MD5 (lighttpd-1.3.8.tar.gz) = 4ac341879497064b334e776288ad5e0f -SIZE (lighttpd-1.3.8.tar.gz) = 662271 +MD5 (lighttpd-1.3.9.tar.gz) = de797e163fcb925da48d9846ed28abda +SIZE (lighttpd-1.3.9.tar.gz) = 666819 Index: files/lighttpd.sh.tmpl =================================================================== RCS file: /home/ncvs/ports/www/lighttpd/files/lighttpd.sh.tmpl,v retrieving revision 1.2 diff -u -r1.2 lighttpd.sh.tmpl --- files/lighttpd.sh.tmpl 12 Aug 2004 02:50:27 -0000 1.2 +++ files/lighttpd.sh.tmpl 6 Feb 2005 10:31:00 -0000 @@ -37,7 +37,7 @@ lighttpd_enable=${lighttpd_enable:-"NO"} lighttpd_conf=${lighttpd_conf:-"%%PREFIX%%/etc/lighttpd.conf"} -command_args="-f ${lighttpd_conf}" - load_rc_config $name + +command_args="-f ${lighttpd_conf}" run_rc_command "$1" save this as files/patch-src::fcgi.c --- src/fcgi.c.orig Sun Feb 6 11:17:21 2005 +++ src/fcgi.c Sun Feb 6 11:17:43 2005 @@ -1691,7 +1691,7 @@ #ifdef USE_OPENSSL if (srv_sock->is_ssl) { - fcgi_env_add(p->fcgi_env, CONST_STR_LEN("HTTPS"), "on"); + fcgi_env_add(p->fcgi_env, CONST_STR_LEN("HTTPS"), CONST_STR_LEN("on")); } #endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050206103752.CBFFF4B3AA>