From 70a2524d95b812c9d8f4c6991374df65551cfea3 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 4 Nov 2025 08:53:22 -0600 Subject: [PATCH] ci: update ndpi to 4.14 --- .github/workflows/builds.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 3db37afb13..0071fbcd04 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -721,16 +721,16 @@ jobs: - name: Build and install nDPI run: | - curl -OL https://github.com/ntop/nDPI/archive/refs/tags/4.12.tar.gz - tar xvf 4.12.tar.gz - cd nDPI-4.12 + curl -OL https://github.com/ntop/nDPI/archive/refs/tags/4.14.tar.gz + tar xvf 4.14.tar.gz + cd nDPI-4.14 ./autogen.sh ./configure make -j ${{ env.CPUS }} - run: tar zxvf suricata-*.tar.gz --strip-components=1 - name: ./configure - run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-ndpi --with-ndpi=$(pwd)/nDPI-4.12 + run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-ndpi --with-ndpi=$(pwd)/nDPI-4.14 - run: make -j ${{ env.CPUS }} - run: make install - run: make install-conf -- 2.47.3