From 82da3a95e2f6bc5de71411ebfa18f6235b7a382f Mon Sep 17 00:00:00 2001 From: Mariusz Fik Date: Tue, 10 Feb 2015 22:39:54 +0000 Subject: [PATCH] Accepting request 283944 from home:Fisiu:branches:server:http - Update to 9.11: * 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. OBS-URL: https://build.opensuse.org/request/show/283944 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=75 --- hiawatha-9.10.tar.gz | 3 --- hiawatha-9.11.tar.gz | 3 +++ hiawatha.changes | 10 ++++++++++ hiawatha.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 hiawatha-9.10.tar.gz create mode 100644 hiawatha-9.11.tar.gz diff --git a/hiawatha-9.10.tar.gz b/hiawatha-9.10.tar.gz deleted file mode 100644 index 1cac37f..0000000 --- a/hiawatha-9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9f8650b43b3cdf7ad9550cfb0ef7516b7faf1b1ff20bc9eacab95c43f6c14a2 -size 893822 diff --git a/hiawatha-9.11.tar.gz b/hiawatha-9.11.tar.gz new file mode 100644 index 0000000..3bcec49 --- /dev/null +++ b/hiawatha-9.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7f09dff86fe689e872e7adade91e13fd81106a97e5af02ab8afb3c77fccd9c +size 897113 diff --git a/hiawatha.changes b/hiawatha.changes index b1c0416..36010cd 100644 --- a/hiawatha.changes +++ b/hiawatha.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 3 18:19:55 UTC 2015 - fisiu@opensuse.org + +- Update to 9.11: + * 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. + ------------------------------------------------------------------- Sun Jan 11 22:23:28 UTC 2015 - fisiu@opensuse.org diff --git a/hiawatha.spec b/hiawatha.spec index 0c4a66e..d30a34d 100644 --- a/hiawatha.spec +++ b/hiawatha.spec @@ -1,7 +1,7 @@ # # spec file for package hiawatha # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013-2015 Mariusz Fik . # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %define webroot /srv/www Name: hiawatha -Version: 9.10 +Version: 9.11 Release: 0 Summary: A secure and advanced webserver License: GPL-2.0 @@ -36,8 +36,8 @@ BuildRequires: libxslt-devel BuildRequires: pkg-config BuildRequires: polarssl-devel BuildRequires: systemd -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: logrotate +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} %description @@ -86,9 +86,9 @@ install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service sed "s/#ServerId = www-data/ServerId = wwwrun/" -i %{buildroot}%{_sysconfdir}/hiawatha/hiawatha.conf # susefirewall config files -install -D -m 0644 %{S:100} \ +install -D -m 0644 %{SOURCE100} \ %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} -install -D -m 0644 %{S:101} \ +install -D -m 0644 %{SOURCE101} \ %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl %pre