From 000829adb6aca8145c277b7347ed148fffc15cb3 Mon Sep 17 00:00:00 2001 From: Roger Freitas Pereira Date: Sun, 7 Jun 2026 17:02:10 -0300 Subject: [PATCH] libunwind: update to 1.8.3. --- common/shlibs | 1 + srcpkgs/libunwind/template | 4 ++-- srcpkgs/libunwind/update | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/libunwind/update diff --git a/common/shlibs b/common/shlibs index 32b040e4df0d9a..f4123ba00af740 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1303,6 +1303,7 @@ libunwind-aarch64.so.8 libunwind-1.5.0_3 libunwind-ppc32.so.8 libunwind-1.5.0_3 libunwind-ppc64.so.8 libunwind-1.5.0_3 libunwind-setjmp.so.0 libunwind-1.5.0_3 +libunwind-coredump.so.0 libunwind-1.8.3_1 libmicrohttpd.so.12 libmicrohttpd-0.9.73_1 libmicrodns.so.1 libmicrodns-0.2.0_1 libgit2.so.1.7 libgit2-1.7.2_1 diff --git a/srcpkgs/libunwind/template b/srcpkgs/libunwind/template index 4795a10af33af5..cb2c083984fd68 100644 --- a/srcpkgs/libunwind/template +++ b/srcpkgs/libunwind/template @@ -1,6 +1,6 @@ # Template file for 'libunwind' pkgname=libunwind -version=1.8.2 +version=1.8.3 revision=1 build_style=gnu-configure hostmakedepends="libtool automake" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="MIT" homepage="https://www.nongnu.org/libunwind/" distfiles="https://github.com/libunwind/libunwind/releases/download/v${version}/libunwind-${version}.tar.gz" -checksum=7f262f1a1224f437ede0f96a6932b582c8f5421ff207c04e3d9504dfa04c8b82 +checksum=be30d910e67f58d82e753231f1357f326a1a088acf126b21ff77e60aab19b90b # many test failures make_check=no diff --git a/srcpkgs/libunwind/update b/srcpkgs/libunwind/update new file mode 100644 index 00000000000000..a6480567617129 --- /dev/null +++ b/srcpkgs/libunwind/update @@ -0,0 +1 @@ +pattern="refs/tags/v\K[0-9.]+"