lighttpd: patches from upstream 15505/head
authorGlenn Strauss <gstrauss@gluelogic.com>
Fri, 23 Apr 2021 23:06:27 +0000 (19:06 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Sat, 24 Apr 2021 02:12:59 +0000 (22:12 -0400)
commit52f85a0e1fd885d5bf9cbb6de74a146aa0d6c843
tree3ff6e3fe724f8b61e195bbe8dc6af70d9d1af33f
parent15b4d854249378ab8c764912815fcd6102d61eb9
lighttpd: patches from upstream

- ignore Content-Length from backend if 101 Switching Protocols
- close HTTP/2 connection after bad password
- skip cert chain build for self-issued certs
- meson zstd fix
- ls-hpack upstream update
- discard some HTTP/2 DATA frames received after response

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
net/lighttpd/Makefile
net/lighttpd/files/lighttpd.conf
net/lighttpd/patches/030-101-upgrade-w-content-length.patch [new file with mode: 0644]
net/lighttpd/patches/040-mod_auth-close-http2-after-bad-pass.patch [new file with mode: 0644]
net/lighttpd/patches/050-openssl-skip-chain-build-self-issued.patch [new file with mode: 0644]
net/lighttpd/patches/060-meson-zstd.patch [new file with mode: 0644]
net/lighttpd/patches/070-ls-hpack-update.patch [new file with mode: 0644]
net/lighttpd/patches/080-http2-data-after-response.patch [new file with mode: 0644]