diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-13 10:37:54 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-15 10:21:34 +0000 |
| commit | 7edabcd0b52071bf3b75aac746505e423d42a29c (patch) | |
| tree | 275b76bb5dae11001e2b4328a4118e09e4395448 /meta/recipes-extended/lighttpd | |
| parent | b2a1c6b8e4cae37a02342aa8aaf20bf8b0b4d647 (diff) | |
| download | poky-7edabcd0b52071bf3b75aac746505e423d42a29c.tar.gz | |
lighttpd: upgrade 1.4.68 -> 1.4.69
fix-missing-test.patch
removed since it's included in new verion.
(From OE-Core rev: b88ffd2c41d99099d444e9a05b6d1b84090160a0)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lighttpd')
| -rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch | 23 | ||||
| -rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb) | 3 |
2 files changed, 1 insertions, 25 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch b/meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch deleted file mode 100644 index 6aa843b75d..0000000000 --- a/meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From d809433d6d900e899f796606b11bdc6a73413ac5 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Glenn Strauss <gstrauss@gluelogic.com> | ||
| 3 | Date: Tue, 3 Jan 2023 17:50:16 -0500 | ||
| 4 | Subject: [PATCH] [meson] remove t/test_mod_evasive.c | ||
| 5 | |||
| 6 | Upstream-Status: Backport [https://github.com/lighttpd/lighttpd1.4/commit/d809433d6d900e899f796606b11bdc6a73413ac5] | ||
| 7 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
| 8 | --- | ||
| 9 | src/meson.build | 1 - | ||
| 10 | 1 file changed, 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/src/meson.build b/src/meson.build | ||
| 13 | index ff472c320..77089fc3c 100644 | ||
| 14 | --- a/src/meson.build | ||
| 15 | +++ b/src/meson.build | ||
| 16 | @@ -721,7 +721,6 @@ test('test_mod', executable('test_mod', | ||
| 17 | 't/test_mod.c', | ||
| 18 | 't/test_mod_access.c', | ||
| 19 | 't/test_mod_alias.c', | ||
| 20 | - 't/test_mod_evasive.c', | ||
| 21 | 't/test_mod_evhost.c', | ||
| 22 | 't/test_mod_indexfile.c', | ||
| 23 | 't/test_mod_simple_vhost.c', | ||
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb index a9163f8492..8570d85f5e 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.68.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb | |||
| @@ -17,10 +17,9 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
| 17 | file://index.html.lighttpd \ | 17 | file://index.html.lighttpd \ |
| 18 | file://lighttpd.conf \ | 18 | file://lighttpd.conf \ |
| 19 | file://lighttpd \ | 19 | file://lighttpd \ |
| 20 | file://fix-missing-test.patch \ | ||
| 21 | " | 20 | " |
| 22 | 21 | ||
| 23 | SRC_URI[sha256sum] = "e56f37ae52b63e1ada4d76ce78005affb6e56eea2f6bdb0ce17d6d36e9583384" | 22 | SRC_URI[sha256sum] = "16ac8db95e719629ba61949b99f8a26feba946a81d185215b28379bb4116b0b4" |
| 24 | 23 | ||
| 25 | DEPENDS = "virtual/crypt" | 24 | DEPENDS = "virtual/crypt" |
| 26 | 25 | ||
