Skip to content

Upgrade nginx to latest stable version 1.28.1#14919

Merged
jslobodzian merged 9 commits into3.0-devfrom
skarambelkar/nginx/3.0
Jan 30, 2026
Merged

Upgrade nginx to latest stable version 1.28.1#14919
jslobodzian merged 9 commits into3.0-devfrom
skarambelkar/nginx/3.0

Conversation

@sandeepkarambelkar
Copy link
Contributor

@sandeepkarambelkar sandeepkarambelkar commented Oct 24, 2025

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • The toolchain has been rebuilt successfully (or no changes were made to it)
  • The toolchain/worker package manifests are up-to-date
  • Any updated packages successfully build (or no packages were changed)
  • Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • All package sources are available
  • cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • LICENSE-MAP files are up-to-date (./LICENSES-AND-NOTICES/SPECS/data/licenses.json, ./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md, ./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)
  • All source files have up-to-date hashes in the *.signatures.json files
  • sudo make go-tidy-all and sudo make go-test-coverage pass
  • Documentation has been updated to match any changes to the build system
  • Ready to merge

Summary

Upgrade nginx to latest stable version 1.28.1

Change Log
  • nginx is upgraded to latest stable version
  • Removed old CVE patches which are available in the latest release
Does this affect the toolchain?

NO

Test Methodology

@sandeepkarambelkar sandeepkarambelkar requested a review from a team as a code owner October 24, 2025 11:46
@microsoft-github-policy-service microsoft-github-policy-service bot added Packaging 3.0-dev PRs Destined for AzureLinux 3.0 labels Oct 24, 2025
@sandeepkarambelkar sandeepkarambelkar marked this pull request as draft October 24, 2025 11:47
@microsoft-github-policy-service microsoft-github-policy-service bot added the specs-extended PR to fix SPECS-EXTENDED label Oct 30, 2025
@sandeepkarambelkar sandeepkarambelkar marked this pull request as ready for review October 31, 2025 07:25
@sandeepkarambelkar
Copy link
Contributor Author

The build failures mentioned in PR checks are existing failures -

INFO[3230][scheduler] Failed SRPMs tests:
INFO[3230][scheduler] --> libguestfs-1.52.0-17.azl3.src.rpm , for details see: /mnt/vss/_work/1/s/build/logs/pkggen/rpmbuilding/libguestfs-1.52.0-17.azl3.src.rpm.test.log
INFO[3230][scheduler] --> nbdkit-1.35.3-7.azl3.src.rpm , for details see: /mnt/vss/_work/1/s/build/logs/pkggen/rpmbuilding/nbdkit-1.35.3-7.azl3.src.rpm.test.log
INFO[3230][scheduler] --> systemd-255-24.azl3.src.rpm , for details see: /mnt/vss/_work/1/s/build/logs/pkggen/rpmbuilding/systemd-255-24.azl3.src.rpm.test.log

Copy link
Contributor

@kgodara912 kgodara912 left a comment

Choose a reason for hiding this comment

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

Also, please include the summary for version upgrade for backward incompatible changes, if any, from 1.25 to 1.28.

@sandeepkarambelkar
Copy link
Contributor Author

RPM install tests and local run tests -

sandeep@marinerDevVM [ ~ ]$ sudo nginx
nginx: [warn] could not build optimal types_hash, you should increase either types_hash_max_size: 1024 or types_hash_bucket_size: 64; ignoring types_hash_bucket_size
sandeep@marinerDevVM [ ~ ]$
sandeep@marinerDevVM [ ~ ]$
sandeep@marinerDevVM [ ~ ]$ sudo netstat -nlp | grep :80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1311/nginx: master
sandeep@marinerDevVM [ ~ ]$
sandeep@marinerDevVM [ ~ ]$ vim /var/log/nginx/error.log
sandeep@marinerDevVM [ ~ ]$ vim /var/log/nginx/error.log
sandeep@marinerDevVM [ ~ ]$ vim /var/log/nginx/
access.log error.log log/
sandeep@marinerDevVM [ ~ ]$ vim /var/log/nginx/
access.log error.log log/
sandeep@marinerDevVM [ ~ ]$
sandeep@marinerDevVM [ ~ ]$
sandeep@marinerDevVM [ ~ ]$ sudo nginx -v
nginx version: nginx/1.28.0

@sandeepkarambelkar sandeepkarambelkar changed the title Upgrade nginx to latest stable version 1.28.0 Upgrade nginx to latest stable version 1.28.1 Jan 5, 2026
@sandeepkarambelkar
Copy link
Contributor Author

@jslobodzian jslobodzian merged commit 2045810 into 3.0-dev Jan 30, 2026
32 checks passed
@jslobodzian jslobodzian deleted the skarambelkar/nginx/3.0 branch January 30, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.0-dev PRs Destined for AzureLinux 3.0 Packaging specs-extended PR to fix SPECS-EXTENDED

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants