From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 23 21:20:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7C12106566C for ; Tue, 23 Aug 2011 21:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B54CB8FC14 for ; Tue, 23 Aug 2011 21:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7NLK8bX074403 for ; Tue, 23 Aug 2011 21:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7NLK8SJ074402; Tue, 23 Aug 2011 21:20:08 GMT (envelope-from gnats) Resent-Date: Tue, 23 Aug 2011 21:20:08 GMT Resent-Message-Id: <201108232120.p7NLK8SJ074402@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, C-S Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7CC5106566C for ; Tue, 23 Aug 2011 21:10:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7E8588FC08 for ; Tue, 23 Aug 2011 21:10:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7NLAmIU094510 for ; Tue, 23 Aug 2011 21:10:48 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p7NLAm8V094509; Tue, 23 Aug 2011 21:10:48 GMT (envelope-from nobody) Message-Id: <201108232110.p7NLAm8V094509@red.freebsd.org> Date: Tue, 23 Aug 2011 21:10:48 GMT From: C-S To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/160037: [UPDATE] www/hiawatha X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 21:20:09 -0000 >Number: 160037 >Category: ports >Synopsis: [UPDATE] www/hiawatha >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: Tue Aug 23 21:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: - Update to 7.6 (rewrite of the SQL injection prevention routine) - shorten the rc files a bit >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN hiawatha.orig/Makefile hiawatha/Makefile --- hiawatha.orig/Makefile 2011-08-23 22:57:59.218131197 +0200 +++ hiawatha/Makefile 2011-08-23 23:00:51.991847101 +0200 @@ -6,8 +6,7 @@ # PORTNAME= hiawatha -PORTVERSION= 7.5 -PORTREVISION= 1 +PORTVERSION= 7.6 CATEGORIES= www MASTER_SITES= http://www.hiawatha-webserver.org/files/ \ http://www.c-s.li/ports/ diff -ruN hiawatha.orig/distinfo hiawatha/distinfo --- hiawatha.orig/distinfo 2011-08-23 22:57:59.218131197 +0200 +++ hiawatha/distinfo 2011-08-23 23:00:51.991847101 +0200 @@ -1,2 +1,2 @@ -SHA256 (hiawatha-7.5.tar.gz) = 7f15738af332697e7cf4832881634d46d650aa9ade4d659cf8934cbb299ecb5c -SIZE (hiawatha-7.5.tar.gz) = 276486 +SHA256 (hiawatha-7.6.tar.gz) = 4c97367d9914c20588e6fe6a15719e8c3a12e35335049a5c4c74050af0bce371 +SIZE (hiawatha-7.6.tar.gz) = 276812 diff -ruN hiawatha.orig/files/hiawatha.in hiawatha/files/hiawatha.in --- hiawatha.orig/files/hiawatha.in 2011-08-23 22:57:59.217134381 +0200 +++ hiawatha/files/hiawatha.in 2011-08-23 23:00:51.975845755 +0200 @@ -19,10 +19,9 @@ load_rc_config $name : ${hiawatha_enable="NO"} -: ${hiawatha_pidfile="/var/run/hiawatha.pid"} command="%%PREFIX%%/sbin/${name}" -pidfile=${hiawatha_pidfile} +pidfile=${hiawatha_pidfile="/var/run/hiawatha.pid"} stop_postcmd="${name}_stop_postcmd" diff -ruN hiawatha.orig/files/php-fcgi.in hiawatha/files/php-fcgi.in --- hiawatha.orig/files/php-fcgi.in 2011-08-23 22:57:59.217134381 +0200 +++ hiawatha/files/php-fcgi.in 2011-08-23 23:00:51.975845755 +0200 @@ -19,12 +19,10 @@ load_rc_config $name : ${php_fcgi_enable="NO"} -: ${php_fcgi_app="%%LOCALBASE%%/bin/php-cgi"} -: ${php_fcgi_pidfile="/var/run/php-fcgi.pid"} command="%%PREFIX%%/sbin/php-fcgi" -pidfile=${php_fcgi_pidfile} -procname=${php_fcgi_app} +pidfile=${php_fcgi_pidfile="/var/run/php-fcgi.pid"} +procname=${php_fcgi_app="%%LOCALBASE%%/bin/php-cgi"} stop_postcmd="${name}_stop_postcmd" >Release-Note: >Audit-Trail: >Unformatted: