Security fixes. https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.14.2
Plugs CVEs: CVE-2025-32415: schemas: Fix heap buffer overflow in xmlSchemaIDCFillNodeTables CVE-2025-32414: python: Read at most len/4 characters. (Maks Verver) * Forward patchset, applies cleanly. Signed-off-by: Christian Melki <[email protected]> --- .../0200-xml2-config-is-not-SYSROOT-aware.patch | 0 patches/{libxml2-2.14.1 => libxml2-2.14.2}/series | 0 rules/libxml2.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libxml2-2.14.1 => libxml2-2.14.2}/0200-xml2-config-is-not-SYSROOT-aware.patch (100%) rename patches/{libxml2-2.14.1 => libxml2-2.14.2}/series (100%) diff --git a/patches/libxml2-2.14.1/0200-xml2-config-is-not-SYSROOT-aware.patch b/patches/libxml2-2.14.2/0200-xml2-config-is-not-SYSROOT-aware.patch similarity index 100% rename from patches/libxml2-2.14.1/0200-xml2-config-is-not-SYSROOT-aware.patch rename to patches/libxml2-2.14.2/0200-xml2-config-is-not-SYSROOT-aware.patch diff --git a/patches/libxml2-2.14.1/series b/patches/libxml2-2.14.2/series similarity index 100% rename from patches/libxml2-2.14.1/series rename to patches/libxml2-2.14.2/series diff --git a/rules/libxml2.make b/rules/libxml2.make index 2d3d72b29..e9601f9c3 100644 --- a/rules/libxml2.make +++ b/rules/libxml2.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2 # # Paths and names # -LIBXML2_VERSION := 2.14.1 -LIBXML2_MD5 := 8c39a0e95c425f26510a6b438dbcceba +LIBXML2_VERSION := 2.14.2 +LIBXML2_MD5 := 7119ed27bed2d6542b8b4baeac6d53be LIBXML2 := libxml2-$(LIBXML2_VERSION) LIBXML2_SUFFIX := tar.xz LIBXML2_SOURCE := $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX) -- 2.34.1
