forked from pool/hiawatha
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
This commit is contained in:
parent
c31c5d7046
commit
82da3a95e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c9f8650b43b3cdf7ad9550cfb0ef7516b7faf1b1ff20bc9eacab95c43f6c14a2
|
|
||||||
size 893822
|
|
3
hiawatha-9.11.tar.gz
Normal file
3
hiawatha-9.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf7f09dff86fe689e872e7adade91e13fd81106a97e5af02ab8afb3c77fccd9c
|
||||||
|
size 897113
|
@ -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
|
Sun Jan 11 22:23:28 UTC 2015 - fisiu@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hiawatha
|
# 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 <fisiu@opensuse.org>.
|
# Copyright (c) 2013-2015 Mariusz Fik <fisiu@opensuse.org>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define webroot /srv/www
|
%define webroot /srv/www
|
||||||
|
|
||||||
Name: hiawatha
|
Name: hiawatha
|
||||||
Version: 9.10
|
Version: 9.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure and advanced webserver
|
Summary: A secure and advanced webserver
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -36,8 +36,8 @@ BuildRequires: libxslt-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: polarssl-devel
|
BuildRequires: polarssl-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%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
|
sed "s/#ServerId = www-data/ServerId = wwwrun/" -i %{buildroot}%{_sysconfdir}/hiawatha/hiawatha.conf
|
||||||
|
|
||||||
# susefirewall config files
|
# susefirewall config files
|
||||||
install -D -m 0644 %{S:100} \
|
install -D -m 0644 %{SOURCE100} \
|
||||||
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
|
%{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
|
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
Loading…
Reference in New Issue
Block a user