From cbb879c325bae7284746d519c4ed231561f2103a Mon Sep 17 00:00:00 2001 From: Chee Yang Lee Date: Thu, 17 Aug 2023 17:34:56 +0800 Subject: [PATCH] librsvg: upgrade to 2.54.6 update include fix for CVE-2023-38633. (From OE-Core rev: 295eedb61d8224cc4bbb0ced1864db0a6a74ab1f) Signed-off-by: Chee Yang Lee Signed-off-by: Steve Sakoman --- .../librsvg/{librsvg_2.54.5.bb => librsvg_2.54.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/librsvg/{librsvg_2.54.5.bb => librsvg_2.54.6.bb} (97%) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.5.bb b/meta/recipes-gnome/librsvg/librsvg_2.54.6.bb similarity index 97% rename from meta/recipes-gnome/librsvg/librsvg_2.54.5.bb rename to meta/recipes-gnome/librsvg/librsvg_2.54.6.bb index 59278d1b16..b917b76041 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.54.5.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.54.6.bb @@ -20,7 +20,7 @@ SRC_URI += "file://0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.pat file://0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch \ " -SRC_URI[archive.sha256sum] = "4f03190f45324d1fa1f52a79dfcded1f64eaf49b3ae2f88eedab0c07617cae6e" +SRC_URI[archive.sha256sum] = "0ee6174140b5fc017e19a75c26e8c3324a560bf2c37f7abd3da06bd58542bb03" # librsvg is still autotools-based, but is calling cargo from its automake-driven makefiles # so we cannot use cargo class directly, but still need bits and pieces from it