Skip to content

Commit

Permalink
Update NGINX to 1.27.3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs authored Dec 2, 2024
1 parent 38b3fdd commit 63003b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

env:
NGINX_VERSION: 1.27.2
NGINX_VERSION: 1.27.3

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion nginx
Submodule nginx updated 43 files
+2 −2 .github/pull_request_template.md
+89 −5 SECURITY.md
+2 −1 auto/lib/pcre/make
+93 −0 docs/xml/nginx/changes.xml
+2 −2 src/core/nginx.h
+10 −4 src/core/ngx_cycle.c
+5 −1 src/core/ngx_inet.c
+1 −1 src/event/ngx_event_openssl.c
+7 −0 src/event/ngx_event_openssl.h
+4 −0 src/event/ngx_event_openssl_cache.c
+6 −7 src/event/quic/ngx_event_quic_ack.c
+1 −0 src/event/quic/ngx_event_quic_openssl_compat.c
+15 −14 src/event/quic/ngx_event_quic_protection.c
+1 −1 src/event/quic/ngx_event_quic_protection.h
+6 −1 src/http/modules/ngx_http_fastcgi_module.c
+1 −3 src/http/modules/ngx_http_grpc_module.c
+17 −1 src/http/modules/ngx_http_mp4_module.c
+6 −3 src/http/modules/ngx_http_proxy_module.c
+20 −0 src/http/modules/ngx_http_scgi_module.c
+1 −3 src/http/modules/ngx_http_ssl_module.c
+79 −9 src/http/modules/ngx_http_upstream_hash_module.c
+11 −1 src/http/modules/ngx_http_upstream_ip_hash_module.c
+12 −0 src/http/modules/ngx_http_upstream_least_conn_module.c
+32 −3 src/http/modules/ngx_http_upstream_random_module.c
+690 −8 src/http/modules/ngx_http_upstream_zone_module.c
+28 −3 src/http/modules/ngx_http_uwsgi_module.c
+171 −0 src/http/ngx_http_upstream.c
+9 −1 src/http/ngx_http_upstream.h
+203 −10 src/http/ngx_http_upstream_round_robin.c
+85 −3 src/http/ngx_http_upstream_round_robin.h
+24 −0 src/mail/ngx_mail_proxy_module.c
+1 −3 src/mail/ngx_mail_ssl_module.c
+1 −1 src/os/unix/ngx_freebsd_config.h
+20 −3 src/stream/ngx_stream_proxy_module.c
+1 −3 src/stream/ngx_stream_ssl_module.c
+154 −1 src/stream/ngx_stream_upstream.c
+7 −2 src/stream/ngx_stream_upstream.h
+80 −10 src/stream/ngx_stream_upstream_hash_module.c
+12 −0 src/stream/ngx_stream_upstream_least_conn_module.c
+32 −3 src/stream/ngx_stream_upstream_random_module.c
+204 −10 src/stream/ngx_stream_upstream_round_robin.c
+85 −3 src/stream/ngx_stream_upstream_round_robin.h
+691 −8 src/stream/ngx_stream_upstream_zone_module.c

0 comments on commit 63003b8

Please sign in to comment.