1
0
forked from pool/hiawatha

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
This commit is contained in:
Marcus Rückert 2017-06-19 15:03:01 +00:00 committed by Git OBS Bridge
parent 111a0d5653
commit 61b003f102
4 changed files with 21 additions and 7 deletions

View File

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

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

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

View File

@ -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

View File

@ -1,8 +1,8 @@
#
# spec file for package hiawatha
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013-2015 Mariusz Fik <fisiu@opensuse.org>.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013-2017 Mariusz Fik <fisiu@opensuse.org>.
#
# 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)