forked from pool/hiawatha
Accepting request 638561 from home:Fisiu:branches:server:http
- Update to version 10.8.3: * Several fixes in build system * Added build system for nghttp2 * New style for directory index * uri_depth added to XML for directory index OBS-URL: https://build.opensuse.org/request/show/638561 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=97
This commit is contained in:
parent
bc86373b7d
commit
a9e4ce4055
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f013afc71284bab7267b0d80a51133a8fd4248575dbcbabf338cf826095cda8
|
||||
size 1002865
|
3
hiawatha-10.8.3.tar.gz
Normal file
3
hiawatha-10.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daccdfda7979a907ba3a4e206e0a8d16d8fdceb55ee2b0f75e1acac8ef21e070
|
||||
size 1095036
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 18:37:47 UTC 2018 - fisiu@opensuse.org
|
||||
|
||||
- Update to version 10.8.3:
|
||||
* Several fixes in build system
|
||||
* Added build system for nghttp2
|
||||
* New style for directory index
|
||||
* uri_depth added to XML for directory index
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 20:49:52 UTC 2018 - fisiu@opensuse.org
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
|
||||
Name: hiawatha
|
||||
Version: 10.8.1
|
||||
Version: 10.8.3
|
||||
Release: 0
|
||||
Summary: A secure and advanced webserver
|
||||
License: GPL-2.0-only
|
||||
@ -46,6 +46,7 @@ BuildRequires: cmake >= 3.0
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: mbedtls-devel >= 2.3
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libnghttp2)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libxslt)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
@ -99,6 +100,7 @@ sed -i 's/MBEDTLS_DHM_RFC5114_MODP_2048_P/MBEDTLS_DHM_RFC5114_MODP_P/' src/tls.c
|
||||
-DWORK_DIR="%{_localstatedir}/lib/hiawatha" \
|
||||
-DWEBROOT_DIR="%{webroot}/%{name}/htdocs" \
|
||||
-DENABLE_CACHE=On \
|
||||
-DENABLE_HTTP2=On \
|
||||
-DENABLE_IPV6=On \
|
||||
-DENABLE_MONITOR=On \
|
||||
-DENABLE_RPROXY=On \
|
||||
@ -106,7 +108,8 @@ sed -i 's/MBEDTLS_DHM_RFC5114_MODP_2048_P/MBEDTLS_DHM_RFC5114_MODP_P/' src/tls.c
|
||||
-DENABLE_TOMAHAWK=On \
|
||||
-DENABLE_TOOLKIT=On \
|
||||
-DENABLE_XSLT=On \
|
||||
-DUSE_SYSTEM_MBEDTLS=On
|
||||
-DUSE_SYSTEM_MBEDTLS=On \
|
||||
-DUSE_SYSTEM_NGHTTP2=On
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user