From owner-svn-ports-head@FreeBSD.ORG Thu Oct 9 03:27:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C87A9FB8; Thu, 9 Oct 2014 03:27:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9699922; Thu, 9 Oct 2014 03:27:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s993Rn9A096243; Thu, 9 Oct 2014 03:27:49 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s993RmAY096240; Thu, 9 Oct 2014 03:27:49 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410090327.s993RmAY096240@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Thu, 9 Oct 2014 03:27:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370499 - head/www/hiawatha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 03:27:50 -0000 Author: xmj Date: Thu Oct 9 03:27:48 2014 New Revision: 370499 URL: https://svnweb.freebsd.org/changeset/ports/370499 QAT: https://qat.redports.org/buildarchive/r370499/ Log: www/hiawatha: update to 9.7 - Update to 9.7 Changelog: hiawatha (9.7) stable; urgency=low •UseToolkit now possible in .hiawatha file at root of website. •Method option added to URL Toolkit. •SetResourceLimit option added. •ThreadKillRate option added. •Improved SQL injection detection. •Default value for DHsize set to 2048. •PolarSSL updated to version 1.3.8. •Memory allocation debugger module added. •Small bugfixes and improvements. •Bugfix: incorrect file hash printing by wigwam with directory as symlink While there: - clean up portlint errors - rename @dirrmtry to @dir PR: 193257 Differential Revision: https://reviews.freebsd.org/D915 Submitted by: chris@bsdjunk.com Approved by: swills (mentor) Modified: head/www/hiawatha/Makefile head/www/hiawatha/distinfo head/www/hiawatha/pkg-plist Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Thu Oct 9 03:07:54 2014 (r370498) +++ head/www/hiawatha/Makefile Thu Oct 9 03:27:48 2014 (r370499) @@ -2,12 +2,9 @@ # $FreeBSD$ PORTNAME= hiawatha -PORTVERSION= 9.6 -PORTREVISION= 1 +PORTVERSION= 9.7 CATEGORIES= www -MASTER_SITES= SF/fbsdports/hiawatha/ \ - http://www.hiawatha-webserver.org/files/:monitor -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz +MASTER_SITES= SF/fbsdports/hiawatha/ MAINTAINER= chris@bsdjunk.com COMMENT= Advanced and secure webserver for Unix Modified: head/www/hiawatha/distinfo ============================================================================== --- head/www/hiawatha/distinfo Thu Oct 9 03:07:54 2014 (r370498) +++ head/www/hiawatha/distinfo Thu Oct 9 03:27:48 2014 (r370499) @@ -1,2 +1,2 @@ -SHA256 (hiawatha-9.6.tar.gz) = 13132fdb322a8d222f7fa25fa19b5485fcdf7a9568fbe4a52c99905571a75a45 -SIZE (hiawatha-9.6.tar.gz) = 862173 +SHA256 (hiawatha-9.7.tar.gz) = e8581336883b7b963f38572f6396f8c47b43e5bedd3147d052fa3652e6c0ed86 +SIZE (hiawatha-9.7.tar.gz) = 885325 Modified: head/www/hiawatha/pkg-plist ============================================================================== --- head/www/hiawatha/pkg-plist Thu Oct 9 03:07:54 2014 (r370498) +++ head/www/hiawatha/pkg-plist Thu Oct 9 03:27:48 2014 (r370499) @@ -9,16 +9,16 @@ sbin/cgi-wrapper sbin/hiawatha sbin/wigwam lib/hiawatha/libpolarssl.so -lib/hiawatha/libpolarssl.so.1.3.7 -lib/hiawatha/libpolarssl.so.6 +lib/hiawatha/libpolarssl.so.1.3.8 +lib/hiawatha/libpolarssl.so.7 man/man1/cgi-wrapper.1.gz man/man1/hiawatha.1.gz man/man1/ssi-cgi.1.gz man/man1/wigwam.1.gz @sample %%WWWDIR%%/index.html.sample -@dirrmtry %%WWWDIR%% -@dirrmtry lib/hiawatha -@dirrmtry %%ETCDIR%% -@dirrmtry /var/log/hiawatha -@dirrmtry /var/lib/hiawatha -@dirrmtry /var/lib +@dir %%WWWDIR%% +@dir lib/hiawatha +@dir %%ETCDIR%% +@dir /var/log/hiawatha +@dir /var/lib/hiawatha +@dir /var/lib