Skip to content

Commit 3769f26

Browse files
authored
nginx 1.29.1 (#170)
* nginx 1.29.1 Changes with nginx 1.29.1 13 Aug 2025 *) Security: processing of a specially crafted login/password when using the "none" authentication method in the ngx_mail_smtp_module might cause worker process memory disclosure to the authentication server (CVE-2025-53859). *) Change: now TLSv1.3 certificate compression is disabled by default. *) Feature: the "ssl_certificate_compression" directive. *) Feature: support for 0-RTT in QUIC when using OpenSSL 3.5.1 or newer. *) Bugfix: the 103 response might be buffered when using HTTP/2 and the "early_hints" directive. *) Bugfix: in handling "Host" and ":authority" header lines with equal values when using HTTP/2; the bug had appeared in 1.17.9. *) Bugfix: in handling "Host" header lines with a port when using HTTP/3. *) Bugfix: nginx could not be built on NetBSD 10.0. *) Bugfix: in the "none" parameter of the "smtp_auth" directive. * Update readme.md * Update Dockerfile
1 parent f7105a5 commit 3769f26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2-
ARG NGINX_VERSION=1.29.0
2+
ARG NGINX_VERSION=1.29.1
33

44
# https://hg.nginx.org/nginx/
5-
ARG NGINX_COMMIT=aff13bf32357
5+
ARG NGINX_COMMIT=68813362708e
66

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2727

2828
```
2929
$ docker run -it macbre/nginx-http3 nginx -V
30-
nginx version: nginx/1.29.0 (aff13bf32357)
30+
nginx version: nginx/1.29.1 (1db7c7ba4bc5)
3131
built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
32-
built with OpenSSL 3.3.3 11 Feb 2025
32+
built with OpenSSL 3.3.4 1 Jul 2025
3333
TLS SNI support enabled
3434
configure arguments:
35-
--build=aff13bf32357
35+
--build=68813362708e
3636
--prefix=/etc/nginx
3737
--sbin-path=/usr/sbin/nginx
3838
--modules-path=/usr/lib/nginx/modules

0 commit comments

Comments
 (0)