From 61b003f1027b02599fc9688bcdb01c423be04ef4 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 19 Jun 2017 15:03:01 +0000 Subject: [PATCH] Accepting request 504539 from home:Fisiu:branches:server:http - Update to version 10.6: * Added PublicKeyPins option. * Added renewal-scripts to Let's Encrypt script. * Small changes to CMake build system. * Added CustomHeaderBackend option. * Renamed CustomHeader option to CustomHeaderClient. Old name still works. * Hiawatha ignores FileHashes and ReverseProxy for Let's Encrypt authentication requests. * Small improvements and bugfixes. OBS-URL: https://build.opensuse.org/request/show/504539 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=87 --- hiawatha-10.4.tar.gz | 3 --- hiawatha-10.6.tar.gz | 3 +++ hiawatha.changes | 13 +++++++++++++ hiawatha.spec | 9 +++++---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 hiawatha-10.4.tar.gz create mode 100644 hiawatha-10.6.tar.gz diff --git a/hiawatha-10.4.tar.gz b/hiawatha-10.4.tar.gz deleted file mode 100644 index c32b1c4..0000000 --- a/hiawatha-10.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40ebcbde8fbd5a14dbf7279143757aea02a461940daa5c460496871eaa75454 -size 911100 diff --git a/hiawatha-10.6.tar.gz b/hiawatha-10.6.tar.gz new file mode 100644 index 0000000..f6c27e8 --- /dev/null +++ b/hiawatha-10.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf014ae214be1bf6244c46c25e66805987c948837a4e37f9dede570de49bdeb +size 932518 diff --git a/hiawatha.changes b/hiawatha.changes index 1d29ccb..adc7871 100644 --- a/hiawatha.changes +++ b/hiawatha.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jun 17 08:33:13 UTC 2017 - fisiu@opensuse.org + +- Update to version 10.6: + * Added PublicKeyPins option. + * Added renewal-scripts to Let's Encrypt script. + * Small changes to CMake build system. + * Added CustomHeaderBackend option. + * Renamed CustomHeader option to CustomHeaderClient. Old name still works. + * Hiawatha ignores FileHashes and ReverseProxy for Let's Encrypt + authentication requests. + * Small improvements and bugfixes. + ------------------------------------------------------------------- Tue Nov 15 16:08:30 UTC 2016 - mpluskal@suse.com diff --git a/hiawatha.spec b/hiawatha.spec index af43dd9..08a2983 100644 --- a/hiawatha.spec +++ b/hiawatha.spec @@ -1,8 +1,8 @@ # # spec file for package hiawatha # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2013-2015 Mariusz Fik . +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2013-2017 Mariusz Fik . # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define webroot /srv/www Name: hiawatha -Version: 10.4 +Version: 10.6 Release: 0 Summary: A secure and advanced webserver License: GPL-2.0 @@ -31,7 +31,8 @@ Source1: %{name}.logrotate Source2: %{name}.service Source100: %{name}.firewall Source101: %{name}-ssl.firewall -BuildRequires: cmake >= 2.8.4 +BuildRequires: cmake >= 3.0 +BuildRequires: gcc-c++ BuildRequires: mbedtls-devel >= 2.3 BuildRequires: pkgconfig BuildRequires: pkgconfig(libxml-2.0)