From owner-svn-ports-head@freebsd.org Thu Jan 14 10:38:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA033A82480; Thu, 14 Jan 2016 10:38:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BF0DD1DDF; Thu, 14 Jan 2016 10:38:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0EAccGR046560; Thu, 14 Jan 2016 10:38:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0EAccqn046557; Thu, 14 Jan 2016 10:38:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601141038.u0EAccqn046557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 14 Jan 2016 10:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406102 - 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.20 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, 14 Jan 2016 10:38:40 -0000 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