We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61f1cb commit ec03207Copy full SHA for ec03207
1 file changed
.github/workflows/builds.yml
@@ -721,16 +721,16 @@ jobs:
721
722
- name: Build and install nDPI
723
run: |
724
- curl -OL https://github.com/ntop/nDPI/archive/refs/tags/4.12.tar.gz
725
- tar xvf 4.12.tar.gz
726
- 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
727
./autogen.sh
728
./configure
729
make -j ${{ env.CPUS }}
730
731
- run: tar zxvf suricata-*.tar.gz --strip-components=1
732
- name: ./configure
733
- 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
734
- run: make -j ${{ env.CPUS }}
735
- run: make install
736
- run: make install-conf
0 commit comments