]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: update ndpi to 4.14 14280/head
authorJason Ish <jason.ish@oisf.net>
Tue, 4 Nov 2025 14:53:22 +0000 (08:53 -0600)
committerVictor Julien <vjulien@oisf.net>
Thu, 6 Nov 2025 10:19:25 +0000 (10:19 +0000)
.github/workflows/builds.yml

index 3db37afb13e597b8460701a1768c1e578bff512d..0071fbcd0495d0e05ec0265a331f14a7b2d3738d 100644 (file)
@@ -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