Update dependency nginx/nginx to release-1.29.4
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| nginx/nginx | patch |
release-1.29.0 -> release-1.29.4
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
nginx/nginx (nginx/nginx)
vrelease-1.29.4
nginx-1.29.4 mainline version has been released, featuring HTTP/2 to backend and Encrypted Client Hello (ECH). For more details, please refer to the blog post.
See official CHANGES on nginx.org.
Below is a release summary generated by GitHub.
What's Changed
- Configure: ensure we get the "built by ..." line in nginx -V. by @ac000 in https://github.com/nginx/nginx/pull/905
- Adding support for pcre 10.47 by @thierryba in https://github.com/nginx/nginx/pull/963
- SSL: changed interface of ngx_ssl_set_client_hello_callback(). by @pluknet in https://github.com/nginx/nginx/pull/968
- SSL: fixed build with BoringSSL, broken by
38a701d. by @pluknet in https://github.com/nginx/nginx/pull/972 - HTTP/2: extended guard for NULL buffer and zero length. by @pluknet in https://github.com/nginx/nginx/pull/978
- Validate host by @pluknet in https://github.com/nginx/nginx/pull/966
- Proxy: fixed segfault in URI change (issue #983). by @pluknet in https://github.com/nginx/nginx/pull/1004
- OpenSSL ECH integration by @sftcd in https://github.com/nginx/nginx/pull/840
- Update community health files by @alessfg in https://github.com/nginx/nginx/pull/727
- SSL: avoid warning when ECH is not configured and not supported. by @QirunGao in https://github.com/nginx/nginx/pull/1011
- Disabled bare LF in chunked transfer encoding. by @pluknet in https://github.com/nginx/nginx/pull/1016
- HTTP/2 to upstream by @hongzhidao in https://github.com/nginx/nginx/pull/771
- Quic: fixed segfault on handshake failure by @jeniksv in https://github.com/nginx/nginx/pull/1022
- nginx-1.29.4-RELEASE by @pluknet in https://github.com/nginx/nginx/pull/1023
New Contributors
- @sftcd made their first contribution in https://github.com/nginx/nginx/pull/840
- @alessfg made their first contribution in https://github.com/nginx/nginx/pull/727
- @QirunGao made their first contribution in https://github.com/nginx/nginx/pull/1011
- @hongzhidao made their first contribution in https://github.com/nginx/nginx/pull/771
- @jeniksv made their first contribution in https://github.com/nginx/nginx/pull/1022
Full Changelog: https://github.com/nginx/nginx/compare/release-1.29.3...release-1.29.4
vrelease-1.29.3
nginx-1.29.3 mainline version has been released. See official CHANGES on nginx.org.
Below is a release summary generated by GitHub.
What's Changed
- SSL: support for compressed server certificates with BoringSSL. by @pluknet in https://github.com/nginx/nginx/pull/823
- HTTP CONNECT infrastructure by @arut in https://github.com/nginx/nginx/pull/935
- Upstream: reset local address in case of error. by @arut in https://github.com/nginx/nginx/pull/942
- SSL: $ssl_sigalg, $ssl_client_sigalg. by @pluknet in https://github.com/nginx/nginx/pull/932, initial work by @willmafh in https://github.com/nginx/nginx/pull/554
- Geo: the "volatile" parameter. by @dplotnikov-f5 in https://github.com/nginx/nginx/pull/943
- Inheritance control for add_header and add_trailer. by @arut in https://github.com/nginx/nginx/pull/918
- OCSP: fixed invalid type for the 'ssl_ocsp' directive. by @roman-f5 in https://github.com/nginx/nginx/pull/938
- Fixed compilation warnings on Windows after
c93a0c4. by @arut in https://github.com/nginx/nginx/pull/954 - Modules compatibility: increased compat section size. by @arut in https://github.com/nginx/nginx/pull/952
- nginx-1.29.3 changes by @arut in https://github.com/nginx/nginx/pull/953
New Contributors
- @dplotnikov-f5 made their first contribution in https://github.com/nginx/nginx/pull/943
- @roman-f5 made their first contribution in https://github.com/nginx/nginx/pull/938
Full Changelog: https://github.com/nginx/nginx/compare/release-1.29.2...release-1.29.3
vrelease-1.29.2
nginx-1.29.2 mainline version has been released. See official CHANGES on nginx.org.
Below is a release summary generated by GitHub.
What's Changed
- Added a previously missed changes entry in 1.29.1 relnotes. by @pluknet in https://github.com/nginx/nginx/pull/844
- Removed legacy charset directive from default config example. by @MohamedKarrab in https://github.com/nginx/nginx/pull/829
- QUIC: fixed ssl_reject_handshake error handling. by @pluknet in https://github.com/nginx/nginx/pull/889
- Updated link to xslscript. by @pluknet in https://github.com/nginx/nginx/pull/854
- Fixed inaccurate index directive error report by @willmafh in https://github.com/nginx/nginx/pull/881
- SNI: using ClientHello callback. by @pluknet in https://github.com/nginx/nginx/pull/562
- AWS-LC support changes by @pluknet in https://github.com/nginx/nginx/pull/848
- Upstream: overflow detection in Cache-Control delta-seconds. by @pluknet in https://github.com/nginx/nginx/pull/898
- Mail: xtext encoding (RFC 3461) in XCLIENT LOGIN. by @pluknet in https://github.com/nginx/nginx/pull/893
- Added F5 CLA workflow. by @Maryna-f5 in https://github.com/nginx/nginx/pull/908
- SSL: fixed "key values mismatch" with object cache inheritance. by @pluknet in https://github.com/nginx/nginx/pull/740
- nginx-1.29.2 changes by @pluknet in https://github.com/nginx/nginx/pull/919
New Contributors
- @MohamedKarrab made their first contribution in https://github.com/nginx/nginx/pull/829
- @willmafh made their first contribution in https://github.com/nginx/nginx/pull/881
Full Changelog: https://github.com/nginx/nginx/compare/release-1.29.1...release-1.29.2
vrelease-1.29.1
nginx-1.29.1 mainline version has been released. This release includes a security fix for the vulnerability in the ngx_mail_smtp_module (CVE-2025-53859). See official CHANGES on nginx.org.
Below is a release summary generated by GitHub.
What's Changed
- PCRE license fix for win32 zip by @pluknet in https://github.com/nginx/nginx/pull/753
- QUIC: adjusted OpenSSL 3.5 QUIC API feature test. by @pluknet in https://github.com/nginx/nginx/pull/749
- OPENSSL_VERSION_NUMBER fix for OpenSSL 3.0 by @pluknet in https://github.com/nginx/nginx/pull/775
- kqueue build fixes by @pluknet in https://github.com/nginx/nginx/pull/777
- HTTP/3: limited prefixed integers encoded length. by @pluknet in https://github.com/nginx/nginx/pull/124
- HTTP/3: fixed handling :authority and Host with port. by @arut in https://github.com/nginx/nginx/pull/772
- HTTP/2: fixed flushing early hints. by @arut in https://github.com/nginx/nginx/pull/808
- HTTP/2 fixes for ":authority" vs "Host" by @pluknet in https://github.com/nginx/nginx/pull/803
- Certificate compression by @pluknet in https://github.com/nginx/nginx/pull/788
- Auth basic: fixed file descriptor leak on memory allocation error. by @pluknet in https://github.com/nginx/nginx/pull/833
- smtp module fixes by @pluknet in https://github.com/nginx/nginx/pull/842
- Changes 1.29.1 by @pluknet in https://github.com/nginx/nginx/pull/843
Full Changelog: https://github.com/nginx/nginx/compare/release-1.29.0...release-1.29.1
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.