lighttpd: update to 1.4.69
This commit is contained in:
parent
4639dbfa31
commit
db542190fd
2 changed files with 2 additions and 26 deletions
|
@ -1,24 +0,0 @@
|
||||||
From d809433d6d900e899f796606b11bdc6a73413ac5 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Glenn Strauss <gstrauss@gluelogic.com>
|
|
||||||
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
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lighttpd'
|
# Template file for 'lighttpd'
|
||||||
pkgname=lighttpd
|
pkgname=lighttpd
|
||||||
version=1.4.68
|
version=1.4.69
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_brotli=disabled -Dwith_bzip=disabled
|
configure_args="-Dwith_brotli=disabled -Dwith_bzip=disabled
|
||||||
|
@ -20,7 +20,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://lighttpd.net"
|
homepage="https://lighttpd.net"
|
||||||
distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
distfiles="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${version}.tar.xz"
|
||||||
checksum=e56f37ae52b63e1ada4d76ce78005affb6e56eea2f6bdb0ce17d6d36e9583384
|
checksum=16ac8db95e719629ba61949b99f8a26feba946a81d185215b28379bb4116b0b4
|
||||||
|
|
||||||
conf_files="/etc/lighttpd/lighttpd.conf"
|
conf_files="/etc/lighttpd/lighttpd.conf"
|
||||||
system_accounts="_lighttpd"
|
system_accounts="_lighttpd"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue