]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
iputils: upgrade 20240117 -> 20240905
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Mon, 16 Sep 2024 04:17:10 +0000 (04:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Sep 2024 07:37:46 +0000 (08:37 +0100)
Changelog:
- Allow to disable reverse DNS resolution (PTR lookup) with with
  environment variable IPUTILS_PING_PTR_LOOKUP=0
- Lower max allowed -s value to 65507 (IPv4) or 65527 (IPv6).
  That is the maximum the Linux kernel supports.
- Include pre-generated man pages & HTML docs in dist tarballs.
  This allows to avoid libxslt, docbook, ... as a build dependencies.
- require meson >= 0.44
- ping has new option -3

Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/iputils/iputils_20240905.bb [moved from meta/recipes-extended/iputils/iputils_20240117.bb with 97% similarity]

similarity index 97%
rename from meta/recipes-extended/iputils/iputils_20240117.bb
rename to meta/recipes-extended/iputils/iputils_20240905.bb
index 38806897426e9d6afcf0b27cf6fb25ff34da0b67..ca8ddc530d376af522766a9dc6ea4d2b8e04b5d9 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=627cc07ec86a45951d43e30658bbd819"
 DEPENDS = "gnutls"
 
 SRC_URI = "git://github.com/iputils/iputils;branch=master;protocol=https"
-SRCREV = "8372f355bdf7a9b0c79338dd8ef8464c00a5c4e2"
+SRCREV = "10b50784aae3fb75c96cdf9b1668916b49557dd5"
 
 S = "${WORKDIR}/git"