1
0
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:
Mariusz Fik 2013-11-21 21:55:52 +00:00 committed by Git OBS Bridge
parent 96ee27c210
commit 1a8e0a0506
3 changed files with 19 additions and 7 deletions

3
hiawatha-9.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e626875ce9fd81ea4850e6d3eaf6959db686199b57a52b5b52808e53651ddea
size 792241

View File

@ -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

View File

@ -13,24 +13,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define webroot /srv/www
Name: hiawatha
Version: 9.2
Version: 9.3
Release: 0
License: GPL-2.0
Summary: A secure and advanced webserver
Url: http://www.hiawatha-webserver.org
License: GPL-2.0
Group: Productivity/Networking/Web/Servers
Url: http://www.hiawatha-webserver.org
Source0: http://www.hiawatha-webserver.org/files/%{name}-%{version}.tar.gz
Source1: %{name}.logrotate
Source2: %{name}.service
BuildRequires: libxslt-devel
BuildRequires: cmake >= 2.8.4
BuildRequires: libxslt-devel
BuildRequires: pkg-config
BuildRequires: systemd
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -78,7 +78,6 @@ cmake .. \
make %{?_smp_mflags}
%install
cd build
%makeinstall
@ -127,4 +126,3 @@ rm -vf %{buildroot}%{_libdir}/%{name}/libpolarssl.so
%dir %attr(-,wwwrun,www) %{_localstatedir}/log/%{name}/
%changelog