| Name: | elfutils-default-yama-scope | 
|---|---|
| Version: | 0.182 | 
| Release: | 3.el8 | 
| Architecture: | noarch | 
| Group: | Unspecified | 
| Size: | 1810 | 
| License: | GPLv2+ or LGPLv3+ | 
| RPM: | elfutils-default-yama-scope-0.182-3.el8.noarch.rpm | 
| Source RPM: | elfutils-0.182-3.el8.src.rpm | 
| Build Date: | Wed May 19 2021 | 
| Build Host: | host-100-100-224-56.blddevtest1iad.osdevelopmeniad.oraclevcn.com | 
| Vendor: | Oracle America | 
| URL: | http://elfutils.org/ | 
| Summary: | Default yama attach scope sysctl setting | 
| Description: | Yama sysctl setting to enable default attach scope settings
enabling programs to use ptrace attach, access to
/proc/PID/{mem,personality,stack,syscall}, and the syscalls
process_vm_readv and process_vm_writev which are used for
interprocess services, communication and introspection
(like synchronisation, signaling, debugging, tracing and
profiling) of processes. | 
- Add elfutils-0.182-s390-pid_memory_read.patch
- Add elfutils-0.182-debuginfod-test-fix.patch.
- Upgrade to upstream 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.
  - New upstream release.
- Add elfutils-0.178-debuginfod-timeoutprogress.patch - Add elfutils-0.178-libasm-ebl.patch
- Add elfutils-0.178-curl-code-gcc-10.patch - Add elfutils-0.178-compressed-vmlinuz.patch
- Add elfutils-0.178-debuginfod-no-cache.patch. #1781097
- Add elfutils-debuginfod-client Provides and Requires with depsuffix
  to get multilib dependencies correct. Add %{version}-%{release} to
  keep subpackages in sync.
  - New upstream release.
  - debuginfod: New server, client tool and library to index and fetch
                ELF/DWARF files addressed by build-id through HTTP.
  - doc: There are now some manual pages for functions and tools.
  - backends: The libebl libraries are no longer dynamically loaded
              through dlopen, but are now compiled into libdw.so directly.
  - readelf: -n, --notes now takes an optional "SECTION" argument.
             -p and -x now also handle section numbers.
             New option --dyn-sym to show just the dynamic symbol table.
  - libcpu: Add RISC-V disassembler.
  - libdw: Abbrevs and DIEs can now be read concurrently by multiple
           threads through the same Dwarf handle.
  - libdwfl: Will try to use debuginfod when installed as fallback to
             retrieve ELF and DWARF debug data files by build-id.
- Fix libdebuginfod file list for debuginfo-client[-devel].
  - Add elfutils-0.176-strip-symbols-illformed.patch