From 43caba9e492b6e1036328e1b59468d086bc35114 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 15 Feb 2022 16:51:52 +0200 Subject: [PATCH] hiawatha: update to 11.1. Also: - use embedded mbedtls (bundles a non-LTS branch) - remove nghttp2 configure arg and dependency. --- srcpkgs/hiawatha/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template index 04377f40b88b..4ec8c33fade1 100644 --- a/srcpkgs/hiawatha/template +++ b/srcpkgs/hiawatha/template @@ -1,19 +1,18 @@ # Template file for 'hiawatha' pkgname=hiawatha -version=10.12 +version=11.1 revision=1 build_style=cmake configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run -DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha - -DUSE_SYSTEM_MBEDTLS=ON -DUSE_SYSTEM_NGHTTP2=ON -DCMAKE_INSTALL_SYSCONFDIR=/etc" -makedepends="libxslt-devel mbedtls-devel nghttp2-devel" +makedepends="libxslt-devel" short_desc="Advanced and secure webserver for Unix" maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://hiawatha-webserver.org" distfiles="${homepage}/files/${pkgname}-${version}.tar.gz" -checksum=61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f19f50d +checksum=d21722986f64163e30a560283123cdf4d6cb5ff8188ab754387b26724565268d conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt" make_dirs="/var/log/hiawatha 0755 root root"