Accepting request 1095412 from home:pmonrealgonzalez:branches:devel:libraries:c_c++

- Update to 1.7.0:
  * DWARF: dwarf4 fix cie parsing.
  * x86_64: Stop aliasing RSP and CFA.
  * Prefer EXTBL unwinding on ARM.
  * [GCC pedantic] Fix "error: comma at end of enumerator list"
    when linking to libunwind.
  * Fix table indexing in dwarf_search_unwind_table.
  * Expose function-pointer-to-name API.
  * Add port for Linux on LoongArch.
  * Add more POSIX polyfills for nix cross-build on win.
  * DWARF: avoid a data race.
  * skip latex2man check with --disable-documentation.
  * Skip init_mem_validate calls during remote unwind.
  * [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error.
  * Update license in pal-single-threaded.c.
  * Fix to malloc call in tdep_get_elf_image.
  * Updated to determine PAGE_SIZE dynamically.
  * Unwind with pointer authentication on arm64.
  * Make some structs non-empty.
  * DWARF: avoid invalid memory access with invalid CFI.
  * fix incorrect store in AArch64 getcontext.
  * avoid leaking registers across sigreturn.
  * Use constant for array size in os-linux.
  * added coredump support for s390x.
  * Allow an alternate LOG_DRIVER to be specified.
  * Remove bashisms from tests/check-namespace.sh.
  * Add autodetection of procfs_status type.
  * Add remote unwinding support for macOS.
  * Expose get_proc_info_in_range API.
  * Autodetect presence of elf_fpregset_t.

OBS-URL: https://build.opensuse.org/request/show/1095412
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=62
This commit is contained in:
Pedro Monreal Gonzalez 2023-06-29 13:09:07 +00:00 committed by Git OBS Bridge
parent 3e5050f055
commit be59fc6ac8
7 changed files with 3379 additions and 61 deletions

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

Binary file not shown.

Binary file not shown.

3
libunwind-1.7.0.tar.gz Normal file
View File

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

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

Binary file not shown.

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Fri Jun 23 18:49:48 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
- Update to 1.7.0:
* DWARF: dwarf4 fix cie parsing.
* x86_64: Stop aliasing RSP and CFA.
* Prefer EXTBL unwinding on ARM.
* [GCC pedantic] Fix "error: comma at end of enumerator list"
when linking to libunwind.
* Fix table indexing in dwarf_search_unwind_table.
* Expose function-pointer-to-name API.
* Add port for Linux on LoongArch.
* Add more POSIX polyfills for nix cross-build on win.
* DWARF: avoid a data race.
* skip latex2man check with --disable-documentation.
* Skip init_mem_validate calls during remote unwind.
* [Loongarch64] amend the LoongArch64's CMakeLists.txt and compiling error.
* Update license in pal-single-threaded.c.
* Fix to malloc call in tdep_get_elf_image.
* Updated to determine PAGE_SIZE dynamically.
* Unwind with pointer authentication on arm64.
* Make some structs non-empty.
* DWARF: avoid invalid memory access with invalid CFI.
* fix incorrect store in AArch64 getcontext.
* avoid leaking registers across sigreturn.
* Use constant for array size in os-linux.
* added coredump support for s390x.
* Allow an alternate LOG_DRIVER to be specified.
* Remove bashisms from tests/check-namespace.sh.
* Add autodetection of procfs_status type.
* Add remote unwinding support for macOS.
* Expose get_proc_info_in_range API.
* Autodetect presence of elf_fpregset_t.
* coredump: stop assuming .text and .eh_frame are both in the first
segment of an ELF file.
* Make sigaltstack() optional.
* Add support for arm fp registers unwind.
* updated dist to focal for s390x jobs.
* Add RISC-V machine value in remote unwind.
* Fix SOFTFP case for arm getcontext.
* Added support for unwinding from the vsyscall region.
* Stop the autotools nag about AC_CONFIG_MACRO_DIRS.
* Fix make distcheck due to missing coredump header.
* Fix undefined behavior issues in aarch64.
* Account for lr in aarch64's uc_addr.
* tests/run-coredump-unwind: Skip test if no coredump has been created.
* [LoongArch64] Update the port to latest kernel ABI.
* arm64: Add support for unwinding in SVE functions
* check-namespace.sh: adjust aarch64 symbols.
* Updated to determine PAGE_SIZE dynamically for loongarch64.
* Gia64-test-nat.c: #include <signal.h> for sigaction().
* Fix for unw_backtrace fast path does not work on x86_64.
* fix the way load offset is detected so it works with lld linker.
* Remove the unused powerpc setcontext() dummies.
* Add unw_backtrace2 function.
- Include the man pages, README and LICENSE files.
- Update libunwind.keyring file.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 23 07:40:56 UTC 2022 - Andreas Schwab <schwab@suse.de> Mon May 23 07:40:56 UTC 2022 - Andreas Schwab <schwab@suse.de>

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
# #
# spec file for package libunwind # spec file for package libunwind
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,25 @@
# #
# Note the wrong version number from upstream
%global _bversion 1.70
Name: libunwind Name: libunwind
Version: 1.6.2 Version: 1.7.0
Release: 0 Release: 0
Summary: Call chain detection library Summary: Call chain detection library
License: MIT License: MIT
Group: System/Base Group: System/Base
URL: https://savannah.nongnu.org/projects/libunwind/ URL: https://savannah.nongnu.org/projects/libunwind/
Source0: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz Source0: https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-%{_bversion}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig Source1: https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-%{_bversion}.tar.gz.sig#/%{name}-%{version}.tar.gz.sig
Source2: %{name}.keyring Source2: %{name}.keyring
Source3: baselibs.conf Source3: baselibs.conf
BuildRequires: automake >= 1.14
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: lzma-devel BuildRequires: lzma-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: texlive-latex2man
ExcludeArch: s390 ExcludeArch: s390
%description %description
@ -90,9 +95,10 @@ program (libunwind), of a coredump image (libunwind-coredump), or of a separate
process (libunwind-ptrace). process (libunwind-ptrace).
%prep %prep
%autosetup %autosetup -p1 -n %{name}-%{_bversion}
%build %build
autoreconf -fiv
%configure \ %configure \
--enable-minidebuginfo --enable-minidebuginfo
%make_build %make_build
@ -104,7 +110,7 @@ process (libunwind-ptrace).
%install %install
%make_install %make_install
find %{buildroot} -iregex '.*\.l?a$' -delete -print find %{buildroot} -iregex '.*\.l?a$' -delete -print
# Help packagers with %files # Help packagers with %%files
find %{buildroot}/%{_libdir} -type f | sort find %{buildroot}/%{_libdir} -type f | sort
%post -n libunwind8 -p /sbin/ldconfig %post -n libunwind8 -p /sbin/ldconfig
@ -117,6 +123,8 @@ find %{buildroot}/%{_libdir} -type f | sort
%postun -n libunwind-setjmp0 -p /sbin/ldconfig %postun -n libunwind-setjmp0 -p /sbin/ldconfig
%files -n libunwind8 %files -n libunwind8
%license COPYING
%doc README NEWS
%{_libdir}/libunwind.so.8* %{_libdir}/libunwind.so.8*
%ifarch %arm %ifarch %arm
%{_libdir}/libunwind-arm.so.8* %{_libdir}/libunwind-arm.so.8*
@ -155,5 +163,6 @@ find %{buildroot}/%{_libdir} -type f | sort
%{_includedir}/* %{_includedir}/*
%{_libdir}/%{name}*.so %{_libdir}/%{name}*.so
%{_libdir}/pkgconfig/%{name}*.pc %{_libdir}/pkgconfig/%{name}*.pc
%{_mandir}/man3/*
%changelog %changelog