aboutsummaryrefslogtreecommitdiffstats
path: root/main/uwsgi
Commit message (Collapse)AuthorAgeFilesLines
* main/uwsgi: security upgrade to 2.0.17 (CVE-2018-6758,CVE-2018-7490)Natanael Copa2018-03-271-3/+5
| | | | fixes #8734
* main/uwsgi: security upgrade to 2.0.16 (CVE-2018-6758)Leonardo Arena2018-02-151-3/+8
|
* main/uwsgi: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/uwsgi: upgrade to 2.0.15Natanael Copa2017-06-121-3/+3
|
* main/uwsgi: fix depends for plugins with requirementsJakub Jirutka2017-05-111-1/+14
|
* main/uwsgi: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/uwsgi: fix permissions of log and socket dirNatanael Copa2017-04-112-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 supportTom Marks2017-03-121-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 allJakub Jirutka2017-02-221-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 Jendrysik2017-02-181-1/+1
|
* [various] rename python executable in APKBUILDs to python2Jakub Jirutka2016-10-261-1/+1
|
* [various] rename dependency python-dev to python2-devJakub Jirutka2016-10-261-1/+1
|
* main/uwsgi: remove parsing of uwsgi_* vars from runscriptJakub Jirutka2016-10-252-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 mastersJakub Jirutka2016-10-122-12/+86
|
* main/uwsgi: rebuild against libresslJakub Jirutka2016-10-111-1/+1
|
* main/uwsgi: upgrade to 2.0.14Natanael Copa2016-10-031-5/+5
|
* main/uwsgi: fix install uwsgi.ini bugNatanael Copa2016-09-261-2/+2
|
* main/uwsgi: add more plugins and support for Python 3Jakub Jirutka2016-07-181-13/+128
|
* main/uwsgi: improve abuildJakub Jirutka2016-07-181-26/+25
|
* main/uwsgi: fix initCarlo Landmeter2016-06-134-17/+20
|
* main/uwsgi: refactor init and cleanupCarlo Landmeter2016-06-1312-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 runscriptFrancesco Colista2016-06-102-5/+5
|
* main/uwsgi: upgrade to 2.0.13.1Natanael Copa2016-06-031-4/+4
|
* main/uwsgi: upgrade to 2.0.13Natanael Copa2016-05-161-31/+7
|
* main/uwsgi: upgrate to 2.0.12Francesco Colista2016-03-291-5/+5
|
* main/uwsgi: set default plugin_dirJakub Jirutka2016-03-293-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 pluginBartłomiej Piotrowski2015-10-161-6/+3
| | | | To say that our python3 support is bad would be an understatement…
* main/uwsgi: upgrade to 2.0.11.2Łukasz Jendrysik2015-10-161-4/+5
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-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.1Natanael Copa2015-07-271-5/+5
|
* main/uwsgi: enable cgi pluginNatanael Copa2015-07-271-2/+2
|
* testing/uwsgi: move to mainBartłomiej Piotrowski2015-05-022-7/+10
|
* main/uwsgi: upgrade to 2.0.10Natanael Copa2015-04-301-5/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/uwsgi: use paxmarkTimo Teräs2015-04-081-3/+3
|
* main/uwsgi: upgrade to 2.0.9Natanael Copa2015-01-141-4/+4
|
* main/uwsgi: upgrade to 2.0.8Natanael Copa2014-11-281-4/+4
|
* main/uwsgi: upgrade to 2.0.7Natanael Copa2014-09-301-4/+4
|
* main/uwsgi: upgrade to 2.0.6Natanael Copa2014-07-141-4/+4
|
* main/uwsgi: upgrade to 2.0.5.1Natanael Copa2014-07-101-5/+5
|
* main/uwsgi: add missing fileWilliam Pitcock2014-05-151-0/+12
|
* main/uwsgi: fix locking on muslWilliam Pitcock2014-05-151-4/+8
|
* main/uwsgi: upgrade to 2.0.4Natanael Copa2014-04-291-5/+5
|
* main/uwsgi: depend on mailcap (for MIME type database)Kaarle Ritvanen2014-04-041-1/+2
|
* main/uwsgi: remove upstreamed patchesKaarle Ritvanen2014-04-045-396/+0
|
* main/uwsgi: upgrade to 2.0.3Natanael Copa2014-03-271-5/+5
|
* main/uwsgi: moved from testingNatanael Copa2014-03-2513-0/+891