From: Jason Ish Date: Tue, 4 Nov 2025 14:53:22 +0000 (-0600) Subject: ci: update ndpi to 4.14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14280%2Fhead;p=thirdparty%2Fsuricata.git ci: update ndpi to 4.14 --- 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