From d63191db227f880e90f124c115a1340ebb246ab0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 11 Apr 2018 10:09:49 -0300 Subject: [PATCH] hiawatha: update to 10.8.1. Closes #13382. Signed-off-by: Enno Boland --- srcpkgs/hiawatha/template | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/srcpkgs/hiawatha/template b/srcpkgs/hiawatha/template index 1cd36e71218..7464fa47944 100644 --- a/srcpkgs/hiawatha/template +++ b/srcpkgs/hiawatha/template @@ -1,15 +1,8 @@ # Template file for 'hiawatha' pkgname=hiawatha -version=10.8 -revision=2 +version=10.8.1 +revision=1 build_style=cmake -makedepends="libxslt-devel mbedtls-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=fb55d6c17a390f74accce6fae34c118af4e0317bfc9119d7dd1ff7dbf6886eaf configure_args=" -DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run @@ -17,7 +10,15 @@ configure_args=" -DWORK_DIR=/var/lib/hiawatha -DUSE_SYSTEM_MBEDTLS=ON -DCMAKE_INSTALL_SYSCONFDIR=/etc" +makedepends="libxslt-devel mbedtls-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=dda4b74d565ff74e8b624afd80b28e78eac1a94df46fbd1c5f1a68d8fab4d40c conf_files="/etc/$pkgname/*.conf /etc/$pkgname/*.xslt" + LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto" post_install() {