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 a918ac1..0000000 Binary files a/libunwind-1.5.0.tar.gz.sig and /dev/null differ 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 0000000..53cf943 Binary files /dev/null and b/libunwind-1.6.2.tar.gz.sig differ 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