hiawatha: update to 10.8.1.
Closes #13382. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
af076a44bb
commit
d63191db22
1 changed files with 10 additions and 9 deletions
|
@ -1,15 +1,8 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=10.8
|
version=10.8.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
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="
|
configure_args="
|
||||||
-DLOG_DIR=/var/log/hiawatha
|
-DLOG_DIR=/var/log/hiawatha
|
||||||
-DPID_DIR=/run
|
-DPID_DIR=/run
|
||||||
|
@ -17,7 +10,15 @@ configure_args="
|
||||||
-DWORK_DIR=/var/lib/hiawatha
|
-DWORK_DIR=/var/lib/hiawatha
|
||||||
-DUSE_SYSTEM_MBEDTLS=ON
|
-DUSE_SYSTEM_MBEDTLS=ON
|
||||||
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
-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"
|
conf_files="/etc/$pkgname/*.conf /etc/$pkgname/*.xslt"
|
||||||
|
|
||||||
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
|
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue