diff options
| author | Vijay Anusuri <vanusuri@mvista.com> | 2025-03-19 16:55:25 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-03-26 08:48:51 -0700 |
| commit | 985aeff01a89b02624eb3740868abd95f0b6b6fb (patch) | |
| tree | 47a80b424cc43ae24659b0e0a2bafedb8cb2cbe1 | |
| parent | 8cde060aa37eff5544cc86e6e2b036c863ceb172 (diff) | |
| download | poky-985aeff01a89b02624eb3740868abd95f0b6b6fb.tar.gz | |
libxslt: upgrade 1.1.39 -> 1.1.43
Include fixes for CVE-2024-24855 and CVE-2024-55549
Release Notes:
https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.43
Remove mem-debug option [1]
[1] https://gitlab.gnome.org/GNOME/libxslt/-/commit/c65a7c05f98ea4e9fae1247510b45db9dd3ec907
(From OE-Core rev: 7196f0a9a9f31c8692cd54877e6a34d10947b5c7)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.43.bb (renamed from meta/recipes-support/libxslt/libxslt_1.1.39.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.39.bb b/meta/recipes-support/libxslt/libxslt_1.1.43.bb index 2cc0c84bec..d251fa8122 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.39.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.43.bb | |||
| @@ -15,7 +15,7 @@ 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 | 17 | ||
| 18 | SRC_URI[sha256sum] = "2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0" | 18 | SRC_URI[sha256sum] = "5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a" |
| 19 | 19 | ||
| 20 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | 20 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" |
| 21 | 21 | ||
| @@ -37,7 +37,7 @@ do_configure:prepend () { | |||
| 37 | touch ${S}/doc/xsltproc.1 | 37 | touch ${S}/doc/xsltproc.1 |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" | 40 | EXTRA_OECONF = "--without-python --without-debug --without-crypto" |
| 41 | # older versions of this recipe had ${PN}-utils | 41 | # older versions of this recipe had ${PN}-utils |
| 42 | RPROVIDES:${PN}-bin += "${PN}-utils" | 42 | RPROVIDES:${PN}-bin += "${PN}-utils" |
| 43 | RCONFLICTS:${PN}-bin += "${PN}-utils" | 43 | RCONFLICTS:${PN}-bin += "${PN}-utils" |
