uwsgi: add modular package superseeding uwsgi-cgi
authorPeter Stadler <redacted>
Wed, 28 Aug 2019 07:41:59 +0000 (09:41 +0200)
committerPeter Stadler <redacted>
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 <redacted>
14 files changed:
net/uwsgi-cgi/Makefile [deleted file]
net/uwsgi-cgi/patches/001-remove-unused-deps.patch [deleted file]
net/uwsgi/Makefile [new file with mode: 0644]
net/uwsgi/files-luci-support/luci-cgi_io.ini [moved from net/uwsgi-cgi/files-luci-support/luci-cgi_io.ini with 56% similarity]
net/uwsgi/files-luci-support/luci-webui.ini [moved from net/uwsgi-cgi/files-luci-support/luci-webui.ini with 58% similarity]
net/uwsgi/files/emperor.ini [moved from net/uwsgi-cgi/files/emperor.ini with 67% similarity]
net/uwsgi/files/uwsgi.init [moved from net/uwsgi-cgi/files/uwsgi.init with 90% similarity]
net/uwsgi/patches/001-dont-hardcode-zlib.patch [moved from net/uwsgi-cgi/patches/002-dont-hardcode-zlib.patch with 100% similarity]
net/uwsgi/patches/002-dont-override-toolchain-optimization.patch [moved from net/uwsgi-cgi/patches/003-dont-override-toolchain-optimization.patch with 100% similarity]
net/uwsgi/patches/003-hard-code-Linux-as-compilation-os.patch [moved from net/uwsgi-cgi/patches/004-hard-code-Linux-as-compilation-os.patch with 85% similarity]
net/uwsgi/patches/010-uclibc-ng.patch [moved from net/uwsgi-cgi/patches/010-uclibc-ng.patch with 100% similarity]
net/uwsgi/patches/020-uwsgiconfig-system-python3.patch [moved from net/uwsgi-cgi/patches/020-uwsgiconfig-system-python3.patch with 100% similarity]
net/uwsgi/patches/030-plugins-cgi_adds_dontresolve_option.patch [moved from net/uwsgi-cgi/patches/030-plugins-cgi_adds_dontresolve_option.patch with 100% similarity]
net/uwsgi/src/buildconf/openwrt.ini [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT