summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-27 21:06:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-30 11:03:07 +0000
commitfaae19bca0e4dd8db683aac77f24331b240f2a52 (patch)
tree24eca44828547cb461800d7233a0f88d476b7eef
parent9e0cccb651e8c5097a9c477974bbec8b807d3d5b (diff)
downloadpoky-faae19bca0e4dd8db683aac77f24331b240f2a52.tar.gz
iputils: upgrade 20221126 -> 20231222
Changelog: =========== - fix: Properly fix -Wpedantic warnings - fix: Set ppoll timeout minimum to 1ms #459) - fix: Revert "ping: use random value for the identifier field" to use PID again - fix: Fix support for DSCP (Traffic Class, option -Q) - fix: Fix the errno handling for strtod - fix: Drop redundant setsockopt(IPV6_TCLASS) call - fix: Fix overflow on negative -i - fix: Fix sporadically missing DNS record on targets with multiple IP addresses - fix: Handle interval correctly in the first second after booting - fix: Fix presentation of IPv6 addresses with no reverse DNS - fix: Add missing whitespace in IPv6 output - fix: Allow to localize help - fix: Use print target when empty ai_canonname - fix: Restore the MTU probing behavior") (From OE-Core rev: 25b8aa5fcaa682dc6bc011ffbac17f19c6d9c389) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/iputils/iputils_20231222.bb (renamed from meta/recipes-extended/iputils/iputils_20221126.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/iputils/iputils_20221126.bb b/meta/recipes-extended/iputils/iputils_20231222.bb
index 7d94271a64..e919febd12 100644
--- a/meta/recipes-extended/iputils/iputils_20221126.bb
+++ b/meta/recipes-extended/iputils/iputils_20231222.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=627cc07ec86a45951d43e30658bbd819"
11DEPENDS = "gnutls" 11DEPENDS = "gnutls"
12 12
13SRC_URI = "git://github.com/iputils/iputils;branch=master;protocol=https" 13SRC_URI = "git://github.com/iputils/iputils;branch=master;protocol=https"
14SRCREV = "5ffabc4190cab975c7332645259e286a032e183b" 14SRCREV = "84cdf26908b4a03b917a5429a6339b7374fcc38b"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17