hiawatha: update to 10.8.1.

Closes #13382.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-11 10:09:49 -03:00 committed by Enno Boland
parent af076a44bb
commit d63191db22
1 changed files with 10 additions and 9 deletions

View File

@ -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 <gottox@voidlinux.eu>"
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 <gottox@voidlinux.eu>"
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() {