[OE-core] [PATCH 3/3] lighttpd: modernize lighttpd.conf

2023-10-20 Thread Glenn Strauss
From: Glenn Strauss - remove obsolete modules - replace mod_compress directives with mod_deflate - do not enable debug.log-request-handling by default (should not be enabled *by default* on any production system, especially not an embedded system) - update TLS syntax for modern recommended

[OE-core] [PATCH 1/3] lighttpd: upgrade 1.4.71 -> 1.4.72

2023-10-20 Thread Glenn Strauss
From: Glenn Strauss Signed-off-by: Glenn Strauss --- .../lighttpd/{lighttpd_1.4.71.bb => lighttpd_1.4.72.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.71.bb => lighttpd_1.4.72.bb} (97%) diff --git a/meta/r

[OE-core] [PATCH 2/3] lighttpd: update init script

2023-10-20 Thread Glenn Strauss
From: Glenn Strauss - add configtest option - add configtest before starting, restart, reload, force-reload - change reload,force-reload to use lighttpd graceful restart via kill signal USR1 Signed-off-by: Glenn Strauss --- .../lighttpd/lighttpd/lighttpd| 19

[OE-core] [PATCH 0/3] lighttpd-1.4.72

2023-10-20 Thread Glenn Strauss
From: Glenn Strauss Glenn Strauss (3): lighttpd: upgrade 1.4.71 -> 1.4.72 lighttpd: update init script lighttpd: modernize lighttpd.conf .../lighttpd/lighttpd/lighttpd| 19 +- .../lighttpd/lighttpd/lighttpd.conf |