Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/nginx: enable mod-http-lua on s390x | Yaakov Selkowitz | 2020-02-17 | 1 | -15/+7 |
| | | | | | | luajit was just enabled on s390x, allowing mod-http-lua to be built thereon as well. This is used by the Kubernetes 'echoserver' E2E test image. | ||||
* | main/nginx: add module http-dav-ext | Jakub Jirutka | 2020-01-19 | 1 | -1/+4 |
| | | | | Resolves #6964 | ||||
* | main/nginx: actually fix CVE-2019-20372 | Natanael Copa | 2020-01-16 | 1 | -2/+4 |
| | | | | add the missing patch | ||||
* | main/nginx: fix CVE-2019-20372 | Natanael Copa | 2020-01-16 | 1 | -1/+3 |
| | | | | fixes #11134 | ||||
* | main/nginx: fix support for more so libs per module | aptalca | 2019-10-26 | 1 | -1/+1 |
| | | | | | | | | | | When there is more than one so defined for a module, the line echo "load_module \"modules/$soname\";" > ./etc/nginx/modules/$name.conf only writes the last so listed into the conf file. Related to GH-9234 | ||||
* | main/nginx: fix broken subpkg -mod-http-geoip2 | Jakub Jirutka | 2019-10-26 | 1 | -8/+12 |
| | | | | | | Fixes #10679 Closes GH-9234 | ||||
* | main/nginx: move perl5 lib to -mod-http-perl subpkg where it belongs | Jakub Jirutka | 2019-10-26 | 1 | -0/+4 |
| | |||||
* | main/nginx: add subpkg with debug build of nginx | Jakub Jirutka | 2019-10-26 | 1 | -7/+29 |
| | | | | Resolves #9594 | ||||
* | main/nginx: rebuild against perl 5.30 | Natanael Copa | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | main/nginx: upgrade njs to 0.3.5 | J0WI | 2019-08-19 | 1 | -3/+3 |
| | |||||
* | main/nginx: security upgrade to 1.16.1 | J0WI | 2019-08-14 | 1 | -7/+11 |
| | | | | | | CVE-2019-9511 CVE-2019-9513 CVE-2019-9516 | ||||
* | main/nginx: upgrade njs submodule to 0.3.3 | Andy Postnikov | 2019-07-21 | 1 | -6/+6 |
| | | | Closes GH-9240 | ||||
* | Revert "main/nginx: move /var/lib/nginx/tmp to /var/tmp/nginx" | Natanael Copa | 2019-06-21 | 1 | -9/+7 |
| | | | | | | | | | | | | | | | | FHS-3.0 says that /var/tmp should survive reboots, but for it is common practice to ignore FHS for security reasons and wipe dirs that are world writable. There is no good reason to store nginx data under a world writable directory, so move it back to /var/lib/nginx/tmp. Other distros does something similar. fixes #9246 fixes #10258 ref #9364 This reverts commit d6d624a149ca62af8679baf9cc99ce1354c190f0. | ||||
* | main/nginx: rebuild against perl 5.28 | Natanael Copa | 2019-05-11 | 1 | -1/+1 |
| | |||||
* | main/nginx: disable lua-nginx-module on s390x | Natanael Copa | 2019-05-07 | 1 | -6/+12 |
| | | | | | | | lua-nginx-modules requires luajit since 0.10.14 and luajit does not yet support s390x. This fixes build of nginx on s390x | ||||
* | main/nginx: move ngx_stream_geoip2_module.so to subpackage | Jakub Jirutka | 2019-05-07 | 1 | -6/+9 |
| | |||||
* | main/nginx: add http-geoip2 module | aptalca | 2019-05-07 | 1 | -2/+6 |
| | |||||
* | main/nginx: reformat and sort *depends | Jakub Jirutka | 2019-05-07 | 1 | -4/+23 |
| | |||||
* | main/nginx: upgrade to 1.16.0 | J0WI | 2019-05-04 | 1 | -14/+14 |
| | |||||
* | main/nginx: install -vim if vim is present | Drew DeVault | 2019-03-06 | 1 | -1/+2 |
| | |||||
* | main/nginx: upgrade module http-nchan to 1.2.3 | Jakub Jirutka | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | main/nginx: upgrade module http-cache-purge to 2.5 | Jakub Jirutka | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | main/nginx: upgrade module http-vod to 1.24 | Jakub Jirutka | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | main/nginx: upgrade module http-lua to 0.10.13 | Jakub Jirutka | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | main/nginx: upgrade module http-fancyindex to v0.4.3 | Jakub Jirutka | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | main/nginx: upgrade to 1.14.2 | Andy Postnikov | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | main/nginx: security upgrade to 1.14.1 | Andy Postnikov | 2018-11-07 | 1 | -3/+7 |
| | | | | | | - CVE-2018-16843 - CVE-2018-16844 - CVE-2018-16845 | ||||
* | main/nginx: rebuild against openssl 1.1 | Natanael Copa | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | main: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -2/+2 |
| | |||||
* | main/nginx: fix permissions of /var/tmp | Natanael Copa | 2018-09-03 | 1 | -1/+2 |
| | | | | | | | | Permissions of /var/tmp should be 1777. Due to limitation in apk/abuild we need to explicitly set the permissions of intermediate directories that should not have default. ref #9364 | ||||
* | main/nginx: add comment about stable/mainline versions | Jakub Jirutka | 2018-05-27 | 1 | -0/+2 |
| | |||||
* | main/nginx: use luajit on ppc64le | Jakub Jirutka | 2018-04-28 | 1 | -2/+2 |
| | |||||
* | main/nginx: add njs module | Jakub Jirutka | 2018-04-28 | 1 | -4/+17 |
| | |||||
* | main/nginx: upgrade to 1.14.0 | Andy Postnikov | 2018-04-28 | 1 | -17/+18 |
| | |||||
* | main/nginx: rebuild against libressl-2.7 | Natanael Copa | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | main/nginx: add kaltura http_vod module | Nathan Angelacos | 2018-02-12 | 1 | -2/+4 |
| | |||||
* | main/nginx: fix license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | |||||
* | main/nginx: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/nginx: print info message in pre-upgrade script | Jakub Jirutka | 2017-10-25 | 1 | -1/+1 |
| | | | | | It may take a longer time to move the files, so user should be informed what is going on. | ||||
* | main/nginx: fix upgrade from version < 1.12.0-r1 | Jakub Jirutka | 2017-10-25 | 1 | -2/+2 |
| | | | | Fixes http://bugs.alpinelinux.org/issues/8057 | ||||
* | main/nginx: update third-party modules | Jakub Jirutka | 2017-10-22 | 1 | -20/+14 |
| | |||||
* | main/nginx: upgrade to 1.12.2 | Jakub Jirutka | 2017-10-22 | 1 | -3/+3 |
| | |||||
* | main/nginx: fix $SVCNAME to $RC_SVCNAME in init script | Jakub Jirutka | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | main/nginx: add checkconfig to init script | Jakub Jirutka | 2017-09-26 | 1 | -2/+2 |
| | |||||
* | main/nginx: add new module http-shibboleth | Jakub Jirutka | 2017-08-18 | 1 | -1/+4 |
| | |||||
* | main/nginx: add module http-upstream-fair | Jakub Jirutka | 2017-08-05 | 1 | -0/+3 |
| | |||||
* | main/nginx: add module http-cache-purge | Jakub Jirutka | 2017-08-05 | 1 | -1/+4 |
| | | | | Closes https://bugs.alpinelinux.org/issues/7624 | ||||
* | main/nginx: remove explicit return 1 | Jakub Jirutka | 2017-08-05 | 1 | -11/+8 |
| | |||||
* | main/nginx: update http-nchan module to 1.1.7 | Jakub Jirutka | 2017-07-14 | 1 | -2/+2 |
| | |||||
* | main/nginx: upgrade to 1.12.1 (security fix) | Jakub Jirutka | 2017-07-14 | 1 | -3/+8 |
| | | | | | Fixes: http://bugs.alpinelinux.org/issues/7518 See also: http://mailman.nginx.org/pipermail/nginx-announce/2017/000200.html |