diff mbox series

[meta-lts-mixins,kirkstone/rust,21/33] librsvg: upgrade 2.58.1 -> 2.58.2

Message ID 809eaf086d31a8f6595dd87032ccfa72d7e8a59d.1724874972.git.scott.murray@konsulko.com
State New
Headers show
Series Update to Rust 1.78.0 | expand

Commit Message

Scott Murray Aug. 28, 2024, 8:09 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
- #1087 - Don't leak XML entities when the XML document fails to parse.
- #1092 - Fix stack overflow in <use> reference cycle.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(adapted from oe-core commit 44d0a6a347b134e4dadabbcc5e2b833049203502)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-gnome/librsvg/{librsvg_2.58.1.bb => librsvg_2.58.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes-gnome/librsvg/{librsvg_2.58.1.bb => librsvg_2.58.2.bb} (96%)
diff mbox series

Patch

diff --git a/recipes-gnome/librsvg/librsvg_2.58.1.bb b/recipes-gnome/librsvg/librsvg_2.58.2.bb
similarity index 96%
rename from recipes-gnome/librsvg/librsvg_2.58.1.bb
rename to recipes-gnome/librsvg/librsvg_2.58.2.bb
index ed4ac38..08492a0 100644
--- a/recipes-gnome/librsvg/librsvg_2.58.1.bb
+++ b/recipes-gnome/librsvg/librsvg_2.58.2.bb
@@ -23,7 +23,7 @@  SRC_URI += " \
            file://disable-rsvg-loader-test.patch \
            "
 
-SRC_URI[archive.sha256sum] = "3728596290a8576d305d06ec8afdf473516feee9dff22e03235eac433d56824e"
+SRC_URI[archive.sha256sum] = "18e9d70c08cf25f50d610d6d5af571561d67cf4179f962e04266475df6e2e224"
 
 UPSTREAM_CHECK_REGEX = "librsvg-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"