mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libxslt: Version bump. 1.1.37 -> 1.1.39
@ 2023-12-07 19:12 Christian Melki
  2024-01-10 20:23 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-12-07 19:12 UTC (permalink / raw)
  To: ptxdist

Victim bump for the libxml2 bump.
Bunch of fixes and improvements. Looks mostly harmless.
Let's try it and see.
https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.38
https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.39

* Forward patchset, applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0200-xslt-config-add-SYSROOT-support.patch                | 0
 patches/{libxslt-1.1.37 => libxslt-1.1.39}/series             | 0
 rules/libxslt.make                                            | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{libxslt-1.1.37 => libxslt-1.1.39}/0200-xslt-config-add-SYSROOT-support.patch (100%)
 rename patches/{libxslt-1.1.37 => libxslt-1.1.39}/series (100%)

diff --git a/patches/libxslt-1.1.37/0200-xslt-config-add-SYSROOT-support.patch b/patches/libxslt-1.1.39/0200-xslt-config-add-SYSROOT-support.patch
similarity index 100%
rename from patches/libxslt-1.1.37/0200-xslt-config-add-SYSROOT-support.patch
rename to patches/libxslt-1.1.39/0200-xslt-config-add-SYSROOT-support.patch
diff --git a/patches/libxslt-1.1.37/series b/patches/libxslt-1.1.39/series
similarity index 100%
rename from patches/libxslt-1.1.37/series
rename to patches/libxslt-1.1.39/series
diff --git a/rules/libxslt.make b/rules/libxslt.make
index 192120117..8c64b330a 100644
--- a/rules/libxslt.make
+++ b/rules/libxslt.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBXSLT) += libxslt
 #
 # Paths and names
 #
-LIBXSLT_VERSION	:= 1.1.37
-LIBXSLT_MD5	:= 84e86fc8a1b7495674016e05e4c5da44
+LIBXSLT_VERSION	:= 1.1.39
+LIBXSLT_MD5	:= 22e9eb7c23825124e786611b3760a3c7
 LIBXSLT		:= libxslt-$(LIBXSLT_VERSION)
 LIBXSLT_SUFFIX	:= tar.xz
 LIBXSLT_SOURCE	:= $(SRCDIR)/$(LIBXSLT).$(LIBXSLT_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libxslt: Version bump. 1.1.37 -> 1.1.39
  2023-12-07 19:12 [ptxdist] [PATCH] libxslt: Version bump. 1.1.37 -> 1.1.39 Christian Melki
@ 2024-01-10 20:23 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-01-10 20:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 8401d2f4e38657b8f0df0616cd055b6a08f5141d.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 21:23:02 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Victim bump for the libxml2 bump.
> Bunch of fixes and improvements. Looks mostly harmless.
> Let's try it and see.
> https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.38
> https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.39
> 
> * Forward patchset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231207191250.914372-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libxslt-1.1.37/0200-xslt-config-add-SYSROOT-support.patch b/patches/libxslt-1.1.39/0200-xslt-config-add-SYSROOT-support.patch
> similarity index 100%
> rename from patches/libxslt-1.1.37/0200-xslt-config-add-SYSROOT-support.patch
> rename to patches/libxslt-1.1.39/0200-xslt-config-add-SYSROOT-support.patch
> diff --git a/patches/libxslt-1.1.37/series b/patches/libxslt-1.1.39/series
> similarity index 100%
> rename from patches/libxslt-1.1.37/series
> rename to patches/libxslt-1.1.39/series
> diff --git a/rules/libxslt.make b/rules/libxslt.make
> index 1921201178b7..8c64b330ac44 100644
> --- a/rules/libxslt.make
> +++ b/rules/libxslt.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBXSLT) += libxslt
>  #
>  # Paths and names
>  #
> -LIBXSLT_VERSION	:= 1.1.37
> -LIBXSLT_MD5	:= 84e86fc8a1b7495674016e05e4c5da44
> +LIBXSLT_VERSION	:= 1.1.39
> +LIBXSLT_MD5	:= 22e9eb7c23825124e786611b3760a3c7
>  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:[~2024-01-10 20:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-07 19:12 [ptxdist] [PATCH] libxslt: Version bump. 1.1.37 -> 1.1.39 Christian Melki
2024-01-10 20:23 ` [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