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
This commit is contained in:
Dirk Mueller 2022-05-02 07:33:29 +00:00 committed by Git OBS Bridge
parent 8da7e29fc5
commit 0920bdb1f3
6 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017
size 878355

Binary file not shown.

BIN
libunwind-1.6.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libunwind-1.6.2.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 21 07:41:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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