svn commit: r370499 - head/www/hiawatha
Johannes Jost Meixner
xmj at FreeBSD.org
Thu Oct 9 03:27:50 UTC 2014
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 at 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 at 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
- at dirrmtry %%WWWDIR%%
- at dirrmtry lib/hiawatha
- at dirrmtry %%ETCDIR%%
- at dirrmtry /var/log/hiawatha
- at dirrmtry /var/lib/hiawatha
- at dirrmtry /var/lib
+ at dir %%WWWDIR%%
+ at dir lib/hiawatha
+ at dir %%ETCDIR%%
+ at dir /var/log/hiawatha
+ at dir /var/lib/hiawatha
+ at dir /var/lib
More information about the svn-ports-all
mailing list