diff options
author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-06-08 11:53:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-09 13:55:20 +0100 |
commit | 5be5b6ee21baa32e35fd9a9d1e093edfa32f1a7f (patch) | |
tree | 08febf7802d0fb58615518d922ff0bfdfac3b747 /meta/recipes-extended | |
parent | 00f3d5806456f3814eb909eb96a85ceeeaba01e5 (diff) | |
download | poky-5be5b6ee21baa32e35fd9a9d1e093edfa32f1a7f.tar.gz |
lighttpd: upgrade 1.4.69 -> 1.4.71
lighttpd 1.4.70 omits building separate (unused) modules for:
mod_access mod_alias mod_evhost mod_expire mod_fastcgi mod_indexfile
mod_redirect mod_rewrite mod_scgi mod_setenv mod_simple_vhost mod_staticfile
https://www.lighttpd.net/2023/5/10/1.4.70/
Therefore, the lighttpd-module-indexfile, lighttpd-module-staticfile and
lighttpd-module-access no longer exist and must be removed from
RDEPENDS and RRECOMMENDS.
lighttpd 1.4.71 split out the http/2 support into optional separate
module (mod_h2). By default the mod_h2 is not enabled.
https://www.lighttpd.net/2023/5/27/1.4.71/
(From OE-Core rev: ae40fb21a0f85ce02fc137c6e3cce2a90778d75f)
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.71.bb (renamed from meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.71.bb index 8570d85f5e..3959f88b98 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.69.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.71.bb | |||
@@ -7,11 +7,8 @@ LICENSE = "BSD-3-Clause" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" |
8 | 8 | ||
9 | SECTION = "net" | 9 | SECTION = "net" |
10 | RDEPENDS:${PN} = "lighttpd-module-dirlisting \ | 10 | RDEPENDS:${PN} = "lighttpd-module-dirlisting" |
11 | lighttpd-module-indexfile \ | 11 | RRECOMMENDS:${PN} = "lighttpd-module-accesslog" |
12 | lighttpd-module-staticfile" | ||
13 | RRECOMMENDS:${PN} = "lighttpd-module-access \ | ||
14 | lighttpd-module-accesslog" | ||
15 | 12 | ||
16 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ | 13 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ |
17 | file://index.html.lighttpd \ | 14 | file://index.html.lighttpd \ |
@@ -19,7 +16,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
19 | file://lighttpd \ | 16 | file://lighttpd \ |
20 | " | 17 | " |
21 | 18 | ||
22 | SRC_URI[sha256sum] = "16ac8db95e719629ba61949b99f8a26feba946a81d185215b28379bb4116b0b4" | 19 | SRC_URI[sha256sum] = "b8b6915da20396fdc354df3324d5e440169b2e5ea7859e3a775213841325afac" |
23 | 20 | ||
24 | DEPENDS = "virtual/crypt" | 21 | DEPENDS = "virtual/crypt" |
25 | 22 | ||