summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libxslt/libxslt_1.1.43.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-09-24 21:37:07 +0200
committerSteve Sakoman <steve@sakoman.com>2025-09-25 12:25:51 -0700
commita20ad9c56b970bfe24163a0a6e4b5a2c719e5198 (patch)
tree5491aa3d68194b0bcb98b5f98d284032fd578ff1 /meta/recipes-support/libxslt/libxslt_1.1.43.bb
parent9b55caf95e75ccc30e06725408f258ff18120e07 (diff)
downloadpoky-a20ad9c56b970bfe24163a0a6e4b5a2c719e5198.tar.gz
libxslt: apply patch for CVE-2025-7424
This patch is taken from the upstream bug, and is used by Apple in their build of WebKit. (From OE-Core rev: 2fd2384df66dc41b12d6fa481fbc2814141c54d1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 19122ccb05282e9b8803c4d1aaf06b61c22a1bab) Signed-off-by: Jeroen Hofstee <jhofstee@victronenergy.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/libxslt/libxslt_1.1.43.bb')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.43.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.43.bb b/meta/recipes-support/libxslt/libxslt_1.1.43.bb
index d251fa8122..e08e92085d 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.43.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.43.bb
@@ -13,7 +13,8 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458"
13SECTION = "libs" 13SECTION = "libs"
14DEPENDS = "libxml2" 14DEPENDS = "libxml2"
15 15
16SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz" 16SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz \
17 file://gnome-libxslt-bug-139-apple-fix.diff"
17 18
18SRC_URI[sha256sum] = "5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a" 19SRC_URI[sha256sum] = "5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a"
19 20