forked from pool/hiawatha
Accepting request 207892 from home:Fisiu:branches:server:http
- Update to 9.3: * PolarSSL updated to version 1.3.2. * Added support for Elliptic Curve Cryptography. * TunnelSSH option added. * AnonymizeIP option added. * Keep-alive connections for reverse proxy. * Small improvements. OBS-URL: https://build.opensuse.org/request/show/207892 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=52
This commit is contained in:
parent
96ee27c210
commit
1a8e0a0506
3
hiawatha-9.3.tar.gz
Normal file
3
hiawatha-9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e626875ce9fd81ea4850e6d3eaf6959db686199b57a52b5b52808e53651ddea
|
||||||
|
size 792241
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 21 21:16:09 UTC 2013 - fisiu@opensuse.org
|
||||||
|
|
||||||
|
- Update to 9.3:
|
||||||
|
* PolarSSL updated to version 1.3.2.
|
||||||
|
* Added support for Elliptic Curve Cryptography.
|
||||||
|
* TunnelSSH option added.
|
||||||
|
* AnonymizeIP option added.
|
||||||
|
* Keep-alive connections for reverse proxy.
|
||||||
|
* Small improvements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 13 22:56:19 UTC 2013 - fisiu@opensuse.org
|
Tue Aug 13 22:56:19 UTC 2013 - fisiu@opensuse.org
|
||||||
|
|
||||||
|
@ -13,24 +13,24 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define webroot /srv/www
|
%define webroot /srv/www
|
||||||
|
|
||||||
Name: hiawatha
|
Name: hiawatha
|
||||||
Version: 9.2
|
Version: 9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0
|
|
||||||
Summary: A secure and advanced webserver
|
Summary: A secure and advanced webserver
|
||||||
Url: http://www.hiawatha-webserver.org
|
License: GPL-2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
|
Url: http://www.hiawatha-webserver.org
|
||||||
Source0: http://www.hiawatha-webserver.org/files/%{name}-%{version}.tar.gz
|
Source0: http://www.hiawatha-webserver.org/files/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}.logrotate
|
Source1: %{name}.logrotate
|
||||||
Source2: %{name}.service
|
Source2: %{name}.service
|
||||||
BuildRequires: libxslt-devel
|
|
||||||
BuildRequires: cmake >= 2.8.4
|
BuildRequires: cmake >= 2.8.4
|
||||||
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -78,7 +78,6 @@ cmake .. \
|
|||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
cd build
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -127,4 +126,3 @@ rm -vf %{buildroot}%{_libdir}/%{name}/libpolarssl.so
|
|||||||
%dir %attr(-,wwwrun,www) %{_localstatedir}/log/%{name}/
|
%dir %attr(-,wwwrun,www) %{_localstatedir}/log/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user