aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx
Commit message (Collapse)AuthorAgeFilesLines
* main/nginx: upgrade njs to 0.3.5J0WI2019-08-191-3/+3
|
* main/nginx: security upgrade to 1.16.1J0WI2019-08-141-7/+11
| | | | | | CVE-2019-9511 CVE-2019-9513 CVE-2019-9516
* main/nginx: upgrade njs submodule to 0.3.3Andy Postnikov2019-07-211-6/+6
| | | Closes GH-9240
* Revert "main/nginx: move /var/lib/nginx/tmp to /var/tmp/nginx"Natanael Copa2019-06-211-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.28Natanael Copa2019-05-111-1/+1
|
* main/nginx: disable lua-nginx-module on s390xNatanael Copa2019-05-071-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 subpackageJakub Jirutka2019-05-071-6/+9
|
* main/nginx: add http-geoip2 moduleaptalca2019-05-071-2/+6
|
* main/nginx: reformat and sort *dependsJakub Jirutka2019-05-071-4/+23
|
* main/nginx: upgrade to 1.16.0J0WI2019-05-042-38/+14
|
* main/nginx: install -vim if vim is presentDrew DeVault2019-03-061-1/+2
|
* main/nginx: upgrade module http-nchan to 1.2.3Jakub Jirutka2018-12-111-2/+2
|
* main/nginx: upgrade module http-cache-purge to 2.5Jakub Jirutka2018-12-111-2/+2
|
* main/nginx: upgrade module http-vod to 1.24Jakub Jirutka2018-12-111-2/+2
|
* main/nginx: upgrade module http-lua to 0.10.13Jakub Jirutka2018-12-111-2/+2
|
* main/nginx: upgrade module http-fancyindex to v0.4.3Jakub Jirutka2018-12-111-2/+2
|
* main/nginx: upgrade to 1.14.2Andy Postnikov2018-12-111-2/+2
|
* main/nginx: security upgrade to 1.14.1Andy Postnikov2018-11-071-3/+7
| | | | | | - CVE-2018-16843 - CVE-2018-16844 - CVE-2018-16845
* main/nginx: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-2/+2
|
* main/nginx: fix permissions of /var/tmpNatanael Copa2018-09-031-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 versionsJakub Jirutka2018-05-271-0/+2
|
* main/nginx: use luajit on ppc64leJakub Jirutka2018-04-281-2/+2
|
* main/nginx: add njs moduleJakub Jirutka2018-04-282-4/+41
|
* main/nginx: upgrade to 1.14.0Andy Postnikov2018-04-281-17/+18
|
* main/nginx: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* main/nginx: add kaltura http_vod moduleNathan Angelacos2018-02-121-2/+4
|
* main/nginx: fix licenseJakub Jirutka2017-12-301-2/+2
|
* main/nginx: remove file committed by mistakeJakub Jirutka2017-11-151-308/+0
|
* main/nginx: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/nginx: print info message in pre-upgrade scriptJakub Jirutka2017-10-252-1/+3
| | | | | 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-r1Jakub Jirutka2017-10-252-2/+27
| | | | Fixes http://bugs.alpinelinux.org/issues/8057
* main/nginx: remove unused patchJakub Jirutka2017-10-231-946/+0
|
* main/nginx: update third-party modulesJakub Jirutka2017-10-224-472/+14
|
* main/nginx: upgrade to 1.12.2Jakub Jirutka2017-10-221-3/+3
|
* main/nginx: fix $SVCNAME to $RC_SVCNAME in init scriptJakub Jirutka2017-09-262-5/+5
|
* main/nginx: add checkconfig to init scriptJakub Jirutka2017-09-262-3/+8
|
* main/nginx: add new module http-shibbolethJakub Jirutka2017-08-181-1/+4
|
* main/nginx: add module http-upstream-fairJakub Jirutka2017-08-051-0/+3
|
* main/nginx: add module http-cache-purgeJakub Jirutka2017-08-051-1/+4
| | | | Closes https://bugs.alpinelinux.org/issues/7624
* main/nginx: remove explicit return 1Jakub Jirutka2017-08-051-11/+8
|
* main/nginx: update http-nchan module to 1.1.7Jakub Jirutka2017-07-143-2/+1256
|
* main/nginx: upgrade to 1.12.1 (security fix)Jakub Jirutka2017-07-141-3/+8
| | | | | Fixes: http://bugs.alpinelinux.org/issues/7518 See also: http://mailman.nginx.org/pipermail/nginx-announce/2017/000200.html
* 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
|