From ad5babff34337a7411a7cc143df220bf50270a16 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 19 Dec 2020 14:48:03 +0100 Subject: [PATCH] lighttpd: update to 1.4.57. --- srcpkgs/lighttpd/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 64a2c36f4cf..a7e1e91e9ee 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.57 +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 @@ -17,14 +17,19 @@ short_desc="Secure, fast, compliant and very flexible web-server" maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://lighttpd.net" +changelog="https://www.lighttpd.net/2020/12/17/1.4.57/" distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz" -checksum=6a0b50e9c9d5cc3d9e48592315c25a2d645858f863e1ccd120507a30ce21e927 +checksum=52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="_${pkgname}" _lighttpd_homedir="/srv/www/${pkgname}" lib32disabled=yes +if [ "$XBPS_TARGET_LIBC" = musl ]; then + makedepends+=" musl-legacy-compat" +fi + make_dirs=" /srv/www/lighttpd 0755 _lighttpd _lighttpd /var/log/lighttpd 0755 _lighttpd _lighttpd"