Package Release Info

libdwarf-20161124-150000.3.6.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2023-2784
Available in Package Hub : 15 SP5 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libdwarf-devel
libdwarf-devel-static
libdwarf-doc
libdwarf-tools
libdwarf1

Change Logs

* Mon Jul 03 2023 matz@suse.com
- Add libdwarf-cve-2020-27545.diff to fix CVE-2020-27545
  (bsc#1193102).
* Mon Feb 13 2012 coolo@suse.com
- patch license to follow spdx.org standard
* Sun Sep 19 2010 jengelh@medozas.de
- Update to newer libdwarf (20100808), because the "perf" package
  needs a version >= 20100214. Fixes include:
  * dwarfdump was counting eh_frame low-pc as a duplicate of
  .debug_frame low-pc
  * Fixes some CFA_expression handling in libdwarf and allows some
  compiler mistakes a bit more leeway in dwarfdump (so the dump
  continues in the face of certain errors).
  * ARM and MIPS64BE handling
- Stripped changelog from .spec file, since it is already in
  .changes.
* Wed Oct 08 2008 dgollub@suse.de
- added libdwarf-dwarf3-dw_attributes.patch:
  Allow attribute DW_AT_const_value in dwarf_add_AT_targ_address_b().
  GCC generates code which has DW_AT_const_value with DW_FORM_addr.
  Additional DWARF3 enhancments:
  - allow DW_AT_entry_pc in dwarf_add_AT_targ_address_b()
  - allow DW_AT_call_column, DW_AT_call_file, DW_AT_call_line in
    dwarf_add_AT_unsigned_const
* Wed Oct 01 2008 dgollub@suse.de
- added libdwarf-relocation-support.patch:
  initial ELF relocation support for libdwarf
* Wed Oct 01 2008 dgollub@suse.de
- removed dwarfextract from libdwarf-tools package
  (got split into seperated package: dwarfextract)
- reenabled static build of libdwarf
* Fri Aug 22 2008 bwalle@suse.de
- update to 20080818
  Minor improvements: dwarfdump print_reloc.c referred to
  sym_data_entry_count in one place where sym_data_64_entry_count
  should have been tested. DW_DLA_PUBTYPE_CONTEXT was a typo,
  DW_DLE_PUBTYPE_CONTEXT was intended. Fixed indentation and
  removed some tabs in favor of spaces (in five files). A couple
  files had a couple lines with CR-LF line endings, the CR is now
  gone. Corrected minor typographical errors in libdwarf2p.1.mm and
  libdwarf2.1.mm and regenerated the pdfs.
* Tue Aug 12 2008 bwalle@suse.de
- update dwarfextract: fold dwarf-dwarfextract4.patch into
  (from LKCD CVS) libdwarf-add-dwarfextract
* Tue Jun 17 2008 bwalle@suse.de
- update to 20080615
  fixed wrong directory name in tarball (20060813 -> 20080815)
* Mon Jun 16 2008 bwalle@suse.de
- update to 20080613
  Removed __SGI_FAST_LIBELF code, no one could use it anyway.
  Fixed an off-by-one in dwarfdump which could reference off the
  end of an array in a specfic circumstance and verify string table
  index refers to inside the table when printing relocations.
  Corrected return code from libdwarf when there is no dwarf
  information. Thanks to Carlos Alberto Enciso for noticing the
  bugs. Fixed indentation and removed some tabs in favor of
  spaces (in a few files).