1
0
forked from pool/hiawatha

Accepting request 259401 from home:Fisiu:branches:server:http

- Update to 9.8:
  * Added support for websockets. WebSocket option added.
  * SSL key and certificate checks added to wigwam.
  * Small bugfixes and improvements.

OBS-URL: https://build.opensuse.org/request/show/259401
OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=69
This commit is contained in:
Mariusz Fik 2014-11-02 23:00:00 +00:00 committed by Git OBS Bridge
parent 56770713c2
commit 3fd42634db
4 changed files with 22 additions and 14 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fe9bd408361bc07b47fe6eeaf98d6b644e1cd258b3470da3e70aba510e83b64
size 888977

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Nov 2 22:37:08 UTC 2014 - fisiu@opensuse.org
- Update to 9.8:
* Added support for websockets. WebSocket option added.
* SSL key and certificate checks added to wigwam.
* Small bugfixes and improvements.
-------------------------------------------------------------------
Wed Sep 10 16:04:57 UTC 2014 - jengelh@inai.de

View File

@ -20,7 +20,7 @@
%define webroot /srv/www
Name: hiawatha
Version: 9.7
Version: 9.8
Release: 0
Summary: A secure and advanced webserver
License: GPL-2.0
@ -78,7 +78,7 @@ cmake .. \
-DENABLE_TOOLKIT=On \
-DENABLE_XSLT=On \
-DENABLE_ZLIB_SUPPORT=On \
-DUSE_SYSTEM_POLARSSL=on
-DUSE_SYSTEM_POLARSSL=On
make %{?_smp_mflags}