* [ptxdist] [PATCH] libxml2: Version bump. 2.15.1 -> 2.15.2
@ 2026-03-05 19:07 Christian Melki
2026-03-09 7:22 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-03-05 19:07 UTC (permalink / raw)
To: ptxdist
Mostly security fixes.
https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.15.2/NEWS
Plugs CVEs:
CVE-2026-1757: Memory leak in xmllint Shell
CVE-2026-0990: Prevent infinite recursion in xmlCatalogListXMLResolve
CVE-2026-0992: Exponential behavior when handling catalog.
CVE-2026-0989: Add RelaxNG include limit
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0200-xml2-config-is-not-SYSROOT-aware.patch | 0
patches/{libxml2-2.15.1 => libxml2-2.15.2}/series | 0
rules/libxml2.make | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{libxml2-2.15.1 => libxml2-2.15.2}/0200-xml2-config-is-not-SYSROOT-aware.patch (100%)
rename patches/{libxml2-2.15.1 => libxml2-2.15.2}/series (100%)
diff --git a/patches/libxml2-2.15.1/0200-xml2-config-is-not-SYSROOT-aware.patch b/patches/libxml2-2.15.2/0200-xml2-config-is-not-SYSROOT-aware.patch
similarity index 100%
rename from patches/libxml2-2.15.1/0200-xml2-config-is-not-SYSROOT-aware.patch
rename to patches/libxml2-2.15.2/0200-xml2-config-is-not-SYSROOT-aware.patch
diff --git a/patches/libxml2-2.15.1/series b/patches/libxml2-2.15.2/series
similarity index 100%
rename from patches/libxml2-2.15.1/series
rename to patches/libxml2-2.15.2/series
diff --git a/rules/libxml2.make b/rules/libxml2.make
index d42f57840..6b0a6efbb 100644
--- a/rules/libxml2.make
+++ b/rules/libxml2.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2
#
# Paths and names
#
-LIBXML2_VERSION := 2.15.1
-LIBXML2_MD5 := fcf38f534bb8996984dba978ee3e27f4
+LIBXML2_VERSION := 2.15.2
+LIBXML2_MD5 := 1ade9c67fddf485c37af352c8f471268
LIBXML2 := libxml2-$(LIBXML2_VERSION)
LIBXML2_SUFFIX := tar.xz
LIBXML2_SOURCE := $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] libxml2: Version bump. 2.15.1 -> 2.15.2
2026-03-05 19:07 [ptxdist] [PATCH] libxml2: Version bump. 2.15.1 -> 2.15.2 Christian Melki
@ 2026-03-09 7:22 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-03-09 7:22 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 76c5f2c6a01273ca1dcf8038b47a8da70ab8af30.
Michael
[sent from post-receive hook]
On Mon, 09 Mar 2026 08:22:29 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Mostly security fixes.
> https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.15.2/NEWS
>
> Plugs CVEs:
> CVE-2026-1757: Memory leak in xmllint Shell
> CVE-2026-0990: Prevent infinite recursion in xmlCatalogListXMLResolve
> CVE-2026-0992: Exponential behavior when handling catalog.
> CVE-2026-0989: Add RelaxNG include limit
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260305190701.1564380-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/libxml2-2.15.1/0200-xml2-config-is-not-SYSROOT-aware.patch b/patches/libxml2-2.15.2/0200-xml2-config-is-not-SYSROOT-aware.patch
> similarity index 100%
> rename from patches/libxml2-2.15.1/0200-xml2-config-is-not-SYSROOT-aware.patch
> rename to patches/libxml2-2.15.2/0200-xml2-config-is-not-SYSROOT-aware.patch
> diff --git a/patches/libxml2-2.15.1/series b/patches/libxml2-2.15.2/series
> similarity index 100%
> rename from patches/libxml2-2.15.1/series
> rename to patches/libxml2-2.15.2/series
> diff --git a/rules/libxml2.make b/rules/libxml2.make
> index d42f578409b6..6b0a6efbbafe 100644
> --- a/rules/libxml2.make
> +++ b/rules/libxml2.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2
> #
> # Paths and names
> #
> -LIBXML2_VERSION := 2.15.1
> -LIBXML2_MD5 := fcf38f534bb8996984dba978ee3e27f4
> +LIBXML2_VERSION := 2.15.2
> +LIBXML2_MD5 := 1ade9c67fddf485c37af352c8f471268
> LIBXML2 := libxml2-$(LIBXML2_VERSION)
> LIBXML2_SUFFIX := tar.xz
> LIBXML2_SOURCE := $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-09 7:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-05 19:07 [ptxdist] [PATCH] libxml2: Version bump. 2.15.1 -> 2.15.2 Christian Melki
2026-03-09 7:22 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox