diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-09-24 21:37:07 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-09-25 12:25:51 -0700 |
| commit | a20ad9c56b970bfe24163a0a6e4b5a2c719e5198 (patch) | |
| tree | 5491aa3d68194b0bcb98b5f98d284032fd578ff1 /meta/recipes-support/libxslt/libxslt_1.1.43.bb | |
| parent | 9b55caf95e75ccc30e06725408f258ff18120e07 (diff) | |
| download | poky-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.bb | 3 |
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" | |||
| 13 | SECTION = "libs" | 13 | SECTION = "libs" |
| 14 | DEPENDS = "libxml2" | 14 | DEPENDS = "libxml2" |
| 15 | 15 | ||
| 16 | SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz" | 16 | SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz \ |
| 17 | file://gnome-libxslt-bug-139-apple-fix.diff" | ||
| 17 | 18 | ||
| 18 | SRC_URI[sha256sum] = "5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a" | 19 | SRC_URI[sha256sum] = "5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a" |
| 19 | 20 | ||
