Skip to content

Commit 3cf7537

Browse files
committed
chore(deps) bump Nginx to 1.25.3
1 parent 21732b1 commit 3cf7537

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/ci-large.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: [ubuntu-latest]
2424
#os: [ubuntu-latest, macos-latest]
2525
cc: [gcc-12]
26-
ngx: [1.25.2]
26+
ngx: [1.25.3]
2727
runtime: [wasmtime, wasmer, v8]
2828
wasmtime: [12.0.2]
2929
wasmer: [3.1.1]
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
os: [ubuntu-22.04]
6868
cc: [gcc-12]
69-
ngx: [1.25.2]
69+
ngx: [1.25.3]
7070
runtime: [wasmer, wasmtime, v8]
7171
wasmtime: [12.0.2]
7272
wasmer: [3.1.1]
@@ -132,7 +132,7 @@ jobs:
132132
label: [""]
133133
os: [ubuntu-latest]
134134
cc: [clang-13, clang-14, gcc-10, gcc-11]
135-
ngx: [1.25.2]
135+
ngx: [1.25.3]
136136
runtime: [wasmtime, wasmer, v8]
137137
wasmtime: [12.0.2]
138138
wasmer: [3.1.1]

.github/workflows/ci.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
label: [""]
3030
os: [ubuntu-latest]
3131
cc: [gcc-12]
32-
ngx: [1.25.2]
32+
ngx: [1.25.3]
3333
openresty: [""]
3434
runtime: [wasmer]
3535
wasmtime: [""]
@@ -45,7 +45,7 @@ jobs:
4545
wasmtime: 12.0.2
4646
os: ubuntu-latest
4747
cc: gcc-12
48-
ngx: 1.25.2
48+
ngx: 1.25.3
4949
ssl: ssl
5050
debug: debug
5151
hup: hup
@@ -54,7 +54,7 @@ jobs:
5454
v8: 11.4.183.23
5555
os: ubuntu-latest
5656
cc: gcc-12
57-
ngx: 1.25.2
57+
ngx: 1.25.3
5858
ssl: ssl
5959
debug: debug
6060
hup: no_hup
@@ -72,7 +72,7 @@ jobs:
7272
- label: dynamic_nginx
7373
os: ubuntu-latest
7474
cc: gcc-12
75-
ngx: 1.25.2
75+
ngx: 1.25.3
7676
runtime: wasmtime
7777
wasmtime: 12.0.2
7878
ssl: ssl
@@ -82,7 +82,7 @@ jobs:
8282
# No SSL
8383
- os: ubuntu-latest
8484
cc: gcc-12
85-
ngx: 1.25.2
85+
ngx: 1.25.3
8686
runtime: wasmer
8787
wasmer: 3.1.1
8888
ssl: no_ssl
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
github-token: ${{ secrets.GITHUB_TOKEN }}
139139
parallel-finished: true
140-
carryforward: 'unit-ngx_1.25.2-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.2-wasmer-ssl-no_debug-no_hup-static,unit-ngx_1.25.2-wasmtime-ssl-debug-hup-static,unit-ngx_1.25.2-wasmtime-ssl-debug-hup-dynamic,unit-ngx_1.25.2-v8-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.2-wasmer-no_ssl-no_debug-no_hup-static,unit-openresty_1.21.4.2-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.21.4.2-wasmtime-ssl-debug-no_hup-dynamic'
140+
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.21.4.2-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.21.4.2-wasmtime-ssl-debug-no_hup-dynamic'
141141

142142
valgrind:
143143
name: 'Valgrind'
@@ -148,7 +148,7 @@ jobs:
148148
label: [""]
149149
os: [ubuntu-22.04]
150150
cc: [gcc-12]
151-
ngx: [1.25.2]
151+
ngx: [1.25.3]
152152
openresty: [""]
153153
runtime: [wasmer]
154154
wasmtime: [""]
@@ -162,15 +162,15 @@ jobs:
162162
wasmtime: 12.0.2
163163
os: ubuntu-22.04
164164
cc: gcc-12
165-
ngx: 1.25.2
165+
ngx: 1.25.3
166166
hup: no_hup
167167
debug: debug
168168
# V8
169169
- runtime: v8
170170
v8: 11.4.183.23
171171
os: ubuntu-22.04
172172
cc: gcc-12
173-
ngx: 1.25.2
173+
ngx: 1.25.3
174174
debug: debug
175175
hup: no_hup
176176
# OpenResty
@@ -252,7 +252,7 @@ jobs:
252252
# No SSL
253253
- os: ubuntu-latest
254254
cc: clang-15
255-
ngx: 1.25.2
255+
ngx: 1.25.3
256256
runtime: wasmer
257257
wasmer: 3.1.1
258258
ssl: no_ssl
@@ -277,7 +277,7 @@ jobs:
277277
matrix:
278278
os: [ubuntu-latest]
279279
cc: [clang-15, gcc-12]
280-
ngx: [1.25.2]
280+
ngx: [1.25.3]
281281
runtime: [wasmtime, wasmer, v8]
282282
wasmtime: [12.0.2]
283283
wasmer: [3.1.1]

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NGX ?= 1.25.2
1+
NGX ?= 1.25.3
22
OPENSSL ?= 3.1.3
33
WASMTIME ?= 12.0.2
44
WASMER ?= 3.1.1

valgrind.suppress

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
<nginx 1.25.2: ngx_set_environment>
2+
<nginx 1.25.3: ngx_set_environment>
33
Memcheck:Leak
44
match-leak-kinds: definite
55
fun:malloc
66
fun:ngx_alloc
77
fun:ngx_set_environment
88
}
99
{
10-
<nginx 1.25.2: ngx_event_process_init>
10+
<nginx 1.25.3: ngx_event_process_init>
1111
Memcheck:Leak
1212
fun:malloc
1313
fun:ngx_alloc
1414
fun:ngx_event_process_init
1515
}
1616
{
17-
<nginx 1.25.2: ngx_crc32_table_init>
17+
<nginx 1.25.3: ngx_crc32_table_init>
1818
Memcheck:Leak
1919
match-leak-kinds: possible
2020
fun:malloc

0 commit comments

Comments
 (0)