mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libunwind: Version bump. 1.7.1 -> 1.7.2
@ 2023-08-03 12:41 Christian Melki
  2023-08-07  6:50 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-08-03 12:41 UTC (permalink / raw)
  To: ptxdist

Yet another minor bugfix release.
https://github.com/libunwind/libunwind/releases/tag/v1.7.2

* Forward patchset. Applies cleanly.
1.7.2 was made from a stable 1.7 branch.
So it does not contain the upstream fix that was pushed to master.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-Fix-FTBFS-on-Linux-ppc32.patch                       | 0
 patches/{libunwind-1.7.1 => libunwind-1.7.2}/series           | 0
 rules/libunwind.make                                          | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{libunwind-1.7.1 => libunwind-1.7.2}/0001-Fix-FTBFS-on-Linux-ppc32.patch (100%)
 rename patches/{libunwind-1.7.1 => libunwind-1.7.2}/series (100%)

diff --git a/patches/libunwind-1.7.1/0001-Fix-FTBFS-on-Linux-ppc32.patch b/patches/libunwind-1.7.2/0001-Fix-FTBFS-on-Linux-ppc32.patch
similarity index 100%
rename from patches/libunwind-1.7.1/0001-Fix-FTBFS-on-Linux-ppc32.patch
rename to patches/libunwind-1.7.2/0001-Fix-FTBFS-on-Linux-ppc32.patch
diff --git a/patches/libunwind-1.7.1/series b/patches/libunwind-1.7.2/series
similarity index 100%
rename from patches/libunwind-1.7.1/series
rename to patches/libunwind-1.7.2/series
diff --git a/rules/libunwind.make b/rules/libunwind.make
index 76f5d763f..8684aa8d0 100644
--- a/rules/libunwind.make
+++ b/rules/libunwind.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind
 #
 # Paths and names
 #
-LIBUNWIND_VERSION	:= 1.7.1
-LIBUNWIND_MD5		:= 31c7a97f88cdbe9fe8f6af93b9e4ba9c
+LIBUNWIND_VERSION	:= 1.7.2
+LIBUNWIND_MD5		:= 35799cd8e475d3e157230ad2590c10f1
 LIBUNWIND		:= libunwind-$(LIBUNWIND_VERSION)
 LIBUNWIND_SUFFIX	:= tar.gz
 LIBUNWIND_URL		:= https://github.com/libunwind/libunwind/releases/download/v$(LIBUNWIND_VERSION)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libunwind: Version bump. 1.7.1 -> 1.7.2
  2023-08-03 12:41 [ptxdist] [PATCH] libunwind: Version bump. 1.7.1 -> 1.7.2 Christian Melki
@ 2023-08-07  6:50 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-08-07  6:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as f3bb0f3a140fa5a35074ec6055afc3590bd098f0.

Michael

[sent from post-receive hook]

On Mon, 07 Aug 2023 08:50:38 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Yet another minor bugfix release.
> https://github.com/libunwind/libunwind/releases/tag/v1.7.2
> 
> * Forward patchset. Applies cleanly.
> 1.7.2 was made from a stable 1.7 branch.
> So it does not contain the upstream fix that was pushed to master.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230803124116.4008263-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libunwind-1.7.1/0001-Fix-FTBFS-on-Linux-ppc32.patch b/patches/libunwind-1.7.2/0001-Fix-FTBFS-on-Linux-ppc32.patch
> similarity index 100%
> rename from patches/libunwind-1.7.1/0001-Fix-FTBFS-on-Linux-ppc32.patch
> rename to patches/libunwind-1.7.2/0001-Fix-FTBFS-on-Linux-ppc32.patch
> diff --git a/patches/libunwind-1.7.1/series b/patches/libunwind-1.7.2/series
> similarity index 100%
> rename from patches/libunwind-1.7.1/series
> rename to patches/libunwind-1.7.2/series
> diff --git a/rules/libunwind.make b/rules/libunwind.make
> index 76f5d763fa84..8684aa8d0bb6 100644
> --- a/rules/libunwind.make
> +++ b/rules/libunwind.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind
>  #
>  # Paths and names
>  #
> -LIBUNWIND_VERSION	:= 1.7.1
> -LIBUNWIND_MD5		:= 31c7a97f88cdbe9fe8f6af93b9e4ba9c
> +LIBUNWIND_VERSION	:= 1.7.2
> +LIBUNWIND_MD5		:= 35799cd8e475d3e157230ad2590c10f1
>  LIBUNWIND		:= libunwind-$(LIBUNWIND_VERSION)
>  LIBUNWIND_SUFFIX	:= tar.gz
>  LIBUNWIND_URL		:= https://github.com/libunwind/libunwind/releases/download/v$(LIBUNWIND_VERSION)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)



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

end of thread, other threads:[~2023-08-07  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03 12:41 [ptxdist] [PATCH] libunwind: Version bump. 1.7.1 -> 1.7.2 Christian Melki
2023-08-07  6:50 ` [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