images/nginx: bump nginx 1.30.1 → 1.30.2 (security fix)#3
Merged
Conversation
nginx 1.30.2 is the latest stable release and contains a security fix for a buffer overflow in ngx_http_rewrite_module. This is a patch-level upgrade on the 1.30.x stable branch. Changes: - NGINX_VERSION: 1.30.1 → 1.30.2 - SHA256: updated to 7df3090907fca3cc0e456d6dc00ceb230da74ea88026ceff0affc29dbbd9ac4c - images/nginx/TAG: v2.3.0 → v2.4.0 - Renamed 33 patches from *nginx-1.30.1* → *nginx-1.30.2* - Dry-run validated: all 34 patches apply cleanly against nginx 1.30.2 No module version changes required (NJS 0.9.9, lua-nginx v0.10.29, stream-lua v0.0.17, lua-resty-core v0.1.32 remain current). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fork changes table: add v2.4.0 row (1.30.2 in progress) and mark v2.3.0 (1.30.1) as validated - Versions table: promote 1.30.1 to its own validated row (mercadona-v2.3.0), bump the "next" row to nginx 1.30.2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades nginx from 1.30.1 → 1.30.2 on the stable 1.30.x branch.
nginx 1.30.2 is a patch release that fixes a buffer overflow vulnerability in
ngx_http_rewrite_module. No breaking changes or API differences from 1.30.1.Changes
images/nginx/rootfs/build.shNGINX_VERSION1.30.1 → 1.30.2, SHA256 updatedimages/nginx/TAGv2.3.0→v2.4.0images/nginx/rootfs/patches/*nginx-1.30.1*→*nginx-1.30.2*Patch validation
All 34 custom patches were dry-run validated against the nginx 1.30.2 source tree before committing — 0 failures.
Module versions
No module version changes required. All modules are already current and the 1.30.x patch release introduces no API changes:
Test plan
Release imagesworkflow passes on merge tomainnginx/1.30.2vianginx -v🤖 Generated with Claude Code