ef79530519
Accepting request 1306496 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
...
- Update to 1.8.3:
* Made -nostdlib depend on exception support (fixes missing
atomic symbols) by @bregma in #913
* Backport _UPT_ptrauth_insn_mask fixes to v1.8-stable by @phongn in #899
* Fix off-by-one in aarch64 unw_backtrace() by @bregma in #918
* Update libunwind.keyring file
OBS-URL: https://build.opensuse.org/request/show/1306496
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=80
2025-09-22 11:55:48 +00:00
fbe7c0681b
Accepting request 1281546 from openSUSE:Factory:RISCV
...
- 0001-Fix-unw_is_signal_frame-for-RISC-V.patch: Fix unw_is_signal_frame
for RISC-V
OBS-URL: https://build.opensuse.org/request/show/1281546
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=78
2025-06-02 10:14:58 +00:00
836b0ba195
Accepting request 1279991 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
...
- Update to 1.8.2:
* Rework inline aarch64 as for setcontext
* Fixed miscompilation of unw_getcontext() on ARM
* Support -mbranch-protection=pac-ret on aarch64
* Add unw_is_plt_entry() to public API (fixes FTBFS on QNX)
* Fix signal handling for QNX aarch64
OBS-URL: https://build.opensuse.org/request/show/1279991
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=76
2025-05-27 06:54:09 +00:00
45c7c19b87
Accepting request 1267299 from home:hsk17:branches:openSUSE:Factory:Staging:Gcc7
...
add malloc-prototype.patch from upstream to fix gcc15 compile time error
OBS-URL: https://build.opensuse.org/request/show/1267299
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=74
2025-04-07 08:15:09 +00:00
50a93b842f
Accepting request 1160609 from home:favogt:branches:openSUSE:Factory:Staging:M
...
A bit of an RFC.
- Drop BuildRequires on latex2man, the tarball has manpages already.
This avoids a large dependency chain:
* Add dont-disable-documentation-without-latex2man.patch
OBS-URL: https://build.opensuse.org/request/show/1160609
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=72
2024-03-25 11:34:27 +00:00
dcff1e3733
Accepting request 1152949 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
...
- Update to 1.8.1:
* Fix issue #713 by @cshung in #717
* Add do-release script by @bregma in #725
* Backport dotnet-runtime fixes to the 1.8 branch by @bregma in #726
* [v1.8] Make tests installable by @bregma in #722
* Bump version to 1.8.1 by @bregma in #727
OBS-URL: https://build.opensuse.org/request/show/1152949
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=70
2024-02-29 10:26:13 +00:00
ced204228d
Accepting request 1146191 from home:Guillaume_G:branches:openSUSE:Factory:ARM
...
- Disable LTO on aarch64 until upstream fix the issue:
https://github.com/libunwind/libunwind/issues/693
OBS-URL: https://build.opensuse.org/request/show/1146191
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=68
2024-02-12 15:17:39 +00:00
da1c1184c4
Accepting request 1142754 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
...
- Update to 1.8.0:
* Improve unwinding through a bad function pointer on x86_64
* Fix UMRs indicated by valgrind (x86_64)
* fix byte_order_is_valid function logic
* Use size_t to match R.H.S
* Move get_proc_info_in_range under dwarf/
* Bump actions/checkout@v2 to @V3
* dwarf_find_unwind_table: Find load_base correctly when current
segment does not start at segbase
* Add introspection for march=armv8-a+sve
* Linux: Make get_elf_image guaranteed AS-safe
* Provide syscall wrappers for mmap and munmap
* Allow to use a custom dl_iterate_phdr implementation
* aarch64: unw_step() validates address before calling dwarf_get
* Provide AS-safe allocator to LZMA
* Rework register load in aarch64_local_resume()
* Fix arm postdecrement
* Added support for unwinding through PPC64 PLT entries
* Fix array indexing bug in dwarf_search_unwind_table
* Fix unaligned memory accesses in */Ginit.c
* Get filename and offset from ip
* Fix maps leak if caller's pathlen is too small
* Adjust DYNAMIC addrs in loaded image
* Fix crash in elf_w(valid_object)
* Fix segfault on QNX
OBS-URL: https://build.opensuse.org/request/show/1142754
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=66
2024-01-31 10:21:36 +00:00
745dacd36b
Accepting request 1108083 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
...
- Update to 1.7.2:
* Don't override sp on arm and mips64.
* Add direct dependent libraries to remotes.
* Fix make install failure.
- Update to 1.7.1:
* Bump to release 1.7.1 to fix source tarball naming issue
OBS-URL: https://build.opensuse.org/request/show/1108083
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=64
2023-08-30 11:33:02 +00:00
a7d258040f
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
2023-06-29 13:09:07 +00:00
e945f56cff
Accepting request 978666 from home:Andreas_Schwab:Factory
...
- Fix dependencies
- Fix file list
OBS-URL: https://build.opensuse.org/request/show/978666
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=60
2022-05-23 13:56:17 +00:00
0c88b62961
Accepting request 977887 from home:jengelh:branches:devel:libraries:c_c++
...
- Adjust baselibs.conf for shlib guideline.
OBS-URL: https://build.opensuse.org/request/show/977887
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=58
2022-05-18 08:31:57 +00:00
92fd56d704
Accepting request 977503 from home:jengelh:branches:devel:libraries:c_c++
...
- Add Conflict markers for earlier combined libunwind.
OBS-URL: https://build.opensuse.org/request/show/977503
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=57
2022-05-16 14:28:12 +00:00
6def65c5e7
Accepting request 976976 from home:jengelh:branches:devel:libraries:c_c++
...
- Resolve rpmlint error "libunwind.x86_64: E:
shlib-policy-name-error SONAME: libunwind-coredump.so.0,
expected package suffix: 0"
OBS-URL: https://build.opensuse.org/request/show/976976
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=56
2022-05-16 08:33:16 +00:00
1eae0693dc
Accepting request 975383 from openSUSE:Factory:RISCV
...
- Enable build on riscv64 and run testsuite
OBS-URL: https://build.opensuse.org/request/show/975383
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=54
2022-05-06 11:18:06 +00:00
0925828f08
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
2022-05-02 07:33:29 +00:00
3567b9e403
Accepting request 864441 from home:dirkmueller:branches:devel:libraries:c_c++
...
- update to 1.5.0:
* dwarf: clang doesn't respect the static alias
* Fixed a missing dependency in dwarf-eh.h
* x86_64: Fix tdep_init_done when built with libatomic_ops
* mips: make _step_n64 as a static function
* Added braces to suppress empty if/else warnings
* Delete hardcode of address size to support MIPS64.
* Fix format specifier for int64_t:29
* Add initial support for Solaris x86-64
* x86_64: Add fixup code if previous RIP was invalid
* x86-64: make `is_cached_valid_mem` functional
* arm: clear ip thumb/arm mode bit before move to previous instruction
* Fix compilation with -fno-common.
* Fix off-by-one error in x86_64 stack frames
* aarch64: Fix __sigset build issue on muslC
* Make SHF_COMPRESSED use contingent on its existence
- remove libunwind_U_dyn_info_list.patch (upstream)
OBS-URL: https://build.opensuse.org/request/show/864441
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=50
2021-01-20 09:16:51 +00:00
c5436908eb
Accepting request 843210 from openSUSE:Factory:zSystems
...
enable build for s390x
OBS-URL: https://build.opensuse.org/request/show/843210
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=48
2020-10-22 09:21:34 +00:00
c7c9c0b856
Accepting request 805089 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
...
- Fix compilation with -fno-common [bsc#1171549]
- Add patch libunwind_U_dyn_info_list.patch
OBS-URL: https://build.opensuse.org/request/show/805089
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=46
2020-05-13 09:08:55 +00:00
5fcddc1521
Accepting request 799323 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
...
- Update to 1.4.0
- Fix compilation with -fno-common.
- arm: clear ip thumb/arm mode bit before move to previous instruction (#131 )
- tests: fix test-coredump-unwind without HAVE_EXECINFO_H (#165 )
- There are 20 not 9 failing tests on Solaris (#162 )
- change asm to __asm__ to support -std=c11 or similar (#149 )
- x86-64: make `is_cached_valid_mem` functional (#146 )
- Allow to build without weak `backtrace` symbol. (#142 )
- fix compile issue on SH platform (#137 )
- Add support for zlib compressed elf .debug_frame sections
- README: add libc requirement description (#121 )
- Older systems (e.g. RHEL5) do not have pipe2(). (#122 )
- x86_64: Add fixup code if previous RIP was invalid (#120 )
- Fix format specifier for int64_t:29 (#117 )
- Delete hardcode of address size to support MIPS64. (#114 )
- Added braces to suppress empty if/else warnings (#112 )
- mips: make _step_n64 as a static function
- x86_64: Fix tdep_init_done when built with libatomic_ops
- x86_64: tsan clean (#109 )
- Fixed a missing dependency in dwarf-eh.h
- dwarf: clang doesn't respect the static alias (#102 )
- Update libunwind.keyring
- Remove libunwind-gcc10-build-fno-common.patch fixed upstream
OBS-URL: https://build.opensuse.org/request/show/799323
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=44
2020-05-04 16:15:30 +00:00
Tomáš Chvátal
7b6e6699c4
Accepting request 776255 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
...
- Fix build with GCC-10: [bsc#1160876]
* In GCC-10, the default option -fcommon will change to -fno-common
- Add libunwind-gcc10-build-fno-common.patch
OBS-URL: https://build.opensuse.org/request/show/776255
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=42
2020-02-19 09:44:15 +00:00
95019156fa
Accepting request 713886 from home:jengelh:branches:devel:libraries:c_c++
...
- Ensure neutrality of description. Avoid name repetition in
summaries.
OBS-URL: https://build.opensuse.org/request/show/713886
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=40
2019-07-08 08:04:21 +00:00
Tomáš Chvátal
e95073489f
Accepting request 712766 from home:Andreas_Schwab:Factory
...
- Update to 1.3.1
* Iteration of unwind register states support
* Freebsd/Armv6 support
* Many, many dwarf bugfixes
* Mips remote unwind support
* aarch64 ptrace support
- fix_versioning_libunwind_1.2.1.patch: removed
OBS-URL: https://build.opensuse.org/request/show/712766
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=39
2019-07-01 09:35:13 +00:00
Tomáš Chvátal
d576da0e3c
Accepting request 577875 from home:Ronis_BR
...
- Add patch `fix_versioning_libunwind_1.2.1.patch`.
* This patch fixes the upstream bug gh#libunwind/libunwind#30.
This bug was causing the julia build process to fail.
NOTE: This patch shall be removed in the next version of
libunwind.
OBS-URL: https://build.opensuse.org/request/show/577875
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=37
2018-02-19 08:07:04 +00:00
Tomáš Chvátal
9a2db51b09
- Update keyring
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=35
2018-02-02 11:52:17 +00:00
Tomáš Chvátal
c1b704122d
Accepting request 571873 from home:avindra
...
- Upgrade to 1.2.1
* minor package fixes for tilegx, mips, others
* fix missing include file issues
- cleanup with spec-cleaner
- do not ship static libraries
OBS-URL: https://build.opensuse.org/request/show/571873
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=34
2018-02-02 11:11:16 +00:00
Tomáš Chvátal
682b017381
- Enable minidebugs parsing with lzma
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=32
2016-06-20 09:12:48 +00:00
Tomáš Chvátal
fe1b7adf5b
* libunwind-1.1-tests.diff
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=30
2016-05-17 12:41:03 +00:00
Tomáš Chvátal
cfcc8ae040
- Version update to 1.2-rc1, should include all our patches:
...
* 0001-Mark-run-ptrace-mapper-and-run-ptrace-misc-as-XFAIL-.patch
* 0002-Mark-run-ptrace-mapper-and-run-ptrace-misc-as-XFAIL-.patch
* libunwind-1.1-expected-fails.patch
* libunwind-CVE-2015-3239.patch
* libunwind-aarch64.patch
* libunwind-ppc64le.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=28
2016-05-17 11:12:18 +00:00
Tomáš Chvátal
8f294be45b
Accepting request 391464 from home:matwey:branches:devel:libraries:c_c++
...
Fix build for armv7l
OBS-URL: https://build.opensuse.org/request/show/391464
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=26
2016-04-24 19:34:44 +00:00
Tomáš Chvátal
7e7f3bdd40
- Add patch for bnc#936786 CVE-2015-3239, off by one:
...
* libunwind-CVE-2015-3239.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=24
2015-07-02 12:50:38 +00:00
Tomáš Chvátal
ed72689c64
Accepting request 293647 from home:msmeissn:branches:devel:libraries:c_c++
...
- added baselibs.conf for -xxbit packages
OBS-URL: https://build.opensuse.org/request/show/293647
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=22
2015-03-29 20:12:49 +00:00
62d9234f96
Accepting request 288855 from home:pluskalm:branches:devel:libraries:c_c++
...
- Use url for source
- Add gpg signature
OBS-URL: https://build.opensuse.org/request/show/288855
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=20
2015-03-04 18:23:33 +00:00
Tomáš Chvátal
2f9cb4158c
- Clean up with spec-cleaner
...
- Add dependency over libatomic_opts that was missing
- Do not disable fortify-sources as it seems to work with it anyway
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=18
2014-05-19 12:32:34 +00:00
e487ef9827
Accepting request 211862 from openSUSE:Factory:PowerLE
...
Port libunwind to support powerpc64le-linux.
Patches submitted to libunwind-devel.
- libunwind-ppc64le.patch: Add support for ppc64le
OBS-URL: https://build.opensuse.org/request/show/211862
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=16
2013-12-20 13:19:44 +00:00
Ismail Dönmez
ea9c8d7165
Accepting request 186731 from home:Andreas_Schwab:Factory
...
- libunwind-aarch64.patch: Add support for AArch64 from upstream
OBS-URL: https://build.opensuse.org/request/show/186731
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=14
2013-08-12 12:31:56 +00:00
47a0a4749d
- filelist fix for ARM
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=11
2013-01-26 08:19:51 +00:00
Ismail Dönmez
8b6578ab6d
Accepting request 145403 from home:k0da:ppc
...
OBS-URL: https://build.opensuse.org/request/show/145403
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=9
2012-12-14 07:28:24 +00:00
ee479d3e51
Accepting request 131258 from openSUSE:Factory:ARM
...
- add support for ARM
OBS-URL: https://build.opensuse.org/request/show/131258
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=7
2012-08-22 06:34:02 +00:00
0507937846
- remove build from ARM
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=5
2012-03-05 21:38:02 +00:00
8e8104e6c3
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=4
2012-03-05 21:36:58 +00:00
97a60f6967
- remove build from ARM
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=3
2012-03-05 21:36:02 +00:00
Stephan Kulow
1dd84c8fe0
Accepting request 105613 from devel:libraries:c_c++
...
- Remove redundant tags/sections
- Fix dangling symlink /usr/lib/libunwind.so (which was
pointing at "libunwind.so.8.*", verbatim asterisk)
- Throw out .la file (forwarded request 105594 from jengelh)
OBS-URL: https://build.opensuse.org/request/show/105613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=19
2012-02-17 11:01:39 +00:00
Stephan Kulow
7350638c6f
Accepting request 93263 from Base:System
...
add libtool to buildrequires (forwarded request 93212 from coolo)
OBS-URL: https://build.opensuse.org/request/show/93263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=17
2011-11-24 11:36:06 +00:00
Stephan Kulow
8de6d242f0
Accepting request 90397 from Base:System
...
- update to libunwind 1.0.1:
* hundreds of fixes, see http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=shortlog
for details
* ARM support
* Greatly improved x86-64 support thanks to Arun Sharma.
* Support for PPC64 added by Jose Flavio Aguilar Paulino.
* Testing, stability and many fixes on x86 (Paul Pluzhnikov)
* Improved local and remote unwinding on ARM (Ken Werner)
* Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to slow code paths
OBS-URL: https://build.opensuse.org/request/show/90397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=16
2011-11-08 08:24:40 +00:00
Ruediger Oertel
908aca2b74
Accepting request 51852 from Base:System
...
Accepted submit request 51852 from user coolo
OBS-URL: https://build.opensuse.org/request/show/51852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=12
2010-11-02 12:36:23 +00:00
OBS User autobuild
788f3be05f
Accepting request 30687 from Base:System
...
Copy from Base:System/libunwind based on submit request 30687 from user rguenther
OBS-URL: https://build.opensuse.org/request/show/30687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=8
2010-01-28 16:32:04 +00:00
OBS User unknown
c3b993048f
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=6
2009-01-27 01:19:00 +00:00
OBS User unknown
f48c5be3ea
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=4
2008-05-16 12:39:23 +00:00
OBS User unknown
1aca671998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=3
2008-04-20 13:13:41 +00:00