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:
parent
56770713c2
commit
3fd42634db
@ -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
3
hiawatha-9.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fe9bd408361bc07b47fe6eeaf98d6b644e1cd258b3470da3e70aba510e83b64
|
||||
size 888977
|
@ -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
|
||||
|
||||
@ -12,15 +20,15 @@ Sun Sep 7 23:29:36 UTC 2014 - fisiu@opensuse.org
|
||||
|
||||
- Update to 9.7:
|
||||
* UseToolkit now possible in .hiawatha file at root of website.
|
||||
* Method option added to URL Toolkit.
|
||||
* SetResourceLimit option added.
|
||||
* ThreadKillRate option added.
|
||||
* Improved SQL injection detection.
|
||||
* Default value for DHsize set to 2048.
|
||||
* PolarSSL updated to version 1.3.8.
|
||||
* Memory allocation debugger module added.
|
||||
* Small bugfixes and improvements.
|
||||
* Bugfix: incorrect file hash printing by wigwam with directory as symlink.
|
||||
* Method option added to URL Toolkit.
|
||||
* SetResourceLimit option added.
|
||||
* ThreadKillRate option added.
|
||||
* Improved SQL injection detection.
|
||||
* Default value for DHsize set to 2048.
|
||||
* PolarSSL updated to version 1.3.8.
|
||||
* Memory allocation debugger module added.
|
||||
* Small bugfixes and improvements.
|
||||
* Bugfix: incorrect file hash printing by wigwam with directory as symlink.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 8 21:10:58 UTC 2014 - fisiu@opensuse.org
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user