Date: Thu, 14 Jan 2016 10:38:38 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406102 - head/www/hiawatha Message-ID: <201601141038.u0EAccqn046557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jan 14 10:38:38 2016 New Revision: 406102 URL: https://svnweb.freebsd.org/changeset/ports/406102 Log: www/hiawatha: 9.15 -> 10.0 Changes: https://www.hiawatha-webserver.org/changelog Usage of Directory sections changed. Added support for RFC 5785. Added support for GZip compression. Removed the UseGZfile option. Added ECDSA support for TLS 1.0 and TLS 1.1. Replaced UrlToolkit Expire option with ExpirePeriod in Directory section. Replaced IgnoreDotHiawatha option with UseLocalConfig. Removed the VolatileObject option. Improved SQL injection detection. mbed TLS updated to 2.2.0. Small improvements. PR: 206155 Submitted by: w.schwarzenfeld@aon.at Modified: head/www/hiawatha/Makefile head/www/hiawatha/distinfo head/www/hiawatha/pkg-plist Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Thu Jan 14 09:38:26 2016 (r406101) +++ head/www/hiawatha/Makefile Thu Jan 14 10:38:38 2016 (r406102) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= hiawatha -PORTVERSION= 9.15 +PORTVERSION= 10.0 CATEGORIES= www -MASTER_SITES= https://www.hiawatha-webserver.org/files/hiawatha-9/ +MASTER_SITES= https://www.hiawatha-webserver.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Advanced and secure webserver for Unix Modified: head/www/hiawatha/distinfo ============================================================================== --- head/www/hiawatha/distinfo Thu Jan 14 09:38:26 2016 (r406101) +++ head/www/hiawatha/distinfo Thu Jan 14 10:38:38 2016 (r406102) @@ -1,2 +1,2 @@ -SHA256 (hiawatha-9.15.tar.gz) = e9252133a1114095d1a9a89144b88828ee3b9754f435bd88270f7bf444dd9421 -SIZE (hiawatha-9.15.tar.gz) = 869922 +SHA256 (hiawatha-10.0.tar.gz) = a39d1f771d818025538bd1231f42001bf29a1ebf55ce3d82afb7305cc251dd0e +SIZE (hiawatha-10.0.tar.gz) = 883112 Modified: head/www/hiawatha/pkg-plist ============================================================================== --- head/www/hiawatha/pkg-plist Thu Jan 14 09:38:26 2016 (r406101) +++ head/www/hiawatha/pkg-plist Thu Jan 14 10:38:38 2016 (r406102) @@ -1,30 +1,33 @@ bin/ssi-cgi +%%ETCDIR%%/cgi-wrapper.conf @sample %%ETCDIR%%/cgi-wrapper.conf.sample +%%ETCDIR%%/error.xslt @sample %%ETCDIR%%/error.xslt.sample +%%ETCDIR%%/hiawatha.conf @sample %%ETCDIR%%/hiawatha.conf.sample +%%ETCDIR%%/index.xslt @sample %%ETCDIR%%/index.xslt.sample +%%ETCDIR%%/mimetype.conf @sample %%ETCDIR%%/mimetype.conf.sample @sample %%ETCDIR%%/toolkit.conf.sample -sbin/cgi-wrapper -sbin/hiawatha -sbin/wigwam -lib/hiawatha/libmbedtls.so lib/hiawatha/libmbedcrypto.so lib/hiawatha/libmbedcrypto.so.0 -lib/hiawatha/libmbedcrypto.so.2.1.2 +lib/hiawatha/libmbedcrypto.so.2.2.0 +lib/hiawatha/libmbedtls.so lib/hiawatha/libmbedtls.so.10 -lib/hiawatha/libmbedtls.so.2.1.2 +lib/hiawatha/libmbedtls.so.2.2.0 lib/hiawatha/libmbedx509.so lib/hiawatha/libmbedx509.so.0 -lib/hiawatha/libmbedx509.so.2.1.2 +lib/hiawatha/libmbedx509.so.2.2.0 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 -@dir %%WWWDIR%% -@dir lib/hiawatha -@dir %%ETCDIR%% -@dir /var/log/hiawatha +sbin/cgi-wrapper +sbin/hiawatha +sbin/wigwam +%%WWWDIR%%/index.html +%%WWWDIR%%/index.html.sample @dir /var/lib/hiawatha @dir /var/lib +@dir /var/log/hiawatha
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601141038.u0EAccqn046557>