From 1a8e0a05069dc9f4a13d2653daabcc5c4209e007 Mon Sep 17 00:00:00 2001 From: Mariusz Fik Date: Thu, 21 Nov 2013 21:55:52 +0000 Subject: [PATCH] Accepting request 207892 from home:Fisiu:branches:server:http - Update to 9.3: * PolarSSL updated to version 1.3.2. * Added support for Elliptic Curve Cryptography. * TunnelSSH option added. * AnonymizeIP option added. * Keep-alive connections for reverse proxy. * Small improvements. OBS-URL: https://build.opensuse.org/request/show/207892 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=52 --- hiawatha-9.3.tar.gz | 3 +++ hiawatha.changes | 11 +++++++++++ hiawatha.spec | 12 +++++------- 3 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 hiawatha-9.3.tar.gz diff --git a/hiawatha-9.3.tar.gz b/hiawatha-9.3.tar.gz new file mode 100644 index 0000000..e5c47d8 --- /dev/null +++ b/hiawatha-9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e626875ce9fd81ea4850e6d3eaf6959db686199b57a52b5b52808e53651ddea +size 792241 diff --git a/hiawatha.changes b/hiawatha.changes index 57d949e..7dfdee1 100644 --- a/hiawatha.changes +++ b/hiawatha.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 21 21:16:09 UTC 2013 - fisiu@opensuse.org + +- Update to 9.3: + * PolarSSL updated to version 1.3.2. + * Added support for Elliptic Curve Cryptography. + * TunnelSSH option added. + * AnonymizeIP option added. + * Keep-alive connections for reverse proxy. + * Small improvements. + ------------------------------------------------------------------- Tue Aug 13 22:56:19 UTC 2013 - fisiu@opensuse.org diff --git a/hiawatha.spec b/hiawatha.spec index db66b43..c8b78af 100644 --- a/hiawatha.spec +++ b/hiawatha.spec @@ -13,24 +13,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define webroot /srv/www Name: hiawatha -Version: 9.2 +Version: 9.3 Release: 0 -License: GPL-2.0 Summary: A secure and advanced webserver -Url: http://www.hiawatha-webserver.org +License: GPL-2.0 Group: Productivity/Networking/Web/Servers +Url: http://www.hiawatha-webserver.org Source0: http://www.hiawatha-webserver.org/files/%{name}-%{version}.tar.gz Source1: %{name}.logrotate Source2: %{name}.service -BuildRequires: libxslt-devel BuildRequires: cmake >= 2.8.4 +BuildRequires: libxslt-devel BuildRequires: pkg-config BuildRequires: systemd BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -78,7 +78,6 @@ cmake .. \ make %{?_smp_mflags} - %install cd build %makeinstall @@ -127,4 +126,3 @@ rm -vf %{buildroot}%{_libdir}/%{name}/libpolarssl.so %dir %attr(-,wwwrun,www) %{_localstatedir}/log/%{name}/ %changelog -