lighttpd: include mod_h2 in base package
authorGlenn Strauss <gstrauss@gluelogic.com>
Thu, 11 May 2023 00:52:05 +0000 (20:52 -0400)
committerTianling Shen <cnsztl@gmail.com>
Mon, 15 May 2023 10:12:03 +0000 (18:12 +0800)
commit526b9d98802008ce7db8e20ca927a4912a58ca35
treea81799d20a2d186f0bd2282f54f96e0eed944e59
parent61bc2c5572a83d8cb056523b60acdf9948b2d824
lighttpd: include mod_h2 in base package

The next version of lighttpd will move HTTP/2 support from the lighttpd
base executable into a separate module: mod_h2

Include patch to do so now, and update packaging to handle it.

HTTP/2 support is enabled by default since lighttpd 1.4.59, but if
HTTP/2 support is explicitly disabled in the configuration, then mod_h2
will not be loaded, thereby reducing lighttpd memory use.

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
(cherry picked from commit f4152fccadc021b016b341526ddf83ddcf593ca1)
net/lighttpd/Makefile
net/lighttpd/patches/030-mod_h2-HTTP-2-separate-mod.patch [new file with mode: 0644]