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:
parent
d48fb3d24c
commit
fed4fc2afe
@ -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
3
hiawatha-9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:699958c178757be0a5074093c15a136cd4387403e60911d29520d362f345ab48
|
||||
size 668747
|
@ -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
|
||||
|
||||
|
@ -20,10 +20,10 @@
|
||||
%define webroot /srv/www
|
||||
|
||||
Name: hiawatha
|
||||
Version: 9.0
|
||||
Version: 9.1
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Summary: A secure webserver for Unix
|
||||
Summary: A secure and advanced webserver
|
||||
Url: http://www.hiawatha-webserver.org
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Source0: http://hiawatha.leisink.org/files/hiawatha-%{version}.tar.gz
|
||||
@ -42,11 +42,16 @@ Requires: logrotate
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
Hiawatha is a secure webserver for Unix. It has been written with 'being
|
||||
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.
|
||||
Hiawatha is a webserver for Unix and has been build with security in mind.
|
||||
|
||||
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
|
||||
%setup -q
|
||||
@ -117,7 +122,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog LICENSE
|
||||
%doc ChangeLog LICENSE README.md
|
||||
%{_bindir}/ssi-cgi
|
||||
%{_sbindir}/%{name}
|
||||
%{_sbindir}/wigwam
|
||||
@ -140,3 +145,4 @@ rm -rf %{buildroot}
|
||||
%dir %attr(-,wwwrun,www) %{_localstatedir}/log/%{name}/
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user