summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-06-27 17:23:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-01 13:56:02 +0100
commit0703fd6c6c336b5e676a463772e026dd65f5a20d (patch)
tree899f15294c24e05722d8e350a827ff425d0fb304 /meta/recipes-gnome
parent6a20e23ad98a4af05946b3af8ce63ba0e9aeff2e (diff)
downloadpoky-0703fd6c6c336b5e676a463772e026dd65f5a20d.tar.gz
librsvg: upgrade to 2.57.3
This is the latest point release in the 2.57.3 stable series. Version 2.57.3 ============== - #1062 - Limit numOctaves in feTurbulence to avoid unbounded CPU consumption. - #1064 - Don't panic when a :lang selector has an argument that is not a language-range (Lukáš Tyrychtr). Version 2.57.2 ============== - #1059 - Don't panic when rendering feOffset with a too-large offset. - #1060 - Don't panic when a decoded image has dimensions of zero. (From OE-Core rev: 8a5561ea39c395716e9721aa9d98fabbac1a24ee) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch4
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.57.3.bb (renamed from meta/recipes-gnome/librsvg/librsvg_2.57.1.bb)2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch b/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch
index c34a610522..c08ce8205a 100644
--- a/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch
+++ b/meta/recipes-gnome/librsvg/librsvg/0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch
@@ -1,4 +1,4 @@
1From d0f4f5b3ae900b9d092407e29b5372d93910c18c Mon Sep 17 00:00:00 2001 1From eee6c251bceb235912887a54c58a2fc2d4450216 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex@linutronix.de> 2From: Alexander Kanavin <alex@linutronix.de>
3Date: Tue, 21 Sep 2021 16:27:14 +0200 3Date: Tue, 21 Sep 2021 16:27:14 +0200
4Subject: [PATCH] Makefile.am: pass rust target to cargo also when not cross 4Subject: [PATCH] Makefile.am: pass rust target to cargo also when not cross
@@ -28,7 +28,7 @@ index 2a89954..4e296d3 100644
28 CARGO_VERBOSE = $(cargo_verbose_$(V)) 28 CARGO_VERBOSE = $(cargo_verbose_$(V))
29 cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY)) 29 cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY))
30diff --git a/configure.ac b/configure.ac 30diff --git a/configure.ac b/configure.ac
31index 42215cf..2499c96 100644 31index 480e27e..587c4db 100644
32--- a/configure.ac 32--- a/configure.ac
33+++ b/configure.ac 33+++ b/configure.ac
34@@ -292,9 +292,7 @@ AC_ARG_VAR(RUST_TARGET, [Set rust target (default=$host)]) 34@@ -292,9 +292,7 @@ AC_ARG_VAR(RUST_TARGET, [Set rust target (default=$host)])
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.57.3.bb
index ceaf1dfc00..7e6bdae531 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.57.3.bb
@@ -24,7 +24,7 @@ SRC_URI += " \
24 file://disable-rsvg-loader-test.patch \ 24 file://disable-rsvg-loader-test.patch \
25 " 25 "
26 26
27SRC_URI[archive.sha256sum] = "074671a3ed6fbcd67cae2a40e539107f4f097ca8a4ab1a894c05e2524ff340ef" 27SRC_URI[archive.sha256sum] = "1b2267082c0b77ef93b15747a5c754584eb5886baf2d5a08011cde0659c2c479"
28 28
29UPSTREAM_CHECK_REGEX = "librsvg-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" 29UPSTREAM_CHECK_REGEX = "librsvg-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
30 30