From: Wang Mingyu Date: Sun, 5 Mar 2023 08:07:44 +0000 (+0800) Subject: strace: upgrade 6.1 -> 6.2 X-Git-Tag: 2023-04-mickledore~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ac5e04364ae00061617a327a1298f24e5213bf2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git strace: upgrade 6.1 -> 6.2 * Improvements * Implemented collision resolution for overlapping ioctl commands from tty and snd subsystems. * Implemented decoding of IFLA_BRPORT_MAB and IFLA_DEVLINK_PORT netlink attributes. * Updated lists of ALG_*, BPF_*, IFLA_*, KEY_*, KVM_*, LANDLOCK_*, MEMBARRIER_*, NFT_*, NTF_*, and V4L2_* constants. * Updated lists of ioctl commands from Linux 6.2. * Bug fixes * Fixed build on alpha architecture. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/strace/strace_6.1.bb b/meta/recipes-devtools/strace/strace_6.2.bb similarity index 96% rename from meta/recipes-devtools/strace/strace_6.1.bb rename to meta/recipes-devtools/strace/strace_6.2.bb index ec5c10c80d0..dc01b57d80e 100644 --- a/meta/recipes-devtools/strace/strace_6.1.bb +++ b/meta/recipes-devtools/strace/strace_6.2.bb @@ -16,7 +16,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ file://0002-tests-Replace-off64_t-with-off_t.patch \ " -SRC_URI[sha256sum] = "2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd" +SRC_URI[sha256sum] = "0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8" inherit autotools ptest