uwsgi: add modular package superseeding uwsgi-cgi
authorPeter Stadler <peter.stadler@student.uibk.ac.at>
Wed, 28 Aug 2019 07:41:59 +0000 (09:41 +0200)
committerPeter Stadler <peter.stadler@student.uibk.ac.at>
Wed, 1 Jan 2020 17:28:01 +0000 (18:28 +0100)
commit96d1910d81ec30e6dee2a0b77867b0b9c6b83367
tree82a29a1d3b5a82be21be16c257b5dacfa8c1190f
parent6990e2a1e5ca0435df4796740a549dd0c91e4e56
uwsgi: add modular package superseeding uwsgi-cgi

Provide the minimal applications and plugins for: cgi, filelog, syslog and
python3. More plugins can be added if needed by other packages. Autostart
uwsgi in emperor mode loading vassals on demand.

For now, include luci-support (maybe it will be moved to another package),
which uses the syslog plugin by default.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
24 files changed:
net/uwsgi-cgi/Makefile [deleted file]
net/uwsgi-cgi/files-luci-support/luci-cgi_io.ini [deleted file]
net/uwsgi-cgi/files-luci-support/luci-webui.ini [deleted file]
net/uwsgi-cgi/files/emperor.ini [deleted file]
net/uwsgi-cgi/files/uwsgi.init [deleted file]
net/uwsgi-cgi/patches/001-remove-unused-deps.patch [deleted file]
net/uwsgi-cgi/patches/002-dont-hardcode-zlib.patch [deleted file]
net/uwsgi-cgi/patches/003-dont-override-toolchain-optimization.patch [deleted file]
net/uwsgi-cgi/patches/004-hard-code-Linux-as-compilation-os.patch [deleted file]
net/uwsgi-cgi/patches/010-uclibc-ng.patch [deleted file]
net/uwsgi-cgi/patches/020-uwsgiconfig-system-python3.patch [deleted file]
net/uwsgi-cgi/patches/030-plugins-cgi_adds_dontresolve_option.patch [deleted file]
net/uwsgi/Makefile [new file with mode: 0644]
net/uwsgi/files-luci-support/luci-cgi_io.ini [new file with mode: 0644]
net/uwsgi/files-luci-support/luci-webui.ini [new file with mode: 0644]
net/uwsgi/files/emperor.ini [new file with mode: 0644]
net/uwsgi/files/uwsgi.init [new file with mode: 0644]
net/uwsgi/patches/001-dont-hardcode-zlib.patch [new file with mode: 0644]
net/uwsgi/patches/002-dont-override-toolchain-optimization.patch [new file with mode: 0644]
net/uwsgi/patches/003-hard-code-Linux-as-compilation-os.patch [new file with mode: 0644]
net/uwsgi/patches/010-uclibc-ng.patch [new file with mode: 0644]
net/uwsgi/patches/020-uwsgiconfig-system-python3.patch [new file with mode: 0644]
net/uwsgi/patches/030-plugins-cgi_adds_dontresolve_option.patch [new file with mode: 0644]
net/uwsgi/src/buildconf/openwrt.ini [new file with mode: 0644]