~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] testing/hiawatha: update to 9.6

Details
Message ID
<1403444013-1960-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1403444013
DKIM signature
missing
Download raw message
Patch: +5 -5
Changelog since 9.1:

hiawatha (9.6) stable; urgency=medium
Logfile rotation for access logfiles.
HTTP Strict Transport Security header made optional for RequireSSL.
Support for chunked transfer encoded requests (not for PUT).
Support for improved server statistics in Hiawatha Monitor.
The Hiawatha Monitor is now supported without the need for XSLT.
PolarSSL updated to version 1.3.7.
A few bugfixes as reported by Coverity.
Bugfix: SQL injection detection was broken since 8.6.
Bugfix: XSS detection didn't work for reverse proxy.
Small bugfixes.

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..ba1fc41 100644
--- a/testing/hiawatha/APKBUILD
+++ b/testing/hiawatha/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Pascal Ernster <aur at hardfalcon dot net>

pkgname=hiawatha
pkgver=9.1
pkgrel=1
pkgver=9.6
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="f43c98a8ed19c586ff5798f58689fcfd  hiawatha-9.6.tar.gz
3bf112b794aa10debb93b5d892dfa425  hiawatha.initd
fb24fcbfa820a5b85f6c4c8a520a6920  hiawatha.conf.sample"
sha256sums="699958c178757be0a5074093c15a136cd4387403e60911d29520d362f345ab48  hiawatha-9.1.tar.gz
sha256sums="13132fdb322a8d222f7fa25fa19b5485fcdf7a9568fbe4a52c99905571a75a45  hiawatha-9.6.tar.gz
c229c23712d71cf830a46f152f78a1aa726cf7c7cf9129ef7acfefb73483ae4c  hiawatha.initd
4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7  hiawatha.conf.sample"
sha512sums="ff369bb9736d5cdf162da93888c61e4c880db0ba5ee2d56a5368cb4b8212f50dc09f0a57c664b824eec7c38c26b088db8d1e484a2a47e5f06246fe4442c652c0  hiawatha-9.1.tar.gz
sha512sums="0b5967fc4661baa5f18ab6889aa739d3733b634ddfb01b3dc38df1e9b5da3811060d2b988af43bdece7468c768707736fec303a37e0f51a1aaab6dec9dd7e736  hiawatha-9.6.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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140623083742.5f999167@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1403444013-1960-1-git-send-email-developer@it-offshore.co.uk> (view parent)
Sender timestamp
1403505462
DKIM signature
missing
Download raw message
On Sun, 22 Jun 2014 13:33:33 +0000
Stuart Cardall <developer@it-offshore.co.uk> wrote:

> Changelog since 9.1:
> 
> hiawatha (9.6) stable; urgency=medium
> Logfile rotation for access logfiles.
> HTTP Strict Transport Security header made optional for RequireSSL.
> Support for chunked transfer encoded requests (not for PUT).
> Support for improved server statistics in Hiawatha Monitor.
> The Hiawatha Monitor is now supported without the need for XSLT.
> PolarSSL updated to version 1.3.7.
> A few bugfixes as reported by Coverity.
> Bugfix: SQL injection detection was broken since 8.6.
> Bugfix: XSS detection didn't work for reverse proxy.
> Small bugfixes.
> 
> 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(-)

applied. thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)