From 3aafc087324d4e02a9b19b1509a0a24930837bd8 Mon Sep 17 00:00:00 2001 From: Nathan Owens 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 " license="MIT" homepage="https://www.nongnu.org/libunwind/" distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version/rc/-rc}.tar.gz" -checksum=df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435 +checksum=90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017 CFLAGS="-fcommon"