summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2021-12-15 14:47:10 +0100
committerPetr Vorel <pvorel@suse.cz>2021-12-24 00:09:58 +0100
commit8f0d897ea226e10acac07cf0e58407a34a7c0d31 (patch)
treedead3c131e0c3f5f4895ed8d359ae9dcdf968035 /.github
parent1d1e7c43210d8af316a41cb2c53d612a4c16f34d (diff)
downloadiputils-8f0d897ea226e10acac07cf0e58407a34a7c0d31.tar.gz
Remove ninfod
ninfod implements responses to IPv6 Node Information Queries (RFC4620) from clients. RFC4620 is an obsolete experimental protocol that hasn't seen any activity since 2006. It's pretty dead at this point. Fixes: https://github.com/iputils/iputils/issues/363 Suggested-by: Noah Meyerhans <noahm@debian.org> Acked-by: Jan Synacek <jan.synacek@scrive.com> Acked-by: Mike Gilbert <floppym@gentoo.org> Acked-by: Rosen Penev <rosenp@gmail.com> Acked-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Sevan Janiyan <venture37@geeklan.co.uk> Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f20d37f..8205c6c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
- container: "debian:stable"
env:
CC: gcc
- EXTRA_BUILD_OPTS: "-DUSE_CAP=false -DUSE_IDN=false -DBUILD_ARPING=false -DBUILD_CLOCKDIFF=false -DENABLE_RDISC_SERVER=false -DNINFOD_MESSAGES=false -DNO_SETCAP_OR_SUID=true -DUSE_GETTEXT=false"
+ EXTRA_BUILD_OPTS: "-DUSE_CAP=false -DUSE_IDN=false -DBUILD_ARPING=false -DBUILD_CLOCKDIFF=false -DENABLE_RDISC_SERVER=false -DNO_SETCAP_OR_SUID=true -DUSE_GETTEXT=false"
# other builds
- container: "centos:latest"