* [ptxdist] [PATCH] libunwind: Version bump. 1.8.2 -> 1.8.3
@ 2025-09-07 19:34 Christian Melki
0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2025-09-07 19:34 UTC (permalink / raw)
To: ptxdist
Minor changes.
https://github.com/libunwind/libunwind/releases/tag/v1.8.3
* Remove patchset, included in release.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...-src-ptrace-_UPT_ptrauth_insn_mask.c.patch | 27 -------------------
patches/libunwind-1.8.2/series | 4 ---
rules/libunwind.make | 4 +--
3 files changed, 2 insertions(+), 33 deletions(-)
delete mode 100644 patches/libunwind-1.8.2/0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch
delete mode 100644 patches/libunwind-1.8.2/series
diff --git a/patches/libunwind-1.8.2/0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch b/patches/libunwind-1.8.2/0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch
deleted file mode 100644
index 356b35267..000000000
--- a/patches/libunwind-1.8.2/0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Stephen Webb <swebb@qnx.com>
-Date: Tue, 15 Apr 2025 10:48:20 -0400
-Subject: [PATCH] Fix FTBFS in src/ptrace/_UPT_ptrauth_insn_mask.c
-
-Added missing parameter names to make C code comply to ISO/IEC 9899.
----
- src/ptrace/_UPT_ptrauth_insn_mask.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/ptrace/_UPT_ptrauth_insn_mask.c b/src/ptrace/_UPT_ptrauth_insn_mask.c
-index dcc5123700f5..e7b3a514b788 100644
---- a/src/ptrace/_UPT_ptrauth_insn_mask.c
-+++ b/src/ptrace/_UPT_ptrauth_insn_mask.c
-@@ -49,9 +49,10 @@ unw_word_t _UPT_ptrauth_insn_mask (UNUSED unw_addr_space_t as, void *arg)
-
- #else
-
--unw_word_t _UPT_ptrauth_insn_mask (unw_addr_space_t, void *)
-+unw_word_t _UPT_ptrauth_insn_mask (UNUSED unw_addr_space_t as, UNUSED void *arg)
- {
- return 0;
- }
-
--#endif
-\ No newline at end of file
-+#endif
-+
diff --git a/patches/libunwind-1.8.2/series b/patches/libunwind-1.8.2/series
deleted file mode 100644
index b4d107410..000000000
--- a/patches/libunwind-1.8.2/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-Fix-FTBFS-in-src-ptrace-_UPT_ptrauth_insn_mask.c.patch
-# 8a6af3d7349d07e76101ee13e9949cc4 - git-ptx-patches magic
diff --git a/rules/libunwind.make b/rules/libunwind.make
index 86c5632c8..e4a0cbfe0 100644
--- a/rules/libunwind.make
+++ b/rules/libunwind.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind
#
# Paths and names
#
-LIBUNWIND_VERSION := 1.8.2
-LIBUNWIND_MD5 := 0124a38fb752aa5492635f35d089f6b7
+LIBUNWIND_VERSION := 1.8.3
+LIBUNWIND_MD5 := 13bc7b41462ac6ea157d350eaf6c1503
LIBUNWIND := libunwind-$(LIBUNWIND_VERSION)
LIBUNWIND_SUFFIX := tar.gz
LIBUNWIND_URL := https://github.com/libunwind/libunwind/releases/download/v$(LIBUNWIND_VERSION)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-07 19:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-07 19:34 [ptxdist] [PATCH] libunwind: Version bump. 1.8.2 -> 1.8.3 Christian Melki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox