From 4e7e361d84287607391e43207f9fd3b58e958a11 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 20 May 2025 11:05:53 +0200 Subject: bump libnDPI to f8869cd670adc439cc41bde0bd04960e1befafc5 * fix API issue due to changed name of a public struct Signed-off-by: Toni Uhlig --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42c18d405..14feef895 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: poll: "-DFORCE_POLL=OFF" upload: true upload_suffix: "" - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "gcc" os: "ubuntu-latest" ndpi_build: "-DBUILD_NDPI=ON" @@ -56,7 +56,7 @@ jobs: poll: "-DFORCE_POLL=OFF" upload: true upload_suffix: "-host-gcrypt" - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "clang" os: "ubuntu-latest" ndpi_build: "-DBUILD_NDPI=ON" @@ -70,7 +70,7 @@ jobs: poll: "-DFORCE_POLL=OFF" upload: true upload_suffix: "-no-zlib" - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "gcc" os: "ubuntu-latest" ndpi_build: "-DBUILD_NDPI=ON" @@ -83,7 +83,7 @@ jobs: coverage: "-DENABLE_COVERAGE=ON" poll: "-DFORCE_POLL=ON" upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "clang" os: "ubuntu-latest" ndpi_build: "-DBUILD_NDPI=ON" @@ -96,7 +96,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: "-DFORCE_POLL=OFF" upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "clang-12" os: "ubuntu-22.04" ndpi_build: "-DBUILD_NDPI=ON" @@ -109,7 +109,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "gcc-10" os: "ubuntu-22.04" ndpi_build: "-DBUILD_NDPI=ON" @@ -122,7 +122,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: "-DFORCE_POLL=ON" upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "gcc-9" os: "ubuntu-22.04" ndpi_build: "-DBUILD_NDPI=ON" @@ -135,7 +135,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: "-DFORCE_POLL=OFF" upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" - compiler: "cc" os: "macOS-13" ndpi_build: "-DBUILD_NDPI=OFF" @@ -149,7 +149,7 @@ jobs: coverage: "-DENABLE_COVERAGE=OFF" poll: upload: false - ndpi_min_version: "4.14" + ndpi_min_version: "4.16" steps: - name: Print Matrix -- cgit v1.2.3