Skip to content

[WPB-5360] update the nginz nginx module to support nginx 1.26#4042

Merged
MangoIV merged 1 commit intodevelopfrom
mangoiv/wpb-5360
May 8, 2024
Merged

[WPB-5360] update the nginz nginx module to support nginx 1.26#4042
MangoIV merged 1 commit intodevelopfrom
mangoiv/wpb-5360

Conversation

@MangoIV
Copy link
Contributor

@MangoIV MangoIV commented May 7, 2024

https://wearezeta.atlassian.net/browse/WPB-5360
turns out it was not that hard after all, I could trace back our compile issue to a refactoring done in this commit
nginx/nginx@3aef1d6?diff=split&w=1 and that was quite easy to fix

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

turns out it was not that hard after all, I could trace back our compile
issue to a refactoring done in this commit
nginx/nginx@3aef1d6?diff=split&w=1
and that was quite easy to fix
Comment on lines +79 to +82
version = "1.26.0";
src = super.fetchurl {
url = "https://nginx.org/download/nginx-${version}.tar.gz";
hash = "sha256-nrszOp6CuVKs0+K0rrHU/2QG9ySRurbNn+afDepzfzE=";
hash = "sha256-0ubIQ51sbbUBXY6qskcKtSrvhae/NjGCh5l34IQ3BJc=";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this override can also go in the next nixpkgs update. yay.

@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label May 7, 2024
@MangoIV MangoIV merged commit 7d5b70c into develop May 8, 2024
@MangoIV MangoIV deleted the mangoiv/wpb-5360 branch May 8, 2024 11:31
@echoes-hq echoes-hq bot added the echoes: technical-roadmap/security More specific category, to highlight task that tackle security requirements. label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

echoes: technical-roadmap/security More specific category, to highlight task that tackle security requirements. ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants