From 87bd7978dcb77ab6d9b6dfd77e39e68b9e569e7d Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 24 Nov 2022 02:35:41 -0500 Subject: [PATCH] lighttpd: update to 1.4.68 * update to 1.4.68 * modify build command for meson type: feature options * fix meson build --- .../lighttpd/patches/020-meson-tests.patch | 24 +++++++++++++++++++ srcpkgs/lighttpd/template | 17 ++++++------- 2 files changed, 33 insertions(+), 8 deletions(-) create mode 100644 srcpkgs/lighttpd/patches/020-meson-tests.patch diff --git a/srcpkgs/lighttpd/patches/020-meson-tests.patch b/srcpkgs/lighttpd/patches/020-meson-tests.patch new file mode 100644 index 000000000000..c49cad9dd32b --- /dev/null +++ b/srcpkgs/lighttpd/patches/020-meson-tests.patch @@ -0,0 +1,24 @@ +From d809433d6d900e899f796606b11bdc6a73413ac5 Mon Sep 17 00:00:00 2001 +From: Glenn Strauss +Date: Tue, 3 Jan 2023 17:50:16 -0500 +Subject: [PATCH] [meson] remove t/test_mod_evasive.c + +--- + src/meson.build | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/meson.build b/src/meson.build +index ff472c32..77089fc3 100644 +--- a/src/meson.build ++++ b/src/meson.build +@@ -721,7 +721,6 @@ test('test_mod', executable('test_mod', + 't/test_mod.c', + 't/test_mod_access.c', + 't/test_mod_alias.c', +- 't/test_mod_evasive.c', + 't/test_mod_evhost.c', + 't/test_mod_indexfile.c', + 't/test_mod_simple_vhost.c', +-- +2.39.0 + diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index 0f4379940ce4..fc84d9400749 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,14 +1,15 @@ # Template file for 'lighttpd' pkgname=lighttpd -version=1.4.67 +version=1.4.68 revision=1 build_style=meson -configure_args="-Dwith_brotli=false -Dwith_bzip=false - -Dwith_krb5=true -Dwith_ldap=true - -Dwith_libunwind=false -Dwith_lua=true - -Dwith_mysql=false -Dwith_openssl=true -Dwith_pcre2=true -Dwith_pgsql=false - -Dwith_sasl=false -Dwith_webdav_props=true -Dwith_webdav_locks=true - -Dwith_xattr=true -Dwith_zlib=true -Dwith_zstd=false -Dwith_dbi=false +configure_args="-Dwith_brotli=disabled -Dwith_bzip=disabled + -Dwith_krb5=enabled -Dwith_ldap=enabled + -Dwith_libunwind=disabled -Dwith_lua=true + -Dwith_mysql=disabled -Dwith_openssl=true -Dwith_pcre2=true + -Dwith_pgsql=disabled + -Dwith_sasl=disabled -Dwith_webdav_props=enabled -Dwith_webdav_locks=enabled + -Dwith_xattr=true -Dwith_zlib=enabled -Dwith_zstd=disabled -Dwith_dbi=disabled -Dmoduledir=lib/lighttpd/modules" hostmakedepends="pkg-config" makedepends=" @@ -19,7 +20,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=7e04d767f51a8d824b32e2483ef2950982920d427d1272ef4667f49d6f89f358 +checksum=e56f37ae52b63e1ada4d76ce78005affb6e56eea2f6bdb0ce17d6d36e9583384 conf_files="/etc/lighttpd/lighttpd.conf" system_accounts="_lighttpd"