Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2014 03:27:48 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370499 - head/www/hiawatha
Message-ID:  <201410090327.s993RmAY096240@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410090327.s993RmAY096240>