lighttpd: include mod_h2 in base package
authorGlenn Strauss <gstrauss@gluelogic.com>
Thu, 11 May 2023 00:52:05 +0000 (20:52 -0400)
committerRosen Penev <rosenp@gmail.com>
Sat, 13 May 2023 12:56:13 +0000 (15:56 +0300)
commitf4152fccadc021b016b341526ddf83ddcf593ca1
tree3e8831f84b32a259bd1cdfc3b9d077e5c65a7d83
parenta171b6a28c16bc927ee7abfc31acbbac183e39e7
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>
net/lighttpd/Makefile
net/lighttpd/patches/030-mod_h2-HTTP-2-separate-mod.patch [new file with mode: 0644]