Revisions of elfutils

Martin Liška's avatar Martin Liška (marxin) committed (revision 183)
- Add config-Move-the-2-dev-null-inside-the-sh-c-quotes-fo.patch that
  fixes boo#1202440.
Martin Liška's avatar Martin Liška (marxin) committed (revision 182)
- Add PR29474-debuginfod.patch in order to fix PR29474.
Martin Liška's avatar Martin Liška (marxin) committed (revision 181)
- Add Recommends for libdebuginfod1 so that debuginfod-profile
  sets the DEBUGINFOD_URLS.
Martin Liška's avatar Martin Liška (marxin) accepted request 982774 from Martin Liška's avatar Martin Liška (marxin) (revision 180)
- Add debuginfod-profile subpackage that collects settings
  files (boo#1200100).
Martin Liška's avatar Martin Liška (marxin) accepted request 977056 from Martin Liška's avatar Martin Liška (marxin) (revision 179)
- Add config-Move-the-2-dev-null-inside-the-sh-c-quotes-fo.patch
  in order to fix boo#1199265.
Martin Liška's avatar Martin Liška (marxin) committed (revision 178)
- Do not set DEBUGINFOD_URLS for anything older than Tumbleweed.
Martin Liška's avatar Martin Liška (marxin) accepted request 972777 from Martin Liška's avatar Martin Liška (marxin) (revision 177)
- Update to version 0.187:
  * debuginfod: Support -C option for connection thread pooling.
  * debuginfod-client: Negative cache file are now zero sized instead of
                     no-permission files.
  * addr2line: The -A, --absolute option, which shows file names including
             the full compilation directory is now the default.  To get the
             old behavior use the new option --relative.
  * readelf, elflint: Recognize FDO Packaging Metadata ELF notes
  * libdw, debuginfo-client: Load libcurl lazily only when files need to
                           be fetched remotely. libcurl is now never
                           loaded when DEBUGINFOD_URLS is unset. And when
                           DEBUGINFOD_URLS is set, libcurl is only loaded
                           when the debuginfod_begin function is called.
Martin Liška's avatar Martin Liška (marxin) accepted request 969904 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 176)
- Change to systemd-sysusers
  * Add elfutils-debuginfod.sysusers
Martin Liška's avatar Martin Liška (marxin) accepted request 957651 from Tony Jones's avatar Tony Jones (jones_tony) (revision 175)
- Add support for zstd, needed to inspect kernel modules (bsc#1196510)
- Add support for zstd, needed to inspect kernel modules (bsc#1196510)
Martin Liška's avatar Martin Liška (marxin) accepted request 930820 from Martin Liška's avatar Martin Liška (marxin) (revision 174)
- Update to version 0.185:
  debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files
                     etc/debuginfod*.urls rather than hardcoded into the
                     /etc/profile.d/debuginfod* scripts.
                     Add $DEBUGINFOD_MAXSIZE and $DEBUGINFOD_MAXTIME settings
                     for skipping large/slow transfers.
                     Add $DEBUGINFOD_RETRY for retrying aborted lookups.
  debuginfod: Supply extra HTTP response headers, describing archive/file
              names that satisfy the requested buildid content.
              Support -d :memory: option for in-memory databases.
              Protect against loops in federated server configurations.
              Add -r option to use -I/-X regexes for grooming stale files.
              Protect against wasted CPU from duplicate concurrent requests.
              Limit the duration of groom ops roughly to rescan (-t) times.
              Add --passive mode for serving from read-only database.
              Several other performance improvements & prometheus metrics.
  libdw: Support for the NVIDIA Cuda line map extensions.
         DW_LNE_NVIDIA_inlined_call and DW_LNE_NVIDIA_set_function_name
         are defined in dwarf.h. New functions dwarf_linecontext and
         dwarf_linefunctionname
- Remove tests-Allow-an-extra-pthread_kill-frame-in-backtrace.patch
  and disable-run-readelf-self-test.patch.
- Remove -flto-partition=none -Wno-error=stack-usage= from _lto_flags
Richard Biener's avatar Richard Biener (rguenther) accepted request 923167 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 173)
- Enhance license fields: all the libraries actually have a different
  license to the tools. While the tools are GPL-3.0-or-later, the
  libraries are (LGPL-3.0-or-later OR GPL-2.0-or-later)
Martin Liška's avatar Martin Liška (marxin) committed (revision 172)
- Add harden_debuginfod.service.patch as
  Automatic systemd hardening effort by the security team.
Martin Liška's avatar Martin Liška (marxin) accepted request 918926 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 171)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
Martin Liška's avatar Martin Liška (marxin) accepted request 910362 from Martin Liška's avatar Martin Liška (marxin) (revision 170)
- Add tests-Allow-an-extra-pthread_kill-frame-in-backtrace.patch
  in order to fix boo#1189083.

- Add tests-Allow-an-extra-pthread_kill-frame-in-backtrace.patch
  in order to fix boo#1189083.
Martin Liška's avatar Martin Liška (marxin) committed (revision 169)
- Update to version 0.185:
  debuginfod-client: Simplify curl handle reuse so downloads which
                     return an error are retried.
  elfcompress: Always exit with code 0 when the operation succeeds (even
               when nothing was done). On error the exit code is now always 1.
Martin Liška's avatar Martin Liška (marxin) accepted request 892117 from Martin Liška's avatar Martin Liška (marxin) (revision 168)
- Update to version 0.184:
  debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker.
  debuginfod-client: Client caches negative results. If a query for a
                     file failed with 404, an empty 000 permission
                     file is created in the cache. This will prevent
                     requesting the same file for the next 10 minutes.
                     Client objects now carry long-lived curl handles
                     for outgoing connections.  This makes it more
                     efficient for multiple sequential queries, because
                     the TCP connections and/or TLS state info are kept
                     around awhile, avoiding O(100ms) setup latencies.
  libdw: handle DW_FORM_indirect when reading attributes
  translations: Update Polish translation.
- Add 2 build dependences for tests.
Michael Matz's avatar Michael Matz (matz2) accepted request 879585 from Martin Liška's avatar Martin Liška (marxin) (revision 167)
- Enable https://debuginfod.opensuse.org/ debuginfod server
  by default now.
- Add disable-run-readelf-self-test.patch in order to disable
  a failing test-case with GCC 11 (PR27367).
Richard Biener's avatar Richard Biener (rguenther) accepted request 870255 from Martin Liška's avatar Martin Liška (marxin) (revision 166)
- Update to version 0.183:
  debuginfod: New thread-busy metric and more detailed error metrics.
              New --fdcache-mintmp and tracking of filesystem freespace.
              New increased webapi concurrency while grooming.
  debuginfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h which
                     can be used to dlopen the libdebuginfod.so library.
                     New function debuginfod_set_verbose_fd and
                     DEBUGINFOD_VERBOSE environment variable.
  config: profile.sh and profile.csh won't export DEBUGINFOD_URLS unless
          configured --enable-debuginfod-urls[=URLS]
  elflint, readelf: Recognize SHF_GNU_RETAIN.
                    Handle SHT_X86_64_UNWIND as valid relocation target.
- Remove config-do-not-define-DEBUGINFOD_URLS-environment-var.patch patch.
Richard Biener's avatar Richard Biener (rguenther) accepted request 864719 from Martin Liška's avatar Martin Liška (marxin) (revision 165)
- Enable LTO (boo#1138796) for elfutils.spec.
Richard Biener's avatar Richard Biener (rguenther) accepted request 860165 from Martin Liška's avatar Martin Liška (marxin) (revision 164)
- Add upstream config-do-not-define-DEBUGINFOD_URLS-environment-var.patch
  in order to fix boo#1180306.
Displaying revisions 21 - 40 of 203
openSUSE Build Service is sponsored by