Revisions of elfutils

Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 854596 from Martin Liška's avatar Martin Liška (marxin) (revision 163)
- Move profile files to libdebuginfod1 sub-package.
- Silent 2 rpmlint issues.
Richard Biener's avatar Richard Biener (rguenther) accepted request 851817 from Martin Liška's avatar Martin Liška (marxin) (revision 162)
- Mention elfutils-rpmlintrc as a Source.
Richard Biener's avatar Richard Biener (rguenther) accepted request 846185 from Martin Liška's avatar Martin Liška (marxin) (revision 161)
- Add new /etc/profile.d/debuginfod.{,c}sh files.
- Update to version 0.182:
  backends: Support for tilegx has been removed.
  config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS.
  debuginfod: More efficient package traversal, tolerate various errors
              during scanning, grooming progress is more visible and
              interruptible, more prometheus metrics.
  debuginfod-client: Now supports compressed (kernel) ELF images.
  libdwfl: Add ZSTD compression support.

- Add rpmlintrc for
  libdebuginfod1-dummy.s390x: E: shlib-policy-name-error (Badness: 10000) libdebuginfod1
  which is expected as libdebuginfod1 and it's dummy library do share equal
  soname.
Richard Biener's avatar Richard Biener (rguenther) accepted request 838967 from Martin Liška's avatar Martin Liška (marxin) (revision 160)
- Add Conflicts for dummy packages.

- Creatu dummy subpackages that can be used for build of packages
  that are in bootstrap cycle.
- Add Provides for real packages.
Richard Biener's avatar Richard Biener (rguenther) accepted request 834600 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 159)
- Disable LTO again - boo#1138796
  Adding -flto-partition=none and -Wno-error=stack-usage were
  not enough: 
    [  123s] libasm-devel.x86_64: E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libasm.a
    [  123s] libdw-devel.x86_64: E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libdw.a
    [  123s] libelf-devel.x86_64: E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libelf.a
    [  123s] This archive does not contain a non-empty .text section.  The archive was not
    [  123s] created with -ffat-lto-objects option.
  And adding -ffat-lto-objects breaks run-show-die-info.sh test.
Richard Biener's avatar Richard Biener (rguenther) accepted request 833040 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 158)
- Update to version 0.181:
  libelf: elf_update now compensates (fixes up) a bad sh_addralign for
          SHF_COMPRESSED sections.
  libdebuginfod: configure now takes --enable-libdebuginfod=dummy or
                 --disable-libdebuginfod for bootstrapping.
                 DEBUGINFOD_URLS now accepts "scheme-free" urls
                 (guessing at what the user meant, either http:// or file://)
  readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and gnu
                    property notes.
  libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows unwinding
                  on arm64 for code that is compiled for PAC (Pointer
                  Authentication Code) as long as it isn't enabled
- Drop upstream patch:
  * 0001-tests-Add-GCOV-flags-when-necessary.patch
Richard Biener's avatar Richard Biener (rguenther) accepted request 814639 from Martin Liška's avatar Martin Liška (marxin) (revision 157)
- Remove remove-run-large-elf-file.sh.patch as it now checks for memory
  size.
- Use autosetup.

- Remove cfi-fix.patch - should not be needed now.
- Remove remove-run-large-elf-file.sh.patch as it now checks for memory
  size.
- Use autosetup.
Richard Biener's avatar Richard Biener (rguenther) accepted request 814087 from Martin Liška's avatar Martin Liška (marxin) (revision 156)
- Update to version 0.180:
  elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
  libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
  libdw: Use correct CU to resolve file names in dwarf_decl_file.
  libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo.
  size: Also obey radix printing for bsd format.
  nm: Explicitly print weak 'V' or 'T' and common 'C' symbols.
- Add 0001-tests-Add-GCOV-flags-when-necessary.patch in order to fix
  an unresolved symbol.
- Enable LTO: boo#1138796 by adding -flto-partition=none and -Wno-error=stack-usage.

- Update to version 0.180:
  elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
  libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
  libdw: Use correct CU to resolve file names in dwarf_decl_file.
  libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo.
  size: Also obey radix printing for bsd format.
  nm: Explicitly print weak 'V' or 'T' and common 'C' symbols.
- Add 0001-tests-Add-GCOV-flags-when-necessary.patch in order to fix
  an unresolved symbol.
- Enable LTO: boo#1138796 by adding -flto-partition=none and -Wno-error=stack-usage.
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 155)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 154)
buildservice-autocommit accepted request 789786 from Michael Matz's avatar Michael Matz (matz2) (revision 153)
baserev update by copy to link target
Michael Matz's avatar Michael Matz (matz2) accepted request 789782 from Martin Liška's avatar Martin Liška (marxin) (revision 152)
- Update to version 0.179:
  debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program doesn't
                     install its own debuginfod_progressfn_t show download
                     progress on stderr.
                     DEBUGINFOD_TIMEOUT is now defined as seconds to get at
                     least 100K, defaults to 90 seconds.
                     Default to $XDG_CACHE_HOME/debuginfod_client.
                     New functions debuginfod_set_user_data,
                     debuginfod_get_user_data, debuginfod_get_url and
                     debuginfod_add_http_header.
                     Support for file:// URLs.
  debuginfod: Uses libarchive directly for reading rpm archives.
              Support for indexing .deb/.ddeb archives through dpkg-deb
              or bsdtar.
              Generic archive support through -Z EXT[=CMD]. Which can be
              used for example for arch-linux pacman files by using
              -Z '.tar.zst=zstdcat'.
              Better logging using User-Agent and X-Forwarded-For headers.
              More prometheus metrics.
              Support for eliding dots or extraneous slashes in path names.
  debuginfod-find: Accept /path/names in place of buildid hex.
  libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached
          Ensure zlib resource cleanup on failure.
  libdwfl: dwfl_linux_kernel_find_elf and dwfl_linux_kernel_report_offline
           now find and handle a compressed vmlinuz image.
  readelf, elflint: Handle PT_GNU_PROPERTY.
  translations: Updated Ukrainian translation.
buildservice-autocommit accepted request 772771 from Richard Biener's avatar Richard Biener (rguenther) (revision 151)
baserev update by copy to link target
Richard Biener's avatar Richard Biener (rguenther) accepted request 772628 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 150)
- Re-add libelf1 to baselibs.conf: we still generate a
  libelf-devel-32bit, which is only installable if libelf1-21bit
  also exists.
Richard Biener's avatar Richard Biener (rguenther) accepted request 769973 from Martin Liška's avatar Martin Liška (marxin) (revision 149)
- Exclude debuginfod sub-packages and move them to elfutils-debuginfod.


- Package debuginfod of elfutils for version 0.178.
Richard Biener's avatar Richard Biener (rguenther) accepted request 766515 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 148)
- Avoid double-shipping libdebuginfo.so.1 in two different
  subpackages. Fixup RPM group.
Richard Biener's avatar Richard Biener (rguenther) accepted request 766486 from Martin Liška's avatar Martin Liška (marxin) (revision 147)
- Split libdebuginfod1 into libdebuginfod1 and debuginfod-client.
  Add Requires for these packages.
Richard Biener's avatar Richard Biener (rguenther) accepted request 766277 from Martin Liška's avatar Martin Liška (marxin) (revision 146)
- Rename debuginfod-client package to libdebuginfod1 in
  order to fulfil SLPP violation.
Richard Biener's avatar Richard Biener (rguenther) accepted request 761816 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 145)
- Fix variable references in specfile
Richard Biener's avatar Richard Biener (rguenther) accepted request 761760 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 144)
Fixup changes file
Displaying revisions 41 - 60 of 203
openSUSE Build Service is sponsored by