Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-14 | main/nginx: security upgrade to 1.26.2 CVE-2024-7347 | Andy Postnikov | |
2024-07-23 | main/nginx: upgrade http-upload-progress module to 0.9.3 | Andy Postnikov | |
2024-06-13 | main/nginx: add dynamic-healthcheck module (ngx_dynamic_healthcheck) | Jakub Jirutka | |
2024-06-13 | main/nginx: add dynamic-upstream module (ngx_dynamic_upstream) | Jakub Jirutka | |
2024-06-10 | main/*: rebuild against perl 5.40.0 | Celeste | |
2024-05-31 | main/nginx: upgrade to 1.26.1 | Jakub Jirutka | |
We don't have http_v3 enabled, so nginx package has never been vulnerable to these CVEs. | |||
2024-05-28 | main/nginx: backport patch fixing js_set duplicate checker | Jakub Jirutka | |
2024-05-22 | main/*: remove stale mips references | ptrcnull | |
2024-05-17 | main/nginx: add slowfs_cache module | Michael Pirogov | |
2024-05-14 | main/nginx: disable JIT on loongarch64 | Jingyun Hua | |
luajit is not available on loongarch64 | |||
2024-04-27 | main/nginx: upgrade http-keyval to 0.3.0 | Andy Postnikov | |
2024-04-27 | main/nginx: upgrade to 1.26.0 | Andy Postnikov | |
2024-04-27 | main/nginx: fix ngx_stream_keyval_module.so being included in nginx pkg | Jakub Jirutka | |
2024-04-26 | main/nginx: upgrade to http-auth-jwt to 0.7.0 | kamijo | |
2024-04-23 | main/nginx: fix tests compatibility with openssl 3.2.0 | Celeste | |
2024-03-20 | main/nginx: add http-zstd module | lauren n. liberda | |
2024-02-26 | main/nginx: fix IPv6 resolver addresses in the default nginx.conf. | Boris Dolgov | |
IPv6 addresses must be specified in square brackets: https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver. Otherwise nginx can't parse the addresses with the following error: invalid port in resolver "2606:4700:4700::1111" in /etc/nginx/nginx.conf:34 | |||
2024-02-14 | main/nginx: upgrade third-party modules | J0WI | |
2024-01-26 | main/nginx: upgrade to http-auth-jwt to 0.6.0 | kamijo | |
2024-01-04 | main/*: remove unused patches | ptrcnull | |
2023-11-20 | main/nginx: upgrade to njs to 0.8.2 | Jakub Jirutka | |
2023-11-20 | main/nginx: upgrade third-party modules | Jakub Jirutka | |
2023-11-02 | main/nginx: upgrade lua-nginx-module to 0.10.25 | Andy Postnikov | |
2023-10-11 | main/nginx: patch CVE-2023-44487 | J0WI | |
2023-07-10 | main/nginx: upgrade njs to 0.8.0 | Jakub Jirutka | |
2023-07-03 | main/nginx: bump test hgver | psykose | |
needed to pass now with new deps | |||
2023-07-03 | main/*: rebuild against perl 5.38 | psykose | |
2023-05-26 | main/nginx: backport bugfixes for multiple third-party modules | Jakub Jirutka | |
The most important are bugfixes for http-shibboleth (segfault) and http-lua (probably segfault too). | |||
2023-05-23 | main/nginx: build http-keyval module with Redis support | Jakub Jirutka | |
I forgot to enable it before. | |||
2023-05-22 | main/nginx: add http-keyval module | Jakub Jirutka | |
2023-05-22 | main/nginx: add http-auth-jwt module | Jakub Jirutka | |
2023-05-22 | main/nginx: fix build with gcc13 | Jakub Jirutka | |
2023-05-13 | main/nginx: cap test jobs too | psykose | |
the arm builders have 80 cores, so they can run out of ports based on builder speed and lots of tests | |||
2023-05-10 | main/nginx: run tests in parallel | psykose | |
the tests take 50 million years. but running them in parallel makes them take under a minute (e.g. -j16), because they parallelise very well! | |||
2023-05-10 | main/*: rebuild misc again for abuild fix again | psykose | |
believe it or not, i didn't wait long enough for x86_64 to have new abuild yet still -_- | |||
2023-05-10 | main/nginx: remove werror | psykose | |
2023-05-10 | */*: rebuild misc after abuild fix | psykose | |
2023-05-09 | main/nginx: fix njs, downgrade it to 0.7.11 | Jakub Jirutka | |
Fixes #14836: > Adding `js_import lol.js`, with lol.js being an empty (or even with valid js > inside) file makes nginx sad: > > # nginx -t > nginx: [emerg] failed to create js VM > nginx: configuration file /etc/nginx/nginx.conf test failed See also !46437 | |||
2023-04-28 | main/*: rebuild against libxml2 | psykose | |
2023-04-24 | main/nginx: set a priority | psykose | |
closes #14832 | |||
2023-04-13 | main/nginx: upgrade to 1.24.0 | Andy Postnikov | |
2023-04-12 | main/nginx: bump tests, re-enable tests | psykose | |
this works around the expired certificate error. they still pass, so it seems good. | |||
2023-04-12 | main/nginx: disable check | psykose | |
2023-04-11 | main/nginx: disable luajit on ppc64le | psykose | |
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33367 | |||
2023-04-11 | main/*: rebuild for dt_relr change | psykose | |
2023-03-05 | main/nginx: mark CVE-2022-25345 invalid | psykose | |
this was rejected https://nvd.nist.gov/vuln/detail/CVE-2022-3638 | |||
2023-01-07 | */*: drop redundant CARGO_PROFILE_* variables, collapse newlines | Hugo Osvaldo Barrera | |
The cargo vars are now set in abuild.conf by default. Newlines done with: find . -name APKBUILD -exec sed -i '/^$/N;/^\n$/D' {} \; See also: https://stackoverflow.com/a/4522043 | |||
2022-12-31 | main/nginx: remove cd $builddir | ptrcnull | |
AL13: cd "$builddir" can be removed in phase 'build'/'package' | |||
2022-12-24 | main/*: remove empty variables | ptrcnull | |
AL5: variable set to empty string | |||
2022-12-13 | main/*: remove $pkgname from source url | ptrcnull | |
[AL29]: $pkgname should not be used in the source url |