From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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)}" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114174): https://lists.openembedded.org/g/openembedded-devel/message/114174 Mute This Topic: https://lists.openembedded.org/mt/109892038/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
