Skip to content

Commit

Permalink
chore(deps) bump Nginx to 1.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Feb 19, 2024
1 parent 08977c8 commit 98df459
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: [ubuntu-latest]
#os: [ubuntu-latest, macos-latest]
cc: [gcc-12]
ngx: [1.25.3]
ngx: [1.25.4]
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
os: [ubuntu-22.04]
cc: [gcc-12]
ngx: [1.25.3]
ngx: [1.25.4]
runtime: [wasmer, wasmtime, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
label: [""]
os: [ubuntu-latest]
cc: [clang-13, clang-14, gcc-10, gcc-11]
ngx: [1.25.3]
ngx: [1.25.4]
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
label: [""]
os: [ubuntu-latest]
cc: [gcc-12]
ngx: [1.25.3]
ngx: [1.25.4]
openresty: [""]
runtime: [wasmer]
wasmtime: [""]
Expand All @@ -49,7 +49,7 @@ jobs:
wasmtime: 14.0.3
os: ubuntu-latest
cc: gcc-12
ngx: 1.25.3
ngx: 1.25.4
ssl: ssl
debug: debug
hup: hup
Expand All @@ -58,7 +58,7 @@ jobs:
v8: 12.0.267.17
os: ubuntu-latest
cc: gcc-12
ngx: 1.25.3
ngx: 1.25.4
ssl: ssl
debug: debug
hup: no_hup
Expand All @@ -76,7 +76,7 @@ jobs:
- label: dynamic_nginx
os: ubuntu-latest
cc: gcc-12
ngx: 1.25.3
ngx: 1.25.4
runtime: wasmtime
wasmtime: 14.0.3
ssl: ssl
Expand All @@ -86,7 +86,7 @@ jobs:
# No SSL
- os: ubuntu-latest
cc: gcc-12
ngx: 1.25.3
ngx: 1.25.4
runtime: wasmer
wasmer: 3.1.1
ssl: no_ssl
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: 'unit-ngx_1.25.3-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.3-wasmer-ssl-no_debug-no_hup-static,unit-ngx_1.25.3-wasmtime-ssl-debug-hup-static,unit-ngx_1.25.3-wasmtime-ssl-debug-hup-dynamic,unit-ngx_1.25.3-v8-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.3-wasmer-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-ssl-debug-no_hup-dynamic'
carryforward: 'unit-ngx_1.25.4-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.4-wasmer-ssl-no_debug-no_hup-static,unit-ngx_1.25.4-wasmtime-ssl-debug-hup-static,unit-ngx_1.25.4-wasmtime-ssl-debug-hup-dynamic,unit-ngx_1.25.4-v8-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.4-wasmer-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-ssl-debug-no_hup-dynamic'

valgrind:
name: 'Valgrind'
Expand All @@ -156,7 +156,7 @@ jobs:
wasmer: [3.1.1]
os: [ubuntu-22.04]
cc: [gcc-12]
ngx: [1.25.3]
ngx: [1.25.4]
openresty: [""]
wasmtime: [""]
v8: [""]
Expand All @@ -169,7 +169,7 @@ jobs:
wasmtime: 14.0.3
os: ubuntu-22.04
cc: gcc-12
ngx: 1.25.3
ngx: 1.25.4
hup: no_hup
debug: debug
path: t/01-wasm
Expand All @@ -178,7 +178,7 @@ jobs:
v8: 12.0.267.17
os: ubuntu-22.04
cc: gcc-12
ngx: 1.25.3
ngx: 1.25.4
debug: debug
hup: no_hup
path: t/01-wasm
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
# No SSL
- os: ubuntu-latest
cc: clang-15
ngx: 1.25.3
ngx: 1.25.4
runtime: wasmer
wasmer: 3.1.1
ssl: no_ssl
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
matrix:
os: [ubuntu-latest]
cc: [clang-15, gcc-12]
ngx: [1.25.3]
ngx: [1.25.4]
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NGX ?= 1.25.3
NGX ?= 1.25.4
OPENSSL ?= 3.2.1
WASMTIME ?= 14.0.3
WASMER ?= 3.1.1
Expand Down
6 changes: 3 additions & 3 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
<nginx 1.25.3: ngx_set_environment>
<nginx 1.25.4: ngx_set_environment>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:ngx_alloc
fun:ngx_set_environment
}
{
<nginx 1.25.3: ngx_event_process_init>
<nginx 1.25.4: ngx_event_process_init>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_event_process_init
}
{
<nginx 1.25.3: ngx_crc32_table_init>
<nginx 1.25.4: ngx_crc32_table_init>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
Expand Down

0 comments on commit 98df459

Please sign in to comment.