Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libunwind: update to 1.5.0
@ 2020-11-13  0:40 ndowens
  2020-11-14  0:37 ` [PR PATCH] [Closed]: " ndowens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-11-13  0:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libunwind
https://github.com/void-linux/void-packages/pull/26338

libunwind: update to 1.5.0
aarch64-musl patch was integrated upstream

A patch file from https://github.com/void-linux/void-packages/pull/26338.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libunwind-26338.patch --]
[-- Type: text/x-diff, Size: 1723 bytes --]

From bd8cafa7d36c5b6c4668ffbb04472911e2d46134 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 12 Nov 2020 18:35:39 -0600
Subject: [PATCH] libunwind: update to 1.5.0

---
 srcpkgs/libunwind/patches/aarch64-musl.patch | 11 -----------
 srcpkgs/libunwind/template                   |  6 +++---
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/libunwind/patches/aarch64-musl.patch

diff --git a/srcpkgs/libunwind/patches/aarch64-musl.patch b/srcpkgs/libunwind/patches/aarch64-musl.patch
deleted file mode 100644
index e424c1a52d0..00000000000
--- a/srcpkgs/libunwind/patches/aarch64-musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/libunwind-aarch64.h
-+++ include/libunwind-aarch64.h
-@@ -192,7 +192,7 @@
- 	unsigned long uc_flags;
- 	struct ucontext *uc_link;
- 	stack_t uc_stack;
--	__sigset_t uc_sigmask;
-+	sigset_t uc_sigmask;
- 	struct unw_sigcontext uc_mcontext;
-   } unw_tdep_context_t;
- 
diff --git a/srcpkgs/libunwind/template b/srcpkgs/libunwind/template
index 944fba59bf1..d3f7cb92ef1 100644
--- a/srcpkgs/libunwind/template
+++ b/srcpkgs/libunwind/template
@@ -1,7 +1,7 @@
 # Template file for 'libunwind'
 pkgname=libunwind
-version=1.4.0
-revision=2
+version=1.5.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="libtool automake"
 makedepends="liblzma-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.nongnu.org/libunwind/"
 distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version/rc/-rc}.tar.gz"
-checksum=df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435
+checksum=90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017
 
 CFLAGS="-fcommon"
 

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

* Re: [PR PATCH] [Closed]: libunwind: update to 1.5.0
  2020-11-13  0:40 [PR PATCH] libunwind: update to 1.5.0 ndowens
@ 2020-11-14  0:37 ` ndowens
  2020-11-14  1:18 ` [PR PATCH] [Updated] " ndowens
  2020-11-14 14:52 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-11-14  0:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

There's a closed pull request on the void-packages repository

libunwind: update to 1.5.0
https://github.com/void-linux/void-packages/pull/26338

Description:
aarch64-musl patch was integrated upstream

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

* Re: [PR PATCH] [Updated] libunwind: update to 1.5.0
  2020-11-13  0:40 [PR PATCH] libunwind: update to 1.5.0 ndowens
  2020-11-14  0:37 ` [PR PATCH] [Closed]: " ndowens
@ 2020-11-14  1:18 ` ndowens
  2020-11-14 14:52 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-11-14  1:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libunwind
https://github.com/void-linux/void-packages/pull/26338

libunwind: update to 1.5.0
aarch64-musl patch was integrated upstream

A patch file from https://github.com/void-linux/void-packages/pull/26338.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libunwind-26338.patch --]
[-- Type: text/x-diff, Size: 1733 bytes --]

From 3aafc087324d4e02a9b19b1509a0a24930837bd8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 12 Nov 2020 18:35:39 -0600
Subject: [PATCH] libunwind: update to 1.5.0

[ci skip]
---
 srcpkgs/libunwind/patches/aarch64-musl.patch | 11 -----------
 srcpkgs/libunwind/template                   |  6 +++---
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/libunwind/patches/aarch64-musl.patch

diff --git a/srcpkgs/libunwind/patches/aarch64-musl.patch b/srcpkgs/libunwind/patches/aarch64-musl.patch
deleted file mode 100644
index e424c1a52d0..00000000000
--- a/srcpkgs/libunwind/patches/aarch64-musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/libunwind-aarch64.h
-+++ include/libunwind-aarch64.h
-@@ -192,7 +192,7 @@
- 	unsigned long uc_flags;
- 	struct ucontext *uc_link;
- 	stack_t uc_stack;
--	__sigset_t uc_sigmask;
-+	sigset_t uc_sigmask;
- 	struct unw_sigcontext uc_mcontext;
-   } unw_tdep_context_t;
- 
diff --git a/srcpkgs/libunwind/template b/srcpkgs/libunwind/template
index 944fba59bf1..d3f7cb92ef1 100644
--- a/srcpkgs/libunwind/template
+++ b/srcpkgs/libunwind/template
@@ -1,7 +1,7 @@
 # Template file for 'libunwind'
 pkgname=libunwind
-version=1.4.0
-revision=2
+version=1.5.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="libtool automake"
 makedepends="liblzma-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://www.nongnu.org/libunwind/"
 distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version/rc/-rc}.tar.gz"
-checksum=df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435
+checksum=90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017
 
 CFLAGS="-fcommon"
 

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

* Re: [PR PATCH] [Merged]: libunwind: update to 1.5.0
  2020-11-13  0:40 [PR PATCH] libunwind: update to 1.5.0 ndowens
  2020-11-14  0:37 ` [PR PATCH] [Closed]: " ndowens
  2020-11-14  1:18 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14 14:52 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-11-14 14:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

There's a merged pull request on the void-packages repository

libunwind: update to 1.5.0
https://github.com/void-linux/void-packages/pull/26338

Description:
aarch64-musl patch was integrated upstream

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

end of thread, other threads:[~2020-11-14 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13  0:40 [PR PATCH] libunwind: update to 1.5.0 ndowens
2020-11-14  0:37 ` [PR PATCH] [Closed]: " ndowens
2020-11-14  1:18 ` [PR PATCH] [Updated] " ndowens
2020-11-14 14:52 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).