Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/uwsgi: upgrade to 2.0.15 | Natanael Copa | 2017-06-12 | 1 | -3/+3 |
| | |||||
* | main/uwsgi: fix depends for plugins with requirements | Jakub Jirutka | 2017-05-11 | 1 | -1/+14 |
| | |||||
* | main/uwsgi: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/uwsgi: fix permissions of log and socket dir | Natanael Copa | 2017-04-11 | 2 | -16/+6 |
| | | | | | | | enable group write permissions to socket dir and to log dir so clidren have the permissions to create sockets and logfiles create the log directory from apk | ||||
* | main/uwsgi: enable jansson support | Tom Marks | 2017-03-12 | 1 | -1/+2 |
| | | | | | | | | | Enables --json option during compilation time. Adds build dependency jansson-dev and install dependency jansson. Compalation with jansson-dev enables the --json option. Please see uwsgi docs: http://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#json-files | ||||
* | main/uwsgi: fix config files perms, explicitly set perms for all | Jakub Jirutka | 2017-02-22 | 1 | -6/+6 |
| | | | | | /etc/uwgi/uwsgi.ini and /etc/uwsgi/conf.d/readme.emperor had executable bit. | ||||
* | main/uwsgi: rebuild against new version of python3 | Łukasz Jendrysik | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | [various] rename python executable in APKBUILDs to python2 | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/uwsgi: remove parsing of uwsgi_* vars from runscript | Jakub Jirutka | 2016-10-25 | 2 | -14/+8 |
| | | | | | | Uwsgi options are unfortunately order-dependent, but `set` returns variables in unspecified order. This causes more troubles than good, so I've replaced it with single uwsgi_opts variable. | ||||
* | main/uwsgi: rewrite runscript, allow to run multiple masters | Jakub Jirutka | 2016-10-12 | 2 | -12/+86 |
| | |||||
* | main/uwsgi: rebuild against libressl | Jakub Jirutka | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | main/uwsgi: upgrade to 2.0.14 | Natanael Copa | 2016-10-03 | 1 | -5/+5 |
| | |||||
* | main/uwsgi: fix install uwsgi.ini bug | Natanael Copa | 2016-09-26 | 1 | -2/+2 |
| | |||||
* | main/uwsgi: add more plugins and support for Python 3 | Jakub Jirutka | 2016-07-18 | 1 | -13/+128 |
| | |||||
* | main/uwsgi: improve abuild | Jakub Jirutka | 2016-07-18 | 1 | -26/+25 |
| | |||||
* | main/uwsgi: fix init | Carlo Landmeter | 2016-06-13 | 4 | -17/+20 |
| | |||||
* | main/uwsgi: refactor init and cleanup | Carlo Landmeter | 2016-06-13 | 12 | -450/+57 |
| | | | | | | | | | | * remove extraneous patches * run uwsgi with its own user/group * add support for POSIX Capabilities (libcap) * simplify init with emperor mode * set base emperor config /etc/uwsgi/uwsgi.ini * set emperor dir to /etc/uwsgi/conf.d * put pid and socket into /run/uwsgi (created by init) | ||||
* | /main/uwsgi: fixed initd tu run with openrc-run rather than runscript | Francesco Colista | 2016-06-10 | 2 | -5/+5 |
| | |||||
* | main/uwsgi: upgrade to 2.0.13.1 | Natanael Copa | 2016-06-03 | 1 | -4/+4 |
| | |||||
* | main/uwsgi: upgrade to 2.0.13 | Natanael Copa | 2016-05-16 | 1 | -31/+7 |
| | |||||
* | main/uwsgi: upgrate to 2.0.12 | Francesco Colista | 2016-03-29 | 1 | -5/+5 |
| | |||||
* | main/uwsgi: set default plugin_dir | Jakub Jirutka | 2016-03-29 | 3 | -3/+52 |
| | | | | | | | | | | Default value of plugin_dir is . (current working directory). This is bad, because plugins can't be loaded using simple name (e.g. uwsgi --plugin python) and absolute path must be used instead. It also breaks some applications that use uwsgi wrappers which expects this variable to be set correctly. The patch is backported from https://github.com/unbit/uwsgi/pull/1217. | ||||
* | main/uwsgi: disable python3 plugin | Bartłomiej Piotrowski | 2015-10-16 | 1 | -6/+3 |
| | | | | To say that our python3 support is bad would be an understatement… | ||||
* | main/uwsgi: upgrade to 2.0.11.2 | Łukasz Jendrysik | 2015-10-16 | 1 | -4/+5 |
| | |||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -1/+1 |
| | | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license | ||||
* | main/uwsgi: upgrade to 2.0.11.1 | Natanael Copa | 2015-07-27 | 1 | -5/+5 |
| | |||||
* | main/uwsgi: enable cgi plugin | Natanael Copa | 2015-07-27 | 1 | -2/+2 |
| | |||||
* | testing/uwsgi: move to main | Bartłomiej Piotrowski | 2015-05-02 | 2 | -7/+10 |
| | |||||
* | main/uwsgi: upgrade to 2.0.10 | Natanael Copa | 2015-04-30 | 1 | -5/+5 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/uwsgi: use paxmark | Timo Teräs | 2015-04-08 | 1 | -3/+3 |
| | |||||
* | main/uwsgi: upgrade to 2.0.9 | Natanael Copa | 2015-01-14 | 1 | -4/+4 |
| | |||||
* | main/uwsgi: upgrade to 2.0.8 | Natanael Copa | 2014-11-28 | 1 | -4/+4 |
| | |||||
* | main/uwsgi: upgrade to 2.0.7 | Natanael Copa | 2014-09-30 | 1 | -4/+4 |
| | |||||
* | main/uwsgi: upgrade to 2.0.6 | Natanael Copa | 2014-07-14 | 1 | -4/+4 |
| | |||||
* | main/uwsgi: upgrade to 2.0.5.1 | Natanael Copa | 2014-07-10 | 1 | -5/+5 |
| | |||||
* | main/uwsgi: add missing file | William Pitcock | 2014-05-15 | 1 | -0/+12 |
| | |||||
* | main/uwsgi: fix locking on musl | William Pitcock | 2014-05-15 | 1 | -4/+8 |
| | |||||
* | main/uwsgi: upgrade to 2.0.4 | Natanael Copa | 2014-04-29 | 1 | -5/+5 |
| | |||||
* | main/uwsgi: depend on mailcap (for MIME type database) | Kaarle Ritvanen | 2014-04-04 | 1 | -1/+2 |
| | |||||
* | main/uwsgi: remove upstreamed patches | Kaarle Ritvanen | 2014-04-04 | 5 | -396/+0 |
| | |||||
* | main/uwsgi: upgrade to 2.0.3 | Natanael Copa | 2014-03-27 | 1 | -5/+5 |
| | |||||
* | main/uwsgi: moved from testing | Natanael Copa | 2014-03-25 | 13 | -0/+891 |