summaryrefslogtreecommitdiff
path: root/main/nginx
AgeCommit message (Collapse)Author
2024-08-14main/nginx: security upgrade to 1.26.2 CVE-2024-7347Andy Postnikov
2024-07-23main/nginx: upgrade http-upload-progress module to 0.9.3Andy Postnikov
2024-06-13main/nginx: add dynamic-healthcheck module (ngx_dynamic_healthcheck)Jakub Jirutka
2024-06-13main/nginx: add dynamic-upstream module (ngx_dynamic_upstream)Jakub Jirutka
2024-06-10main/*: rebuild against perl 5.40.0Celeste
2024-05-31main/nginx: upgrade to 1.26.1Jakub Jirutka
We don't have http_v3 enabled, so nginx package has never been vulnerable to these CVEs.
2024-05-28main/nginx: backport patch fixing js_set duplicate checkerJakub Jirutka
2024-05-22main/*: remove stale mips referencesptrcnull
2024-05-17main/nginx: add slowfs_cache moduleMichael Pirogov
2024-05-14main/nginx: disable JIT on loongarch64Jingyun Hua
luajit is not available on loongarch64
2024-04-27main/nginx: upgrade http-keyval to 0.3.0Andy Postnikov
2024-04-27main/nginx: upgrade to 1.26.0Andy Postnikov
2024-04-27main/nginx: fix ngx_stream_keyval_module.so being included in nginx pkgJakub Jirutka
2024-04-26main/nginx: upgrade to http-auth-jwt to 0.7.0kamijo
2024-04-23main/nginx: fix tests compatibility with openssl 3.2.0Celeste
2024-03-20main/nginx: add http-zstd modulelauren n. liberda
2024-02-26main/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-14main/nginx: upgrade third-party modulesJ0WI
2024-01-26main/nginx: upgrade to http-auth-jwt to 0.6.0kamijo
2024-01-04main/*: remove unused patchesptrcnull
2023-11-20main/nginx: upgrade to njs to 0.8.2Jakub Jirutka
2023-11-20main/nginx: upgrade third-party modulesJakub Jirutka
2023-11-02main/nginx: upgrade lua-nginx-module to 0.10.25Andy Postnikov
2023-10-11main/nginx: patch CVE-2023-44487J0WI
2023-07-10main/nginx: upgrade njs to 0.8.0Jakub Jirutka
2023-07-03main/nginx: bump test hgverpsykose
needed to pass now with new deps
2023-07-03main/*: rebuild against perl 5.38psykose
2023-05-26main/nginx: backport bugfixes for multiple third-party modulesJakub Jirutka
The most important are bugfixes for http-shibboleth (segfault) and http-lua (probably segfault too).
2023-05-23main/nginx: build http-keyval module with Redis supportJakub Jirutka
I forgot to enable it before.
2023-05-22main/nginx: add http-keyval moduleJakub Jirutka
2023-05-22main/nginx: add http-auth-jwt moduleJakub Jirutka
2023-05-22main/nginx: fix build with gcc13Jakub Jirutka
2023-05-13main/nginx: cap test jobs toopsykose
the arm builders have 80 cores, so they can run out of ports based on builder speed and lots of tests
2023-05-10main/nginx: run tests in parallelpsykose
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-10main/*: rebuild misc again for abuild fix againpsykose
believe it or not, i didn't wait long enough for x86_64 to have new abuild yet still -_-
2023-05-10main/nginx: remove werrorpsykose
2023-05-10*/*: rebuild misc after abuild fixpsykose
2023-05-09main/nginx: fix njs, downgrade it to 0.7.11Jakub 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-28main/*: rebuild against libxml2psykose
2023-04-24main/nginx: set a prioritypsykose
closes #14832
2023-04-13main/nginx: upgrade to 1.24.0Andy Postnikov
2023-04-12main/nginx: bump tests, re-enable testspsykose
this works around the expired certificate error. they still pass, so it seems good.
2023-04-12main/nginx: disable checkpsykose
2023-04-11main/nginx: disable luajit on ppc64lepsykose
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33367
2023-04-11main/*: rebuild for dt_relr changepsykose
2023-03-05main/nginx: mark CVE-2022-25345 invalidpsykose
this was rejected https://nvd.nist.gov/vuln/detail/CVE-2022-3638
2023-01-07*/*: drop redundant CARGO_PROFILE_* variables, collapse newlinesHugo 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-31main/nginx: remove cd $builddirptrcnull
AL13: cd "$builddir" can be removed in phase 'build'/'package'
2022-12-24main/*: remove empty variablesptrcnull
AL5: variable set to empty string
2022-12-13main/*: remove $pkgname from source urlptrcnull
[AL29]: $pkgname should not be used in the source url