From f3d5f5242deebea4727b9a9e5ad1ab2d02dc7762 Mon Sep 17 00:00:00 2001 From: Mariusz Fik Date: Tue, 25 Mar 2014 00:35:59 +0000 Subject: [PATCH] Accepting request 227405 from home:Fisiu:branches:server:http - Update to 9.4: * 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. OBS-URL: https://build.opensuse.org/request/show/227405 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=59 --- hiawatha-9.3.1.tar.gz | 3 --- hiawatha-9.4.tar.gz | 3 +++ hiawatha.changes | 15 +++++++++++++++ hiawatha.spec | 3 ++- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 hiawatha-9.3.1.tar.gz create mode 100644 hiawatha-9.4.tar.gz diff --git a/hiawatha-9.3.1.tar.gz b/hiawatha-9.3.1.tar.gz deleted file mode 100644 index f4f8b2b..0000000 --- a/hiawatha-9.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fb5a7bf2004cb55511c3e165563e6b2119e863ec2cad773cbe79e75e3c0775a -size 793782 diff --git a/hiawatha-9.4.tar.gz b/hiawatha-9.4.tar.gz new file mode 100644 index 0000000..8a9af9b --- /dev/null +++ b/hiawatha-9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d58ceb621d164f78c86f79c3c97482e9f5d0bf8f29bccd772e4eae975b8602 +size 823851 diff --git a/hiawatha.changes b/hiawatha.changes index b18ba29..b528969 100644 --- a/hiawatha.changes +++ b/hiawatha.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 24 23:25:24 UTC 2014 - fisiu@opensuse.org + +- Update to 9.4: + * 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. + ------------------------------------------------------------------- Mon Feb 17 16:40:08 UTC 2014 - fisiu@opensuse.org diff --git a/hiawatha.spec b/hiawatha.spec index f220c88..2e2b517 100644 --- a/hiawatha.spec +++ b/hiawatha.spec @@ -20,7 +20,7 @@ %define webroot /srv/www Name: hiawatha -Version: 9.3.1 +Version: 9.4 Release: 0 Summary: A secure and advanced webserver License: GPL-2.0 @@ -125,6 +125,7 @@ rm -vf %{buildroot}%{_libdir}/%{name}/libpolarssl.so %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf %config(noreplace) %{_sysconfdir}/%{name}/mimetype.conf %config(noreplace) %{_sysconfdir}/%{name}/index.xslt +%config(noreplace) %{_sysconfdir}/%{name}/error.xslt %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl