aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx
Commit message (Collapse)AuthorAgeFilesLines
* main/nginx: add new module http-redis2Jakub Jirutka2017-05-091-0/+3
|
* main/nginx: add new module http-lua-upstreamJakub Jirutka2017-05-091-0/+4
|
* main/nginx: add new module http-set-miscJakub Jirutka2017-05-091-8/+12
| | | | This will be needed to run Lua module tests.
* main/nginx: remove archaic charset mapsJakub Jirutka2017-05-091-1/+4
|
* main/nginx: DRY abuildJakub Jirutka2017-04-281-98/+58
|
* main/nginx: move /var/lib/nginx/tmp to /var/tmp/nginxJakub Jirutka2017-04-281-7/+8
|
* main/nginx: disable test that requires special privilegesJakub Jirutka2017-04-281-0/+3
|
* testing/perl-test-nginx: new aportJakub Jirutka2017-04-281-6/+6
| | | | | https://github.com/openresty/test-nginx Data-driven test scaffold for Nginx C module and Nginx/OpenResty-based libraries and applications
* main/nginx: upgrade to 1.12.0Jakub Jirutka2017-04-285-56/+490
| | | | | | | | Upgraded modules: * lua-nginx-module to 0.10.8 * nchan to 1.1.4 * nginx-rtmp-module to 1.1.11
* main/nginx: add uwsgi-python to checkdependsJakub Jirutka2017-04-191-1/+1
| | | | To run uwsgi tests.
* main/nginx: run nginx-tests in check phaseJakub Jirutka2017-04-191-28/+14
|
* main/nginx: add _url variable for all modulesJakub Jirutka2017-04-191-8/+16
| | | | | To be easier to get on homepage of the module, and so make @ncopa happier. :)
* main/nginx: take maintainershipJakub Jirutka2017-04-191-1/+1
| | | | See https://lists.alpinelinux.org/alpine-devel/5640.html
* main/nginx: clean the mess with luajit conditionJakub Jirutka2017-03-301-3/+8
|
* main/nginx: fix string comparisonLeonardo Arena2017-03-301-2/+2
|
* main/nginx: luajit is not avail on ppc64leLeonardo Arena2017-03-301-2/+2
|
* main/nginx: add "stable version" to pkgdescJakub Jirutka2017-03-291-2/+2
|
* main/nginx: force rebuild nginx pkg. Fixes #7039Leonardo Arena2017-03-231-1/+1
|
* Revert "main/nginx: add all modules from testing/nginx-naxsi"Leonardo Arena2017-03-175-218/+203
| | | | This reverts commit e07695e1581744e63bd459f7fa827f51c4d8dbf7.
* main/nginx: add all modules from testing/nginx-naxsiValery Kartel2017-03-175-203/+218
| | | | | | | | | | | | - added modules: naxsi, cache_purge, upstream-fair, sysguard - remade dynamic modules definition - upgrade modules nchan to 1.1.2 rtmp to 1.1.11 naxsi to 0.55.3 - add checkconfig to init script - cleaned and improved APKBUILD
* main/nginx: s390x does not support LuaJIT yet thus fallback to Lua5.1Tuan M. Hoang2017-02-231-1/+2
|
* main/nginx: upgrade to 1.10.3Valery Kartel2017-02-011-17/+17
| | | | | | | -- nchan-module: upgrade to 1.1.0 lua-module: upgrade to 0.10.7 headers-more-module: upgrade to 0.32
* main/nginx: enable http_realip_moduleBrandon Davidson2016-12-271-1/+2
| | | | | | | fixes #5712 needed to properly track original client IP through multiple layers of proxies/load-balancers.
* main/[various]: set proper archTimo Teräs2016-11-011-1/+1
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/nginx: update mod-http-nchan to 1.0.4Jakub Jirutka2016-10-301-4/+4
|
* main/nginx: update to 1.10.2 (stable)Jakub Jirutka2016-10-301-5/+5
|
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-1/+0
|
* main/nginx: rebuild against libresslJakub Jirutka2016-10-111-1/+1
|
* main/nginx: rebuild against libresslNatanael Copa2016-10-101-1/+1
|
* main/nginx: update modulesJakub Jirutka2016-10-101-20/+20
|
* main/nginx: add subpackage -mod-http-nchanJakub Jirutka2016-10-101-1/+12
|
* main/nginx: fix lua module on grsec, add $replaces and $providesJakub Jirutka2016-08-241-3/+11
|
* main/nginx: help configure script to find luajit-2.1Jakub Jirutka2016-08-151-2/+4
|
* main/nginx: add better default configsJakub Jirutka2016-08-153-6/+120
|
* main/nginx: add some 3rd party dynamic modulesJakub Jirutka2016-08-151-1/+43
| | | | http_echo, http_headers_more, http_upload_progress, http_fancyindex
* main/nginx: use dynamic modules where possible, add new subpackagesJakub Jirutka2016-08-153-57/+88
| | | | | Naming scheme for submodule subpackages is the same as Fedora and Debian uses.
* main/nginx: some cosmetic changesJakub Jirutka2016-08-151-59/+65
| | | | | | | | | | Just prepare for upcoming changes to make it more clear. Reorder compile options to be in the same order as in ./configure --help (and also Fedora package and others) to make it easier locate what is omitted. Directory /etc/default.d is useless on Alpine, so removed.
* main/nginx: bump lua mod to 0.10.5, devkit to 0.3.0Bartłomiej Piotrowski2016-06-201-33/+45
| | | | | | Switch to $builddir, make use of default prepare(), add some new lines and break too long ones for better readability. Sync configure flags with these used by upstream in Dockerfile.
* main/nginx: fix collision with deprecated package "nginx-initscripts"Valery Kartel2016-06-031-1/+2
| | | | ref #5671
* main/nginx: upgrade to 1.10.1 (CVE-2016-4450)Bartłomiej Piotrowski2016-05-311-4/+4
|
* main/nginx: upgrade to 1.10.0Francesco Colista2016-05-031-5/+5
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Reorder options passed to adduser in scripts: make -S first.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | It's only for consistency and to ease spotting lack of it.
* main/nginx: upgrade to 1.9.14Amin Cheloh2016-04-181-8/+8
| | | | Also upgrade lua-nginx-module to 0.10.3
* main/nginx: upgrade to 1.9.11Leonardo Arena2016-02-161-11/+11
|
* main/nginx: completely rewritten, all nginx-* packages are assembled in this oneValery Kartel2016-02-104-58/+198
| | | | | | | | | | | - nginx-common - config-files, init-scripts and common data - nginx - binary without external modules - nginx-rtmp - binary with rtmp module - nginx-lua - binary with rtmp and lua modules - init-script cleaned up to be more openrc-run'ed - logrotate cleaned up to use new init-script Packages main/nginx-initscripts and main/nginx-lua no longer needed.
* main/nginx: security upgrade to 1.8.1Natanael Copa2016-01-271-5/+5
| | | | | | CVE-2016-0742 CVE-2016-0746 CVE-2016-0747
* main/nginx-initscripts: move initscripts to shared packageNatanael Copa2015-09-054-97/+7
| | | | Share the openrc initscript for the different nginx builds.
* main/nginx: lowercase license nameSören Tempel2015-09-051-1/+1
|