aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2023-05-30 12:40:44 +0200
committerlns <matzeton@googlemail.com>2023-05-31 12:53:49 +0200
commit2b1db0a556c31f15e2fcff0c127781fb91c0b402 (patch)
treec833e11886f5ef03b7564e31108f5d1abd000f1e /.github
parentd8c20d37e53a901d5c44ec2346f7ca21439a60cb (diff)
Required libnDPI version increases (>=4.8.0) due to an API change.
* fix CI issues Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-centos.yml4
-rw-r--r--.github/workflows/build.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-centos.yml b/.github/workflows/build-centos.yml
index 1823e26be..dd1f88a0e 100644
--- a/.github/workflows/build-centos.yml
+++ b/.github/workflows/build-centos.yml
@@ -27,8 +27,8 @@ jobs:
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum -y update
yum -y install curl gpg
- curl 'https://packages.ntop.org/centos-stable/ntop.repo' > /etc/yum.repos.d/ntop.repo
- curl 'https://packages.ntop.org/centos-stable/RPM-GPG-KEY-deri' | gpg --import
+ curl 'https://packages.ntop.org/centos/ntop.repo' > /etc/yum.repos.d/ntop.repo
+ curl 'https://packages.ntop.org/centos/RPM-GPG-KEY-deri' | gpg --import
yum -y install yum-utils dnf-plugins-core epel-release
dnf config-manager --set-enabled powertools
yum -y update
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ec76156bc..b30edc945 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
os: ["ubuntu-latest", "ubuntu-20.04"]
ndpid_gcrypt: ["-DNDPI_WITH_GCRYPT=OFF", "-DNDPI_WITH_GCRYPT=ON"]
ndpid_zlib: ["-DENABLE_ZLIB=OFF", "-DENABLE_ZLIB=ON"]
- ndpi_min_version: ["4.6"]
+ ndpi_min_version: ["4.8"]
include:
- compiler: "default-cc"
os: "ubuntu-latest"