From 430acb53871e50f82937df0d40b0f93e2fe800a4 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Thu, 17 Dec 2020 20:34:49 +0100 Subject: [PATCH] lighttpd: update to 1.4.56. --- srcpkgs/lighttpd/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 64a2c36f4cf..0ac8216e8cb 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,7 +1,7 @@ # Template file for 'lighttpd' pkgname=lighttpd -version=1.4.55 -revision=4 +version=1.4.56 +revision=1 build_style=meson configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true @@ -18,7 +18,7 @@ maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://lighttpd.net" distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz" -checksum=6a0b50e9c9d5cc3d9e48592315c25a2d645858f863e1ccd120507a30ce21e927 +checksum=e4ce84cd79e8ae8ba193c7a7cc79c4afba9a076b443ef9f8d4bcd13a3354df77 conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="_${pkgname}" @@ -29,6 +29,10 @@ make_dirs=" /srv/www/lighttpd 0755 _lighttpd _lighttpd /var/log/lighttpd 0755 _lighttpd _lighttpd" +if [ "$XBPS_TARGET_LIBC" = musl ]; then + makedepends+=" musl-legacy-compat" +fi + post_install() { vlicense COPYING vsv lighttpd