Skip to content

Commit ec03207

Browse files
committed
ci: update ndpi to 4.14
1 parent c61f1cb commit ec03207

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,16 +721,16 @@ jobs:
721721

722722
- name: Build and install nDPI
723723
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
724+
curl -OL https://github.com/ntop/nDPI/archive/refs/tags/4.14.tar.gz
725+
tar xvf 4.14.tar.gz
726+
cd nDPI-4.14
727727
./autogen.sh
728728
./configure
729729
make -j ${{ env.CPUS }}
730730
731731
- run: tar zxvf suricata-*.tar.gz --strip-components=1
732732
- name: ./configure
733-
run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-ndpi --with-ndpi=$(pwd)/nDPI-4.12
733+
run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-ndpi --with-ndpi=$(pwd)/nDPI-4.14
734734
- run: make -j ${{ env.CPUS }}
735735
- run: make install
736736
- run: make install-conf

0 commit comments

Comments
 (0)