iputils: Fix version reporting
authorNoah Meyerhans <redacted>
Wed, 3 Feb 2021 16:21:49 +0000 (08:21 -0800)
committerNoah Meyerhans <redacted>
Wed, 3 Feb 2021 21:33:06 +0000 (13:33 -0800)
commit64ed17c88c37ff314752001eaccfab0b3b75defe
tree8426b475674405e5100bcdf656fe23bc6b27eb8b
parentabb0501e2828db50782591ecb0f11beb0c0b6bb3
iputils: Fix version reporting

The iputils build system embeds git tags into the generated binaries
for use by commands like ping -V.  Since openwrt packaging is done in
a different repository from the upstream repo, the tags it finds
aren't particularly meaningful, and we get confusing results like
those described at https://github.com/openwrt/packages/issues/13920

This change removes the git tag inspection in favor of the static
version string that's already known to the upstream build system.

Signed-off-by: Noah Meyerhans <redacted>
net/iputils/patches/001_version_fix.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT