Bugfix releases. https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.5 https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.6
Plugs CVEs: CVE-2025-24928: Fix stack-buffer-overflow in xmlSnprintfElements CVE-2024-56171: Fix use-after-free after xmlSchemaItemListAdd * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki <[email protected]> --- .../0200-xml2-config-is-not-SYSROOT-aware.patch | 0 patches/{libxml2-2.13.4 => libxml2-2.13.6}/series | 0 rules/libxml2.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libxml2-2.13.4 => libxml2-2.13.6}/0200-xml2-config-is-not-SYSROOT-aware.patch (100%) rename patches/{libxml2-2.13.4 => libxml2-2.13.6}/series (100%) diff --git a/patches/libxml2-2.13.4/0200-xml2-config-is-not-SYSROOT-aware.patch b/patches/libxml2-2.13.6/0200-xml2-config-is-not-SYSROOT-aware.patch similarity index 100% rename from patches/libxml2-2.13.4/0200-xml2-config-is-not-SYSROOT-aware.patch rename to patches/libxml2-2.13.6/0200-xml2-config-is-not-SYSROOT-aware.patch diff --git a/patches/libxml2-2.13.4/series b/patches/libxml2-2.13.6/series similarity index 100% rename from patches/libxml2-2.13.4/series rename to patches/libxml2-2.13.6/series diff --git a/rules/libxml2.make b/rules/libxml2.make index c73143269..d391bcfd2 100644 --- a/rules/libxml2.make +++ b/rules/libxml2.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2 # # Paths and names # -LIBXML2_VERSION := 2.13.4 -LIBXML2_MD5 := 1c5f9cfeee665eb6f1ddc186aba4cf2f +LIBXML2_VERSION := 2.13.6 +LIBXML2_MD5 := 85dffa2387ff756bdf8b3b247594914a LIBXML2 := libxml2-$(LIBXML2_VERSION) LIBXML2_SUFFIX := tar.xz LIBXML2_SOURCE := $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX) -- 2.34.1
