X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 93AB4DC0169 for ; Fri, 23 May 2014 11:33:34 +0000 (UTC) Received: from [81.4.121.188] (port=54569 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (UNKNOWN:AES128-SHA256:128) (Exim 4.82) (envelope-from ) id 1Wnnj9-003Ua8-LM; Fri, 23 May 2014 12:33:31 +0100 From: Stuart Cardall To: alpine-devel@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-devel] [PATCH] testing/hiawatha: update to version 9.5 Date: Fri, 23 May 2014 11:33:17 +0000 Message-Id: <1400844797-1899-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 1.9.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Changes since version 9.1: hiawatha (9.5) stable; urgency=low Added support for CGI statistics in Hiawatha Monitor. MonitorRequests and MonitorStatsInterval option removed. Added support for Origin HTTP header to prevent CSRF. EnforceFirstHostname option added. ScriptAlias option added. PolarSSL updated to version 1.3.6. Dropped support for PolarSSL 1.2. hiawatha (9.4) stable; urgency=low Keep-Alive connections for reverse proxy made optional. ErrorXSLTfile option added. IgnoreDotHiawatha option added. RandomHeader option added. Dropped support for RC4. PolarSSL updated to version 1.3.4. Added support for Hyper Text Coffee Pot Control Protocol (RFC2324). Added SSL_CIPHER to CGI environment. Added Public/Private to UrlToolkit expire option. Small improvements. hiawatha (9.3.1) stable; urgency=low Several bugfixes in reverse proxy. hiawatha (9.3) stable; urgency=low PolarSSL updated to version 1.3.2. Added support for Elliptic Curve Cryptography. TunnelSSH option added. AnonymizeIP option added. Thanks to Klemens Scholhorn. Keep-alive connections for reverse proxy. Small improvements. hiawatha (9.2) stable; urgency=low Added support for compiling Hiawatha against the system's default version (>=1.2.0) of the PolarSSL library. PolarSSL updated to version 1.2.8. Small bugfixes (memory leaks in error situations). Bugfix: virtual hostname selection for IPv6 with non-standard port. --- testing/hiawatha/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/hiawatha/APKBUILD b/testing/hiawatha/APKBUILD index e071994..bf5b5d5 100644 --- a/testing/hiawatha/APKBUILD +++ b/testing/hiawatha/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Pascal Ernster pkgname=hiawatha -pkgver=9.1 -pkgrel=1 +pkgver=9.5 +pkgrel=0 pkgdesc='Secure and advanced webserver' url='https://www.hiawatha-webserver.org/' arch=all @@ -48,12 +48,12 @@ package() { "$pkgdir"/usr/share/doc/hiawatha/hiawatha.conf.sample || return 1 } -md5sums="833ffc295310cb30694e2b6a2c7ffc9c hiawatha-9.1.tar.gz +md5sums="0f17998d207a44612d022e5dd7e4731d hiawatha-9.5.tar.gz 3bf112b794aa10debb93b5d892dfa425 hiawatha.initd fb24fcbfa820a5b85f6c4c8a520a6920 hiawatha.conf.sample" -sha256sums="699958c178757be0a5074093c15a136cd4387403e60911d29520d362f345ab48 hiawatha-9.1.tar.gz +sha256sums="c181011db1af187006190fc186689a0707a6f1e7b524c2a4347840e8fdf68b4f hiawatha-9.5.tar.gz c229c23712d71cf830a46f152f78a1aa726cf7c7cf9129ef7acfefb73483ae4c hiawatha.initd 4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7 hiawatha.conf.sample" -sha512sums="ff369bb9736d5cdf162da93888c61e4c880db0ba5ee2d56a5368cb4b8212f50dc09f0a57c664b824eec7c38c26b088db8d1e484a2a47e5f06246fe4442c652c0 hiawatha-9.1.tar.gz +sha512sums="54c97b6cb7a94cbccc5e1dd0a8c78b9f5f44da250309e09de8601e34bea9ae56a02c9ec7c9eed6cf3814bc98733cc6143ddc37dfa44ea1add8f4f63d56d3e7a3 hiawatha-9.5.tar.gz 412ba77b765015dccf6804d0ef06c55590b7dbec0bf3beb18652e05ae0efc364061bb8892e9727d2a7ac5df93656b62bcb89448dfa4272ae6ae26c633523b17a hiawatha.initd b2aad6d02e03a3e25dc6dc30deab4637a7de5448255b6b707363e8c71ae1029e669bacdb6b88889ec1aa804fe717560e872dc44d049127af9aa155a8895c8a60 hiawatha.conf.sample" -- 1.9.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---