From 1a90124291c58aeae520bd974464235494033763 Mon Sep 17 00:00:00 2001 From: "M. Vefa Bicakci" Date: Mon, 30 May 2022 20:01:58 +0000 Subject: [PATCH] Debian: Use patched/downstream version of iputils This commit instructs the build system to make use of the iputils packages built from source code as part of the StarlingX build instead of using the upstream (Debian) versions. iputils is patched with patches acquired from upstream to let ping report ICMP echo replies originate from a host other than the one specified to ping on its command line. Verification: - An ISO image with the standard kernel was successfully built in an incremental manner. - The resulting ISO image was installed onto a qemu/KVM-based virtual machine. - The existence of the "ping", "arping" and "tracepath" utilities in the installed system was confirmed. Closes-Bug: 1977849 Depends-On: https://review.opendev.org/c/starlingx/integ/+/844976 Change-Id: I3d79b07ce8f23c26d2ba1faa5724592a82f659c1 Signed-off-by: M. Vefa Bicakci --- debian-mirror-tools/config/debian/common/base-bullseye.lst | 3 --- debian-mirror-tools/config/debian/distro/stx-std.lst | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian-mirror-tools/config/debian/common/base-bullseye.lst b/debian-mirror-tools/config/debian/common/base-bullseye.lst index 4ffec05ab..c6d1838a7 100644 --- a/debian-mirror-tools/config/debian/common/base-bullseye.lst +++ b/debian-mirror-tools/config/debian/common/base-bullseye.lst @@ -154,9 +154,6 @@ ipmitool 1.8.18-10.1 iproute2 5.10.0-4 iptables 1.8.7-1 iptables-persistent 1.0.15 -iputils-arping 3:20210202-1 -iputils-ping 3:20210202-1 -iputils-tracepath 3:20210202-1 iscsiuio 2.1.3-5 kbd 2.3.0-3 kernel-wedge 2.104 diff --git a/debian-mirror-tools/config/debian/distro/stx-std.lst b/debian-mirror-tools/config/debian/distro/stx-std.lst index 5a311b01d..200f6f0af 100644 --- a/debian-mirror-tools/config/debian/distro/stx-std.lst +++ b/debian-mirror-tools/config/debian/distro/stx-std.lst @@ -341,6 +341,11 @@ kmod-opae-fpga-driver-rt #iptables-config iptables-config +# iputils +iputils-arping +iputils-ping +iputils-tracepath + #iscsi-initiator-utils-config iscsi-initiator-utils-config