From 353bb2953ea989543d11d6b3444f39e3a2aab22f Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Thu, 15 Aug 2024 08:01:31 -0700 Subject: [PATCH] chore(deps) bump Nginx to 1.27.1 --- .github/workflows/ci-large.yml | 12 ++++++------ .github/workflows/ci.yml | 24 ++++++++++++------------ Makefile | 2 +- valgrind.suppress | 6 +++--- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci-large.yml b/.github/workflows/ci-large.yml index f71c3a19a..c0f2f6b34 100644 --- a/.github/workflows/ci-large.yml +++ b/.github/workflows/ci-large.yml @@ -23,7 +23,7 @@ jobs: label: [""] os: [ubuntu-latest] cc: [gcc-12] - ngx: [1.27.0] + ngx: [1.27.1] runtime: [wasmtime, wasmer, v8] wasmtime: [23.0.1] wasmer: [3.1.1] @@ -52,7 +52,7 @@ jobs: wasmer: 3.1.1 os: macos-13 cc: clang - ngx: 1.27.0 + ngx: 1.27.1 ssl: ssl debug: debug hup: no_hup @@ -62,7 +62,7 @@ jobs: wasmtime: 23.0.1 os: macos-13 cc: clang - ngx: 1.27.0 + ngx: 1.27.1 ssl: ssl debug: debug hup: hup @@ -72,7 +72,7 @@ jobs: v8: 12.0.267.17 os: macos-13 cc: clang - ngx: 1.27.0 + ngx: 1.27.1 ssl: ssl debug: debug hup: no_hup @@ -101,7 +101,7 @@ jobs: matrix: os: [ubuntu-22.04] cc: [gcc-12] - ngx: [1.27.0] + ngx: [1.27.1] runtime: [wasmer, wasmtime, v8] wasmtime: [23.0.1] wasmer: [3.1.1] @@ -169,7 +169,7 @@ jobs: label: [""] os: [ubuntu-latest] cc: [clang-13, clang-14, gcc-10, gcc-11] - ngx: [1.27.0] + ngx: [1.27.1] runtime: [wasmtime, wasmer, v8] wasmtime: [23.0.1] wasmer: [3.1.1] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fe58b092..989187f0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: label: [""] os: [ubuntu-latest] cc: [gcc-12] - ngx: [1.27.0] + ngx: [1.27.1] openresty: [""] runtime: [wasmer] wasmtime: [""] @@ -50,7 +50,7 @@ jobs: wasmtime: 23.0.1 os: ubuntu-latest cc: gcc-12 - ngx: 1.27.0 + ngx: 1.27.1 ipc: no_ipc ssl: ssl debug: debug @@ -60,7 +60,7 @@ jobs: v8: 12.0.267.17 os: ubuntu-latest cc: gcc-12 - ngx: 1.27.0 + ngx: 1.27.1 ipc: no_ipc ssl: ssl debug: debug @@ -80,7 +80,7 @@ jobs: - label: dynamic_nginx os: ubuntu-latest cc: gcc-12 - ngx: 1.27.0 + ngx: 1.27.1 runtime: wasmtime wasmtime: 23.0.1 ipc: no_ipc @@ -91,7 +91,7 @@ jobs: # No SSL - os: ubuntu-latest cc: gcc-12 - ngx: 1.27.0 + ngx: 1.27.1 runtime: wasmer wasmer: 3.1.1 ipc: no_ipc @@ -125,7 +125,7 @@ jobs: - label: ipc os: ubuntu-latest cc: gcc-12 - ngx: 1.27.0 + ngx: 1.27.1 runtime: wasmtime wasmtime: 23.0.1 ipc: ipc @@ -162,7 +162,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true - carryforward: 'unit-ngx_1.27.0-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.0-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.0-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.0-wasmer-no_ipc-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.2-wasmtime-no_ipc-ssl-debug-no_hup-static,unit-openresty_1.25.3.2-wasmtime-no_ipc-ssl-debug-no_hup-dynamic,unit-ngx_1.27.0-wasmtime-ipc-no_ssl-debug-no_hup-static' + carryforward: 'unit-ngx_1.27.1-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.1-wasmer-no_ipc-ssl-no_debug-no_hup-static,unit-ngx_1.27.1-wasmtime-no_ipc-ssl-debug-hup-static,unit-ngx_1.27.1-wasmtime-no_ipc-ssl-debug-hup-dynamic,unit-ngx_1.27.1-v8-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-no_ipc-ssl-debug-no_hup-static,unit-ngx_1.27.1-wasmer-no_ipc-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.2-wasmtime-no_ipc-ssl-debug-no_hup-static,unit-openresty_1.25.3.2-wasmtime-no_ipc-ssl-debug-no_hup-dynamic,unit-ngx_1.27.1-wasmtime-ipc-no_ssl-debug-no_hup-static' valgrind: name: 'Valgrind' @@ -176,7 +176,7 @@ jobs: wasmer: [3.1.1] os: [ubuntu-22.04] cc: [gcc-12] - ngx: [1.27.0] + ngx: [1.27.1] openresty: [""] wasmtime: [""] v8: [""] @@ -188,7 +188,7 @@ jobs: wasmtime: 23.0.1 os: ubuntu-22.04 cc: gcc-12 - ngx: 1.27.0 + ngx: 1.27.1 hup: no_hup debug: debug path: t/01-wasm @@ -197,7 +197,7 @@ jobs: v8: 12.0.267.17 os: ubuntu-22.04 cc: gcc-12 - ngx: 1.27.0 + ngx: 1.27.1 debug: debug hup: no_hup path: t/01-wasm @@ -285,7 +285,7 @@ jobs: # No SSL - os: ubuntu-latest cc: clang-15 - ngx: 1.27.0 + ngx: 1.27.1 runtime: wasmer wasmer: 3.1.1 ssl: no_ssl @@ -311,7 +311,7 @@ jobs: matrix: os: [ubuntu-latest] cc: [clang-15, gcc-12] - ngx: [1.27.0] + ngx: [1.27.1] runtime: [wasmtime, wasmer, v8] wasmtime: [23.0.1] wasmer: [3.1.1] diff --git a/Makefile b/Makefile index c023c3e81..a783fea90 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NGX ?= 1.27.0 +NGX ?= 1.27.1 OPENSSL ?= 3.3.1 WASMTIME ?= 23.0.1 WASMER ?= 3.1.1 diff --git a/valgrind.suppress b/valgrind.suppress index abdf6873f..3b05b2bf1 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -1,5 +1,5 @@ { - + Memcheck:Leak match-leak-kinds: definite fun:malloc @@ -7,14 +7,14 @@ fun:ngx_set_environment } { - + Memcheck:Leak fun:malloc fun:ngx_alloc fun:ngx_event_process_init } { - + Memcheck:Leak match-leak-kinds: possible fun:malloc