mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libxml2: Version bump. 2.10.4 -> 2.11.1
@ 2023-05-02 19:22 Christian Melki
  2023-05-05 14:56 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-05-02 19:22 UTC (permalink / raw)
  To: ptxdist

A significant bump. Includes a lot of hardening
against various types of problems.
Might cause some mishaps as internal stuff previously
accessible now won't be.
https://gitlab.gnome.org/GNOME/libxml2/-/releases

* Forward patchset. Applies cleanly

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0200-xml2-config-is-not-SYSROOT-aware.patch               | 0
 patches/{libxml2-2.10.4 => libxml2-2.11.1}/series             | 0
 rules/libxml2.make                                            | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{libxml2-2.10.4 => libxml2-2.11.1}/0200-xml2-config-is-not-SYSROOT-aware.patch (100%)
 rename patches/{libxml2-2.10.4 => libxml2-2.11.1}/series (100%)

diff --git a/patches/libxml2-2.10.4/0200-xml2-config-is-not-SYSROOT-aware.patch b/patches/libxml2-2.11.1/0200-xml2-config-is-not-SYSROOT-aware.patch
similarity index 100%
rename from patches/libxml2-2.10.4/0200-xml2-config-is-not-SYSROOT-aware.patch
rename to patches/libxml2-2.11.1/0200-xml2-config-is-not-SYSROOT-aware.patch
diff --git a/patches/libxml2-2.10.4/series b/patches/libxml2-2.11.1/series
similarity index 100%
rename from patches/libxml2-2.10.4/series
rename to patches/libxml2-2.11.1/series
diff --git a/rules/libxml2.make b/rules/libxml2.make
index 9e74e9f9d..a505c57c9 100644
--- a/rules/libxml2.make
+++ b/rules/libxml2.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2
 #
 # Paths and names
 #
-LIBXML2_VERSION	:= 2.10.4
-LIBXML2_MD5	:= 76808c467a58c31e2dbd511e71d5fd13
+LIBXML2_VERSION	:= 2.11.1
+LIBXML2_MD5	:= 700bdd6a8cd0d87736a6786a36926cec
 LIBXML2		:= libxml2-$(LIBXML2_VERSION)
 LIBXML2_SUFFIX	:= tar.xz
 LIBXML2_SOURCE	:= $(SRCDIR)/$(LIBXML2).$(LIBXML2_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libxml2: Version bump. 2.10.4 -> 2.11.1
  2023-05-02 19:22 [ptxdist] [PATCH] libxml2: Version bump. 2.10.4 -> 2.11.1 Christian Melki
@ 2023-05-05 14:56 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-05-05 14:56 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as d94e235737183b04766be2a048c69290fdb48a96.

Michael

[sent from post-receive hook]

On Fri, 05 May 2023 16:56:55 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> A significant bump. Includes a lot of hardening
> against various types of problems.
> Might cause some mishaps as internal stuff previously
> accessible now won't be.
> https://gitlab.gnome.org/GNOME/libxml2/-/releases
> 
> * Forward patchset. Applies cleanly
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230502192248.4162341-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libxml2-2.10.4/0200-xml2-config-is-not-SYSROOT-aware.patch b/patches/libxml2-2.11.1/0200-xml2-config-is-not-SYSROOT-aware.patch
> similarity index 100%
> rename from patches/libxml2-2.10.4/0200-xml2-config-is-not-SYSROOT-aware.patch
> rename to patches/libxml2-2.11.1/0200-xml2-config-is-not-SYSROOT-aware.patch
> diff --git a/patches/libxml2-2.10.4/series b/patches/libxml2-2.11.1/series
> similarity index 100%
> rename from patches/libxml2-2.10.4/series
> rename to patches/libxml2-2.11.1/series
> diff --git a/rules/libxml2.make b/rules/libxml2.make
> index 9e74e9f9dd80..a505c57c9097 100644
> --- a/rules/libxml2.make
> +++ b/rules/libxml2.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBXML2) += libxml2
>  #
>  # Paths and names
>  #
> -LIBXML2_VERSION	:= 2.10.4
> -LIBXML2_MD5	:= 76808c467a58c31e2dbd511e71d5fd13
> +LIBXML2_VERSION	:= 2.11.1
> +LIBXML2_MD5	:= 700bdd6a8cd0d87736a6786a36926cec
>  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:[~2023-05-05 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 19:22 [ptxdist] [PATCH] libxml2: Version bump. 2.10.4 -> 2.11.1 Christian Melki
2023-05-05 14:56 ` [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