Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 8, 2024

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
8 checks passed
@MangoIV MangoIV deleted the mangoiv/wpb-5360 branch May 8, 2024 11:31
@echoes-hq echoes-hq bot added the echoes: security Security related changes or defects label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: security Security related changes or defects 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