Date: Tue, 23 Aug 2011 21:10:48 GMT From: C-S <c-s@c-s.li> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/160037: [UPDATE] www/hiawatha Message-ID: <201108232110.p7NLAm8V094509@red.freebsd.org> Resent-Message-ID: <201108232120.p7NLK8SJ074402@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108232110.p7NLAm8V094509>