From: Wang Mingyu Date: Wed, 22 Nov 2023 09:01:09 +0000 (+0800) Subject: libxslt: upgrade 1.1.38 -> 1.1.39 X-Git-Tag: yocto-5.2~4502 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48b353f3fb8e5ab1853cba7faa3065d2fe6f36b4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxslt: upgrade 1.1.38 -> 1.1.39 Changelog: =========== - extensions: Don't search imports for extension prefixes - transform: Check maximum depth when processing default templates - build: Add more missing includes - python: Don't set deprecated global - build: Add missing includes - imports: Limit nesting depth - extensions: Report top-level elements in xsltDebugDumpExtensions - Add extern "C" { } block to xsltlocale.h - python: Make it compatible with python3.12 - date: Fix check for localtime_s - date: Fix check for gmtime_s - pkg-config files include cflags for static builds - Handle NOCONFIG case when setting locations from CMake target properties - autotools: Make xslt-config executable - tests: Structured error handler now passes a const xmlError - python: Fix tests on MinGW - fuzz: Fix xmlFuzzEntityLoader after recent libxml2 changes Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-support/libxslt/libxslt_1.1.38.bb b/meta/recipes-support/libxslt/libxslt_1.1.39.bb similarity index 95% rename from meta/recipes-support/libxslt/libxslt_1.1.38.bb rename to meta/recipes-support/libxslt/libxslt_1.1.39.bb index ed5b15badd6..2cc0c84bec7 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.38.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.39.bb @@ -15,7 +15,7 @@ DEPENDS = "libxml2" SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz" -SRC_URI[sha256sum] = "1f32450425819a09acaff2ab7a5a7f8a2ec7956e505d7beeb45e843d0e1ecab1" +SRC_URI[sha256sum] = "2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0" UPSTREAM_CHECK_REGEX = "libxslt-(?P\d+(\.\d+)+)\.tar"