diff --git a/hiawatha-9.0.tar.gz b/hiawatha-9.0.tar.gz deleted file mode 100644 index 381e6e4..0000000 --- a/hiawatha-9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e40119afb050b11737250c08d89ac7ba7472645738a48c06aa79979a19729fc -size 666274 diff --git a/hiawatha-9.1.tar.gz b/hiawatha-9.1.tar.gz new file mode 100644 index 0000000..948a0da --- /dev/null +++ b/hiawatha-9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699958c178757be0a5074093c15a136cd4387403e60911d29520d362f345ab48 +size 668747 diff --git a/hiawatha.changes b/hiawatha.changes index 451688b..6744218 100644 --- a/hiawatha.changes +++ b/hiawatha.changes @@ -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 diff --git a/hiawatha.spec b/hiawatha.spec index 4d5ad4e..5baa4d4 100644 --- a/hiawatha.spec +++ b/hiawatha.spec @@ -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 +