From 0920bdb1f353d2616059a81027cd90fb86ff3f5caef9514c1aab4aac97a1dabf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 May 2022 07:33:29 +0000 Subject: [PATCH] Accepting request 971329 from home:dirkmueller:Factory - update to 1.6.2: * Fix off-by-one error in x86_64 stack frames * Fix error in aarch64 unw_sigcontext * resolve possible null pointer dereference * Switch to C11 atomics * RISC-V support * aarch64 getcontext functionality OBS-URL: https://build.opensuse.org/request/show/971329 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=52 --- libunwind-1.5.0.tar.gz | 3 --- libunwind-1.5.0.tar.gz.sig | Bin 438 -> 0 bytes libunwind-1.6.2.tar.gz | 3 +++ libunwind-1.6.2.tar.gz.sig | Bin 0 -> 438 bytes libunwind.changes | 11 +++++++++++ libunwind.spec | 5 ++--- 6 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 libunwind-1.5.0.tar.gz delete mode 100644 libunwind-1.5.0.tar.gz.sig create mode 100644 libunwind-1.6.2.tar.gz create mode 100644 libunwind-1.6.2.tar.gz.sig diff --git a/libunwind-1.5.0.tar.gz b/libunwind-1.5.0.tar.gz deleted file mode 100644 index b4b5a3f..0000000 --- a/libunwind-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017 -size 878355 diff --git a/libunwind-1.5.0.tar.gz.sig b/libunwind-1.5.0.tar.gz.sig deleted file mode 100644 index a918ac1d9dce7b6b8d5a90b0f5bd2f745518882294e2a0e0381d608a241a940c..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 438 zcmV;n0ZIOe0kZ@E0SW*e79j+6($B?g!s#`n6f&0qS|*AY)nB9q0$-}X-~b8<5CK{y ziWk*iq>JVZ0MWC=R2itz)S39y&Z&drEdR@?Y};ImMj%8Vu$2ZBnlMKt3z`!W@_V(z z$wFX^GQ;`K-nAxO>@+ORVO)sYK4$N?@4n^hz_a)vRfP4o#-Y2;fdVXCIqqtQ^Z5vv z-#B%)Io*1JeqH98=TFoQG=bR&Rz+rem#ch<8AU%oTq5OOD}2T979f+Ses>VcxrTL1t6 diff --git a/libunwind-1.6.2.tar.gz b/libunwind-1.6.2.tar.gz new file mode 100644 index 0000000..0f0a332 --- /dev/null +++ b/libunwind-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6aec666991fb45d0889c44aede8ad6eb108071c3554fcdff671f9c94794976 +size 901392 diff --git a/libunwind-1.6.2.tar.gz.sig b/libunwind-1.6.2.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..53cf9439eb3008de42c7e7e23735ca60d1c30e8047581edf855145d7fb34d7a3 GIT binary patch literal 438 zcmV;n0ZIOe0kZ@E0SW*e79j+6($B?g!s#`n6f&0qS|*AY)nB9q0%4}cFaQb(5CK{y ziWk*iq{Cwi`2nk?BEnBj_7P{6($JgLCtlO3;&NUnpALM~%u?Spoh(`itf)BaI<#VP)nMCm~-}^cri$j*a&VW2?9eRqRO+bRJ*g zs6M-+m=H@Cqej>DzuA?I-J??)->DA?#rL4lG&-6dvJ zuj~Qw_J6b%W#e??3{a-p6Js1E$wyEbkhg7xfwQntmneY`-ev4NtS=v)Y g^krMv`Q^2h>3-}*W{n_}0b%=ba-n(neCNWk%k9(FvH$=8 literal 0 HcmV?d00001 diff --git a/libunwind.changes b/libunwind.changes index 11dc7a5..e7f3f52 100644 --- a/libunwind.changes +++ b/libunwind.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 21 07:41:05 UTC 2022 - Dirk Müller + +- update to 1.6.2: + * Fix off-by-one error in x86_64 stack frames + * Fix error in aarch64 unw_sigcontext + * resolve possible null pointer dereference + * Switch to C11 atomics + * RISC-V support + * aarch64 getcontext functionality + ------------------------------------------------------------------- Tue Jan 19 21:29:19 UTC 2021 - Dirk Müller diff --git a/libunwind.spec b/libunwind.spec index 11e55db..c7ab15d 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,7 +1,7 @@ # # spec file for package libunwind # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libunwind -Version: 1.5.0 +Version: 1.6.2 Release: 0 Summary: Call chain detection library License: MIT @@ -30,7 +30,6 @@ Source3: baselibs.conf BuildRequires: gcc-c++ BuildRequires: lzma-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(atomic_ops) ExcludeArch: s390 riscv64 %description