diff --git a/hiawatha-10.8.1.tar.gz b/hiawatha-10.8.1.tar.gz deleted file mode 100644 index c132f40..0000000 --- a/hiawatha-10.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f013afc71284bab7267b0d80a51133a8fd4248575dbcbabf338cf826095cda8 -size 1002865 diff --git a/hiawatha-10.8.3.tar.gz b/hiawatha-10.8.3.tar.gz new file mode 100644 index 0000000..7eb2adb --- /dev/null +++ b/hiawatha-10.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daccdfda7979a907ba3a4e206e0a8d16d8fdceb55ee2b0f75e1acac8ef21e070 +size 1095036 diff --git a/hiawatha.changes b/hiawatha.changes index 4fb05d8..02ae8fa 100644 --- a/hiawatha.changes +++ b/hiawatha.changes @@ -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 diff --git a/hiawatha.spec b/hiawatha.spec index 43f13bd..51c5e79 100644 --- a/hiawatha.spec +++ b/hiawatha.spec @@ -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