forked from pool/hiawatha
Accepting request 423412 from home:pluskalm:branches:server:http
- Update to version 10.3: OBS-URL: https://build.opensuse.org/request/show/423412 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=82
This commit is contained in:
parent
def78c5df2
commit
4a4db8032c
3
hiawatha-10.3.tar.gz
Normal file
3
hiawatha-10.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99d185fb16bb1ab706724494d3cac86464f1485ed4b0fff09a192eca6da5ff8e
|
||||||
|
size 897607
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ae204199849340f8ec5a1becbc3f3d80f8d5280f1feff8a12a25f8bc40dc225
|
|
||||||
size 840319
|
|
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 27 11:43:20 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 10.3:
|
||||||
|
* PreventCSRF, PreventSQLi and PreventXSS improved.
|
||||||
|
* Prevention of MySQL data mining via SQL injection.
|
||||||
|
* Added revoke option to Let's Encrypt script.
|
||||||
|
* Hiawatha ignores RequireTLS for Let's Encrypt authentication
|
||||||
|
requests.
|
||||||
|
* Small bugfixes and improvements.
|
||||||
|
* Bugfix: possible HTTP request pipelining error after CSRF
|
||||||
|
prevented.
|
||||||
|
- Changes for version 10.2:
|
||||||
|
* Added Let's Encrypt script (see extra/letsencrypt).
|
||||||
|
* Added support for requesting Let's Encrypt certificates (see
|
||||||
|
AccessList and PasswordFile settings in manual page).
|
||||||
|
* Small improvements.
|
||||||
|
* Bugfix: HideProxy not working for Forwarded header.
|
||||||
|
- Changes for 10.1:
|
||||||
|
* Added Extensions setting.
|
||||||
|
* Added support for X-Sendfile header.
|
||||||
|
* mbed TLS updated to 2.2.1.
|
||||||
|
* Improved SQL injection detection.
|
||||||
|
* Small bugfixes and improvements.
|
||||||
|
- Changes for 10.0:
|
||||||
|
* Usage of Directory sections changed.
|
||||||
|
* Added support for RFC 5785.
|
||||||
|
* Added support for GZip compression. Removed the UseGZfile
|
||||||
|
option.
|
||||||
|
* Added ECDSA support for TLS 1.0 and TLS 1.1.
|
||||||
|
* Replaced UrlToolkit Expire option with ExpirePeriod in
|
||||||
|
Directory section.
|
||||||
|
* Replaced IgnoreDotHiawatha option with UseLocalConfig.
|
||||||
|
* Removed the VolatileObject option.
|
||||||
|
* Improved SQL injection detection.
|
||||||
|
* mbed TLS updated to 2.2.0.
|
||||||
|
* Small improvements.
|
||||||
|
- Changes for 9.15:
|
||||||
|
* Support for WebSockets via reverse proxy.
|
||||||
|
* UNIX socket support for connections to WebSockets.
|
||||||
|
* Responsive design for directory index and error message.
|
||||||
|
* mbed TLS updated to 2.1.2.
|
||||||
|
* Fixed mbed TLS linking in CMake configuration.
|
||||||
|
* ListenBacklog option added.
|
||||||
|
* Small bugfixes.
|
||||||
|
- Changes for 9.14:
|
||||||
|
* mbed TLS updated to 2.0.0.
|
||||||
|
* Small bugfixes.
|
||||||
|
* Bugfix: crash when sending very large request to FastCGI
|
||||||
|
server.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 20 09:28:30 UTC 2015 - mpluskal@suse.com
|
Sat Jun 20 09:28:30 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hiawatha
|
# spec file for package hiawatha
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 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.13
|
Version: 10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure and advanced webserver
|
Summary: A secure and advanced webserver
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user