Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/nginx: add _url variable for all modules | Jakub Jirutka | 2017-04-19 | 1 | -8/+16 | |
| | | | | | To be easier to get on homepage of the module, and so make @ncopa happier. :) | |||||
* | main/nginx: take maintainership | Jakub Jirutka | 2017-04-19 | 1 | -1/+1 | |
| | | | | See https://lists.alpinelinux.org/alpine-devel/5640.html | |||||
* | main/nginx: clean the mess with luajit condition | Jakub Jirutka | 2017-03-30 | 1 | -3/+8 | |
| | ||||||
* | main/nginx: fix string comparison | Leonardo Arena | 2017-03-30 | 1 | -2/+2 | |
| | ||||||
* | main/nginx: luajit is not avail on ppc64le | Leonardo Arena | 2017-03-30 | 1 | -2/+2 | |
| | ||||||
* | main/nginx: add "stable version" to pkgdesc | Jakub Jirutka | 2017-03-29 | 1 | -2/+2 | |
| | ||||||
* | main/nginx: force rebuild nginx pkg. Fixes #7039 | Leonardo Arena | 2017-03-23 | 1 | -1/+1 | |
| | ||||||
* | Revert "main/nginx: add all modules from testing/nginx-naxsi" | Leonardo Arena | 2017-03-17 | 5 | -218/+203 | |
| | | | | This reverts commit e07695e1581744e63bd459f7fa827f51c4d8dbf7. | |||||
* | main/nginx: add all modules from testing/nginx-naxsi | Valery Kartel | 2017-03-17 | 5 | -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.1 | Tuan M. Hoang | 2017-02-23 | 1 | -1/+2 | |
| | ||||||
* | main/nginx: upgrade to 1.10.3 | Valery Kartel | 2017-02-01 | 1 | -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_module | Brandon Davidson | 2016-12-27 | 1 | -1/+2 | |
| | | | | | | | fixes #5712 needed to properly track original client IP through multiple layers of proxies/load-balancers. | |||||
* | main/[various]: set proper arch | Timo Teräs | 2016-11-01 | 1 | -1/+1 | |
| | | | | fixes commit "main/[various]: dont set arch in split function" | |||||
* | main/nginx: update mod-http-nchan to 1.0.4 | Jakub Jirutka | 2016-10-30 | 1 | -4/+4 | |
| | ||||||
* | main/nginx: update to 1.10.2 (stable) | Jakub Jirutka | 2016-10-30 | 1 | -5/+5 | |
| | ||||||
* | main/[various]: dont set arch in split function | Natanael Copa | 2016-10-26 | 1 | -1/+0 | |
| | ||||||
* | main/nginx: rebuild against libressl | Jakub Jirutka | 2016-10-11 | 1 | -1/+1 | |
| | ||||||
* | main/nginx: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -1/+1 | |
| | ||||||
* | main/nginx: update modules | Jakub Jirutka | 2016-10-10 | 1 | -20/+20 | |
| | ||||||
* | main/nginx: add subpackage -mod-http-nchan | Jakub Jirutka | 2016-10-10 | 1 | -1/+12 | |
| | ||||||
* | main/nginx: fix lua module on grsec, add $replaces and $provides | Jakub Jirutka | 2016-08-24 | 1 | -3/+11 | |
| | ||||||
* | main/nginx: help configure script to find luajit-2.1 | Jakub Jirutka | 2016-08-15 | 1 | -2/+4 | |
| | ||||||
* | main/nginx: add better default configs | Jakub Jirutka | 2016-08-15 | 3 | -6/+120 | |
| | ||||||
* | main/nginx: add some 3rd party dynamic modules | Jakub Jirutka | 2016-08-15 | 1 | -1/+43 | |
| | | | | http_echo, http_headers_more, http_upload_progress, http_fancyindex | |||||
* | main/nginx: use dynamic modules where possible, add new subpackages | Jakub Jirutka | 2016-08-15 | 3 | -57/+88 | |
| | | | | | Naming scheme for submodule subpackages is the same as Fedora and Debian uses. | |||||
* | main/nginx: some cosmetic changes | Jakub Jirutka | 2016-08-15 | 1 | -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.0 | Bartłomiej Piotrowski | 2016-06-20 | 1 | -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 Kartel | 2016-06-03 | 1 | -1/+2 | |
| | | | | ref #5671 | |||||
* | main/nginx: upgrade to 1.10.1 (CVE-2016-4450) | Bartłomiej Piotrowski | 2016-05-31 | 1 | -4/+4 | |
| | ||||||
* | main/nginx: upgrade to 1.10.0 | Francesco Colista | 2016-05-03 | 1 | -5/+5 | |
| | ||||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 | |
| | ||||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -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 Pawelczyk | 2016-04-25 | 1 | -1/+1 | |
| | | | | It's only for consistency and to ease spotting lack of it. | |||||
* | main/nginx: upgrade to 1.9.14 | Amin Cheloh | 2016-04-18 | 1 | -8/+8 | |
| | | | | Also upgrade lua-nginx-module to 0.10.3 | |||||
* | main/nginx: upgrade to 1.9.11 | Leonardo Arena | 2016-02-16 | 1 | -11/+11 | |
| | ||||||
* | main/nginx: completely rewritten, all nginx-* packages are assembled in this one | Valery Kartel | 2016-02-10 | 4 | -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.1 | Natanael Copa | 2016-01-27 | 1 | -5/+5 | |
| | | | | | | CVE-2016-0742 CVE-2016-0746 CVE-2016-0747 | |||||
* | main/nginx-initscripts: move initscripts to shared package | Natanael Copa | 2015-09-05 | 4 | -97/+7 | |
| | | | | Share the openrc initscript for the different nginx builds. | |||||
* | main/nginx: lowercase license name | Sören Tempel | 2015-09-05 | 1 | -1/+1 | |
| | ||||||
* | main/nginx: enable http_auth_request module | Bartłomiej Piotrowski | 2015-08-23 | 1 | -1/+2 | |
| | ||||||
* | main/nginx: enable file-aio | Christian Kampka | 2015-08-17 | 1 | -1/+2 | |
| | ||||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 | |
| | ||||||
* | main/nginx: upgrade to 1.8.0 | Bartłomiej Piotrowski | 2015-04-25 | 2 | -25/+8 | |
| | ||||||
* | main/nginx: upgrade to 1.6.3 | Natanael Copa | 2015-04-08 | 1 | -5/+5 | |
| | ||||||
* | main/nginx: fix path locations | Natanael Copa | 2015-03-24 | 2 | -37/+52 | |
| | ||||||
* | main/nginx: add stub status module | Andy Shinn | 2015-03-16 | 1 | -1/+2 | |
| | ||||||
* | main/nginx: upgrade rtmp module to 1.1.6 | Timo Teräs | 2014-11-17 | 1 | -5/+5 | |
| | ||||||
* | main/nginx: upgrade to 1.6.2 | Natanael Copa | 2014-09-17 | 1 | -5/+5 | |
| | ||||||
* | main/nginx: enable WebDAV module | Leonardo Arena | 2014-08-30 | 1 | -1/+2 | |
| | ||||||
* | main/nginx: upgrade to 1.6.1 | Bartłomiej Piotrowski | 2014-08-05 | 1 | -5/+5 | |
| |