aboutsummaryrefslogtreecommitdiff
path: root/net/lighttpd/patches
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-01-20 20:13:39 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-02-20 04:55:39 -0500
commitc5297aca299524a0a2e44a40eebc85f06133784d (patch)
tree24ee005c464e6a107adea61d00620de7a5baaac3 /net/lighttpd/patches
parented6fe528c1efc549891144967eefe51a73999511 (diff)
lighttpd: remove patch included upstream
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Diffstat (limited to 'net/lighttpd/patches')
-rw-r--r--net/lighttpd/patches/020-meson-tests.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/net/lighttpd/patches/020-meson-tests.patch b/net/lighttpd/patches/020-meson-tests.patch
deleted file mode 100644
index c7db6efa1..000000000
--- a/net/lighttpd/patches/020-meson-tests.patch
+++ /dev/null
@@ -1,19 +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(-)
-
---- 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',