Skip to content

Commit 5f31789

Browse files
authored
nginx 1.29.3 (#176)
* nginx 1.29.3 Changes with nginx 1.29.3 28 Oct 2025 *) Feature: the "add_header_inherit" and "add_trailer_inherit" directives. *) Feature: the $request_port and $is_request_port variables. *) Feature: the $ssl_sigalg and $ssl_client_sigalg variables. *) Feature: the "volatile" parameter of the "geo" directive. *) Feature: now certificate compression is available with BoringSSL. *) Bugfix: now certificate compression is disabled with OCSP stapling. * Update nginx version to 1.29.3 Updated nginx version and build information in README.
1 parent f27a1d5 commit 5f31789

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.2
2+
ARG NGINX_VERSION=1.29.3
33

44
# https://hg.nginx.org/nginx/
5-
ARG NGINX_COMMIT=d2a04c09eb4d
5+
ARG NGINX_COMMIT=279676b97237
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.2 (d2a04c09eb4d)
30+
nginx version: nginx/1.29.3 (279676b97237)
3131
built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
32-
built with OpenSSL 3.3.5 30 Sep 2025 (running with OpenSSL 3.3.4 1 Jul 2025)
32+
built with OpenSSL 3.3.5 30 Sep 2025
3333
TLS SNI support enabled
3434
configure arguments:
35-
--build=d2a04c09eb4d
35+
--build=279676b97237
3636
--prefix=/etc/nginx
3737
--sbin-path=/usr/sbin/nginx
3838
--modules-path=/usr/lib/nginx/modules

0 commit comments

Comments
 (0)