aboutsummaryrefslogtreecommitdiff
path: root/net/lighttpd/patches
Commit message (Collapse)AuthorAge
* lighttpd: update to lighttpd 1.4.74 release hashGlenn Strauss2024-02-23
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: update to lighttpd 1.4.72 release hashGlenn Strauss2023-10-08
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: update to lighttpd 1.4.71 release hashGlenn Strauss2023-05-28
| | | | | | remove patches included upstream Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: include mod_h2 in base packageGlenn Strauss2023-05-13
| | | | | | | | | | | | | 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>
* lighttpd: update to lighttpd 1.4.70 release hashGlenn Strauss2023-05-13
| | | | | | remove patches included upstream Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: build fixesGlenn Strauss2023-05-01
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: remove patch included upstreamGlenn Strauss2023-02-20
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: add lighttpd-mod-webdav_min packageGlenn Strauss2023-02-20
| | | | | | | | | | | add lighttpd-mod-webdav_min package alternative to lighttpd-mod-webdav lighttpd-mod-webdav_min is more minimal than full lighttpd-mod-webdav. lighttpd-mod-webdav_min does not support PROPPATCH, LOCK, UNLOCK, and by not supporting those methods, removes dependencies on libxml2, libsqlite3, and libuuid. Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: fix meson buildGlenn Strauss2023-01-03
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: remove patch included upstreamGlenn Strauss2023-01-03
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: backport patch to fix dummy Sec-WebSocket-KeyJosef Schlehofer2022-10-25
| | | | | | It was requested in https://gitlab.nic.cz/turris/os/packages/-/issues/873 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* lighttpd: update to lighttpd 1.4.65 release hashGlenn Strauss2022-06-09
| | | | | | | * update to lighttpd 1.4.65 release hash * specify lua version w/ -Dlua_version=lua to avoid patching meson.build Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: update to lighttpd 1.4.64 release hashGlenn Strauss2022-01-20
| | | | | | remove long-deprecated modules Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: update to lighttpd 1.4.61 release hashGlenn Strauss2021-10-30
| | | | | | also remove patches incorporated upstream into lighttpd 1.4.61 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: update to lighttpd 1.4.60 release hashGlenn Strauss2021-10-04
| | | | | | also remove patches incorporated upstream into lighttpd 1.4.60 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: patches from upstreamGlenn Strauss2021-04-23
| | | | | | | | | | | - 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>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* lighttpd: update to lighttpd 1.4.59 release hashGlenn Strauss2021-02-03
| | | | | | | update to lighttpd 1.4.59 release hash add new base module mod_ajp13 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: update to lighttpd 1.4.57 release hashGlenn Strauss2020-12-17
| | | | | | | * update to lighttpd 1.4.57 release hash * remove patches incorporated upstream Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: wolfssl complex preproc logic for SNIGlenn Strauss2020-12-06
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: wolfssl TLS compat module detectionGlenn Strauss2020-12-05
| | | | | | | | | | x-ref: "[lighttpd] -mod-wolfssl fails (requires dependency on -mod-openssl?)" https://github.com/openwrt/packages/issues/14139 github: closes #14139 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: meson.build linker fix for TLS modulesGlenn Strauss2020-12-03
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: build and bugfix patchesGlenn Strauss2020-12-01
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: remove patches incorporated upstreamGlenn Strauss2020-11-30
| | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* lighttpd: switch to mesonRosen Penev2020-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile and allows faster compilation with Ninja. Added patch to fix libmariadb dependency. Added extra modules. Speed Before: time make package/lighttpd/compile -j 12 Executed in 47.91 secs fish external usr time 41.83 secs 384.00 micros 41.83 secs sys time 10.79 secs 37.00 micros 10.79 secs Speed After: time make package/lighttpd/compile -j 12 Executed in 19.67 secs fish external usr time 42.79 secs 377.00 micros 42.79 secs sys time 8.56 secs 37.00 micros 8.56 secs Tested with fish shell. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lighttpd: update to 1.4.53W. Michael Petullo2019-03-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* lighttpd: Disable auto loading mod_authn_fileDavid Yang2019-02-01
| | | | | | which never works on OpenWrt Signed-off-by: David Yang <mmyangfl@gmail.com>
* lighttpd: Fix Compilation with OpenSSL 1.1.xRosen Penev2018-11-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lighttpd: update to 1.4.48Philip Prindeville2017-12-16
| | | | | | | All of the bugs for which we had patches have been fixed upstream in 1.4.46, so the patches can be dropped. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* lighttpd: backport more mod_cgi fixes queued for 1.4.46Rafał Miłecki2017-06-29
| | | | | | | | | | | | | | | | | | | The most important change is local redirects being disabled by default. There is an option called cgi.local-redir that allows enabling this optimization manually back if needed. Local redirects were initially introduced in 1.4.40 but caused many problems for *some* web services. One of problems is breaking Post/Redirect/Get design pattern. With redirects handled on server side there is no browser redirection making it "lose" the POST data. Another possible issue are HTML forms with action="". With CGI local redirects browser may be sending form data to the wrong URL (the one that was supposed to redirect the browser). Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* lighttpd: fix regression in local-redir used with url.rewrite-onceRafał Miłecki2017-02-23
| | | | | | | | | This fixes upstream regression introduced in 1.4.40. It was reported & debugged in https://redmine.lighttpd.net/issues/2793 This fix is queued for 1.4.46 in the personal/gstrauss/master upstream branch. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* lighttpd: update to 1.4.37W. Michael Petullo2015-09-20
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* lighttpd: backport a fix for running out of filedescriptorsRafał Miłecki2015-08-19
It was breaking uploads of files 4 MiB+. This patch fixes: https://github.com/openwrt/packages/issues/1658 Signed-off-by: Rafał Miłecki <zajec5@gmail.com>