mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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)
This commit is contained in:
parent
30873603e8
commit
3e0acac142
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370499
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user