From 59c9aa2411514f448cec23c0ceefeada2a103d85 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 22 Aug 2025 07:37:09 -0700 Subject: [PATCH] at-spi2-core: upgrade 2.56.3 -> 2.56.4 What's new in at-spi2-core 2.56.4: * Fix key grabs when num lock or caps lock are on under Wayland. atk-bridge: Don't crash when requesting a plug if not activated * Add sanity checks for child indices received via DBus. https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/2.56.4/NEWS?ref_type=tags Comparing changes: https://github.com/GNOME/at-spi2-core/compare/2.56.3...2.56.4 Signed-off-by: Tim Orling Signed-off-by: Mathieu Dubois-Briand --- .../atk/{at-spi2-core_2.56.3.bb => at-spi2-core_2.56.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/atk/{at-spi2-core_2.56.3.bb => at-spi2-core_2.56.4.bb} (95%) diff --git a/meta/recipes-support/atk/at-spi2-core_2.56.3.bb b/meta/recipes-support/atk/at-spi2-core_2.56.4.bb similarity index 95% rename from meta/recipes-support/atk/at-spi2-core_2.56.3.bb rename to meta/recipes-support/atk/at-spi2-core_2.56.4.bb index dd4929c349..90df892461 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.56.3.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.56.4.bb @@ -13,7 +13,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "0e41e1fc6a1961b38b4f9c0bea64bad30efff75949b7cdb988d2f2fdab72267a" +SRC_URI[sha256sum] = "dbe35b951499e1d6f1fb552c2e0a09cea7cba2adf6c2eba0b2c85b6c094a3a02" DEPENDS = " \ dbus \ -- 2.47.3