Skip to content

Commit

Permalink
Bump to nginx v1.27.1
Browse files Browse the repository at this point in the history
Changes with nginx 1.27.1                                        14 Aug 2024

    *) Security: processing of a specially crafted mp4 file by the
       ngx_http_mp4_module might cause a worker process crash
       (CVE-2024-7347).
       Thanks to Nils Bars.

    *) Change: now the stream module handler is not mandatory.

    *) Bugfix: new HTTP/2 connections might ignore graceful shutdown of old
       worker processes.
       Thanks to Kasei Wang.

    *) Bugfixes in HTTP/3.
  • Loading branch information
macbre authored Aug 14, 2024
1 parent a01f0f1 commit 284ae62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
ARG NGINX_VERSION=1.27.0
ARG NGINX_VERSION=1.27.1

# https://hg.nginx.org/nginx-quic/
ARG NGINX_COMMIT=ff0312de0112
ARG NGINX_COMMIT=8796dfbe7177

# https://github.com/google/ngx_brotli
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
Expand Down

0 comments on commit 284ae62

Please sign in to comment.