summaryrefslogtreecommitdiffstats
path: root/package/iputils/iputils.mk
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2018-09-24 02:14:45 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-25 22:17:34 +0200
commit21d075492edec855a504ff99403f6624eb4cfb00 (patch)
tree065f68617f07880c2b17ee4763ea7e555e83322d /package/iputils/iputils.mk
parentba48daad8b9af7fdbc2418a5480ddd8803d6cfa5 (diff)
downloadbuildroot-21d075492edec855a504ff99403f6624eb4cfb00.tar.gz
buildroot-21d075492edec855a504ff99403f6624eb4cfb00.zip
iputils: Bump to version s20180629
Add upstream patch to fix build error: ping.c: In function ‘main’: ping.c:212:23: error: ‘AI_CANONIDN’ undeclared (first use in this function); did you mean ‘AI_CANONNAME’? hints.ai_flags &= ~ AI_CANONIDN; Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/iputils/iputils.mk')
-rw-r--r--package/iputils/iputils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk
index 713b0e4abf..8371971231 100644
--- a/package/iputils/iputils.mk
+++ b/package/iputils/iputils.mk
@@ -11,7 +11,7 @@
# and IPv6 updates.
# http://www.spinics.net/lists/netdev/msg279881.html
-IPUTILS_VERSION = s20161105
+IPUTILS_VERSION = s20180629
IPUTILS_SITE = $(call github,iputils,iputils,$(IPUTILS_VERSION))
IPUTILS_LICENSE = GPL-2.0+, BSD-3-Clause, BSD-4-Clause
# Only includes a license file for BSD
OpenPOWER on IntegriCloud