1
0
forked from pool/hiawatha

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

- Update to 9.1:
  * FileHashes option added.
  * PolarSSL updated to version 1.2.7. Enabled ciphersuite
    selection based on protocol version.
  * Enabled accf_http support for FreeBSD. Thanks to Martin
    Tournoij.
  * ImageReferer option removed.
  * Bugfix: incorrect BanOnFlooding behavior.
  * Small improvements.

OBS-URL: https://build.opensuse.org/request/show/177183
OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=45
This commit is contained in:
Marcel Gmür 2013-06-03 11:36:07 +00:00 committed by Git OBS Bridge
parent d48fb3d24c
commit fed4fc2afe
4 changed files with 29 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 2 13:22:55 UTC 2013 - fisiu@opensuse.org
- Update to 9.1:
* FileHashes option added.
* PolarSSL updated to version 1.2.7. Enabled ciphersuite
selection based on protocol version.
* Enabled accf_http support for FreeBSD. Thanks to Martin
Tournoij.
* ImageReferer option removed.
* Bugfix: incorrect BanOnFlooding behavior.
* Small improvements.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 4 17:44:17 UTC 2013 - fisiu@opensuse.org Thu Apr 4 17:44:17 UTC 2013 - fisiu@opensuse.org

View File

@ -20,10 +20,10 @@
%define webroot /srv/www %define webroot /srv/www
Name: hiawatha Name: hiawatha
Version: 9.0 Version: 9.1
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Summary: A secure webserver for Unix Summary: A secure and advanced webserver
Url: http://www.hiawatha-webserver.org Url: http://www.hiawatha-webserver.org
Group: Productivity/Networking/Web/Servers Group: Productivity/Networking/Web/Servers
Source0: http://hiawatha.leisink.org/files/hiawatha-%{version}.tar.gz Source0: http://hiawatha.leisink.org/files/hiawatha-%{version}.tar.gz
@ -42,11 +42,16 @@ Requires: logrotate
%{?systemd_requires} %{?systemd_requires}
%description %description
Hiawatha is a secure webserver for Unix. It has been written with 'being Hiawatha is a webserver for Unix and has been build with security in mind.
secure' as its main goal. Hiawatha has many security features that no other
webserver has. This and the fact that Hiawatha's source code is free of
security-bugs, makes Hiawatha the most secure webserver available.
This resulted in a highly secure webserver, in both code and features.
This webserver runs on Linux, BSD, MacOS X and Windows. Although it can run any
kind of CGI / FastCGI application, it has been optimized for usage with PHP.
Most well known PHP frameworks and CMS applications have been tested with
Hiawatha and ran without a problem. Hiawatha supports many web and HTTP features
such as CGI/FastCGI, HTTP authentication, virtual host support, request
pipelining, keep alive connections, URL rewriting and many more.
%prep %prep
%setup -q %setup -q
@ -117,7 +122,7 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog LICENSE %doc ChangeLog LICENSE README.md
%{_bindir}/ssi-cgi %{_bindir}/ssi-cgi
%{_sbindir}/%{name} %{_sbindir}/%{name}
%{_sbindir}/wigwam %{_sbindir}/wigwam
@ -140,3 +145,4 @@ rm -rf %{buildroot}
%dir %attr(-,wwwrun,www) %{_localstatedir}/log/%{name}/ %dir %attr(-,wwwrun,www) %{_localstatedir}/log/%{name}/
%changelog %changelog