From owner-svn-ports-head@FreeBSD.ORG Wed Feb 11 20:28:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65430F7; Wed, 11 Feb 2015 20:28:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3694566A; Wed, 11 Feb 2015 20:28:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1BKSbH1001409; Wed, 11 Feb 2015 20:28:37 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1BKSaZI001406; Wed, 11 Feb 2015 20:28:36 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502112028.t1BKSaZI001406@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 11 Feb 2015 20:28:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378852 - in head/www/hiawatha: . files 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.18-1 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: Wed, 11 Feb 2015 20:28:37 -0000 Author: pawel Date: Wed Feb 11 20:28:35 2015 New Revision: 378852 URL: https://svnweb.freebsd.org/changeset/ports/378852 QAT: https://qat.redports.org/buildarchive/r378852/ Log: Update to version 9.11 Changelog: Failure to use the external polarssl and lack of time has broguht me to release hiawatha using the internal version of polarssl. hiawatha (9.11) stable; urgency=low ChallengeClient option added. UrlToolkit options TotalConnections and OmitRequestLog added. Improvements to UrlToolkit and reverse proxy swap. UrlToolkit rules are also applied to PUT and DELETE. Small improvements. PR: 197205 Submitted by: chris@bsdjunk.com (maintainer) Deleted: head/www/hiawatha/files/patch-CMakeLists.txt Modified: head/www/hiawatha/Makefile head/www/hiawatha/distinfo head/www/hiawatha/pkg-plist Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Wed Feb 11 19:50:55 2015 (r378851) +++ head/www/hiawatha/Makefile Wed Feb 11 20:28:35 2015 (r378852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hiawatha -PORTVERSION= 9.8 +PORTVERSION= 9.11 CATEGORIES= www MASTER_SITES= SF/fbsdports/hiawatha/ Modified: head/www/hiawatha/distinfo ============================================================================== --- head/www/hiawatha/distinfo Wed Feb 11 19:50:55 2015 (r378851) +++ head/www/hiawatha/distinfo Wed Feb 11 20:28:35 2015 (r378852) @@ -1,2 +1,2 @@ -SHA256 (hiawatha-9.8.tar.gz) = 6fe9bd408361bc07b47fe6eeaf98d6b644e1cd258b3470da3e70aba510e83b64 -SIZE (hiawatha-9.8.tar.gz) = 888977 +SHA256 (hiawatha-9.11.tar.gz) = bf7f09dff86fe689e872e7adade91e13fd81106a97e5af02ab8afb3c77fccd9c +SIZE (hiawatha-9.11.tar.gz) = 897113 Modified: head/www/hiawatha/pkg-plist ============================================================================== --- head/www/hiawatha/pkg-plist Wed Feb 11 19:50:55 2015 (r378851) +++ head/www/hiawatha/pkg-plist Wed Feb 11 20:28:35 2015 (r378852) @@ -9,7 +9,7 @@ sbin/cgi-wrapper sbin/hiawatha sbin/wigwam lib/hiawatha/libpolarssl.so -lib/hiawatha/libpolarssl.so.1.3.8 +lib/hiawatha/libpolarssl.so.1.3.9 lib/hiawatha/libpolarssl.so.7 man/man1/cgi-wrapper.1.gz man/man1/hiawatha.1.gz