mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] libxslt: version bump 1.1.42 -> 1.1.43
@ 2025-10-13 10:00 Sven Püschel
  2025-10-17  8:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-13 10:00 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Fixes 2 Use-After-Free vulnerabilities, see
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.news

Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 .../0200-xslt-config-add-SYSROOT-support.patch                | 0
 patches/{libxslt-1.1.42 => libxslt-1.1.43}/series             | 0
 rules/libxslt.make                                            | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{libxslt-1.1.42 => libxslt-1.1.43}/0200-xslt-config-add-SYSROOT-support.patch (100%)
 rename patches/{libxslt-1.1.42 => libxslt-1.1.43}/series (100%)

diff --git a/patches/libxslt-1.1.42/0200-xslt-config-add-SYSROOT-support.patch b/patches/libxslt-1.1.43/0200-xslt-config-add-SYSROOT-support.patch
similarity index 100%
rename from patches/libxslt-1.1.42/0200-xslt-config-add-SYSROOT-support.patch
rename to patches/libxslt-1.1.43/0200-xslt-config-add-SYSROOT-support.patch
diff --git a/patches/libxslt-1.1.42/series b/patches/libxslt-1.1.43/series
similarity index 100%
rename from patches/libxslt-1.1.42/series
rename to patches/libxslt-1.1.43/series
diff --git a/rules/libxslt.make b/rules/libxslt.make
index c30bd2231..72226f627 100644
--- a/rules/libxslt.make
+++ b/rules/libxslt.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBXSLT) += libxslt
 #
 # Paths and names
 #
-LIBXSLT_VERSION	:= 1.1.42
-LIBXSLT_MD5	:= 56bc5d89aa39d62002961c150fec08a0
+LIBXSLT_VERSION	:= 1.1.43
+LIBXSLT_MD5	:= 5dc0179c81be7a3082b43030ecfdebd4
 LIBXSLT		:= libxslt-$(LIBXSLT_VERSION)
 LIBXSLT_SUFFIX	:= tar.xz
 LIBXSLT_SOURCE	:= $(SRCDIR)/$(LIBXSLT).$(LIBXSLT_SUFFIX)
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libxslt: version bump 1.1.42 -> 1.1.43
  2025-10-13 10:00 [ptxdist] [PATCH v2] libxslt: version bump 1.1.42 -> 1.1.43 Sven Püschel
@ 2025-10-17  8:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17  8:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Thanks, applied as fbfc83f4ef3aeff2ea2ef22f23b7d817e078b953.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:20:57 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> Fixes 2 Use-After-Free vulnerabilities, see
> https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.news
> 
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251013100323.1361603-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libxslt-1.1.42/0200-xslt-config-add-SYSROOT-support.patch b/patches/libxslt-1.1.43/0200-xslt-config-add-SYSROOT-support.patch
> similarity index 100%
> rename from patches/libxslt-1.1.42/0200-xslt-config-add-SYSROOT-support.patch
> rename to patches/libxslt-1.1.43/0200-xslt-config-add-SYSROOT-support.patch
> diff --git a/patches/libxslt-1.1.42/series b/patches/libxslt-1.1.43/series
> similarity index 100%
> rename from patches/libxslt-1.1.42/series
> rename to patches/libxslt-1.1.43/series
> diff --git a/rules/libxslt.make b/rules/libxslt.make
> index c30bd22318d3..72226f6279f7 100644
> --- a/rules/libxslt.make
> +++ b/rules/libxslt.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBXSLT) += libxslt
>  #
>  # Paths and names
>  #
> -LIBXSLT_VERSION	:= 1.1.42
> -LIBXSLT_MD5	:= 56bc5d89aa39d62002961c150fec08a0
> +LIBXSLT_VERSION	:= 1.1.43
> +LIBXSLT_MD5	:= 5dc0179c81be7a3082b43030ecfdebd4
>  LIBXSLT		:= libxslt-$(LIBXSLT_VERSION)
>  LIBXSLT_SUFFIX	:= tar.xz
>  LIBXSLT_SOURCE	:= $(SRCDIR)/$(LIBXSLT).$(LIBXSLT_SUFFIX)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-17  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 10:00 [ptxdist] [PATCH v2] libxslt: version bump 1.1.42 -> 1.1.43 Sven Püschel
2025-10-17  8:20 ` [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