diff mbox series

strace: upgrade 6.1 -> 6.2

Message ID 1678003665-30591-2-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 8ac5e04364ae00061617a327a1298f24e5213bf2
Headers show
Series strace: upgrade 6.1 -> 6.2 | expand

Commit Message

Mingyu Wang (Fujitsu) March 5, 2023, 8:07 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

* 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 <wangmy@fujitsu.com>
---
 meta/recipes-devtools/strace/{strace_6.1.bb => strace_6.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/strace/{strace_6.1.bb => strace_6.2.bb} (96%)
diff mbox series

Patch

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 ec5c10c80d..dc01b57d80 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