From b39123519b171abed29c4eb6c7724363837f280e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Dec 2024 08:16:37 +0800 Subject: [PATCH] sysprof: upgrade 47.1 -> 47.2 Changelog: ============ * Use pid when generating counter IDs in SysprofCollector * Fix potential UB in GtkBitset * Avoid UB in bsearch() with no data * Increased safety in SysprofDocumentLoader * Increased safety when parsing CPU counters with async IO Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gnome/sysprof/{sysprof_47.1.bb => sysprof_47.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/sysprof/{sysprof_47.1.bb => sysprof_47.2.bb} (95%) diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_47.1.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_47.2.bb similarity index 95% rename from meta-gnome/recipes-gnome/sysprof/sysprof_47.1.bb rename to meta-gnome/recipes-gnome/sysprof/sysprof_47.2.bb index e1b7be5180..b6f140404c 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_47.1.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_47.2.bb @@ -21,7 +21,7 @@ SRC_URI += "file://0001-meson-Check-for-libunwind-instead-of-libunwind-gener.pat file://0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch \ file://0003-libsysprof-Check-for-unw_set_caching_policy-before-u.patch \ " -SRC_URI[archive.sha256sum] = "d3baba814be0cdaef28704c8004ff3110e99525422060f2a993a22a47b9334eb" +SRC_URI[archive.sha256sum] = "e4b5ede9fd978ec3f0d5a0d44d0429a6d201c362bf6cb4527319031ae462c54f" # reason: gtk4 requires opengl distro feature REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'gtk', 'opengl', '', d)}"