diff options
author | 2024-09-16 04:17:10 +0000 | |
---|---|---|
committer | 2024-09-18 08:37:46 +0100 | |
commit | 6e950f5edd36a2ef1b1a7c46c1bb860ddce7a70f (patch) | |
tree | 24983fed28d0e25159873c5ca1466d89fef658ad | |
parent | 78402af3e1d893d9554ab71c8a423b80e24af0d8 (diff) | |
download | openembedded-core-6e950f5edd36a2ef1b1a7c46c1bb860ddce7a70f.tar.gz |
iputils: upgrade 20240117 -> 20240905
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>
-rw-r--r-- | meta/recipes-extended/iputils/iputils_20240905.bb (renamed from meta/recipes-extended/iputils/iputils_20240117.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/iputils/iputils_20240117.bb b/meta/recipes-extended/iputils/iputils_20240905.bb index 3880689742..ca8ddc530d 100644 --- a/meta/recipes-extended/iputils/iputils_20240117.bb +++ b/meta/recipes-extended/iputils/iputils_20240905.bb @@ -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" |