ca9947
Name: elfutils
ea5461
Version: 0.188
ea5461
%global baserelease 3
ca9947
Release: %{baserelease}%{?dist}
ca9947
URL: http://elfutils.org/
ca9947
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
ca9947
License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
ca9947
Source: %{?source_url}%{name}-%{version}.tar.bz2
ca9947
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
ca9947
ca9947
# Needed for isa specific Provides and Requires.
ca9947
%global depsuffix %{?_isa}%{!?_isa:-%{_arch}}
ca9947
ca9947
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
ca9947
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
ca9947
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
ca9947
Recommends: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
ca9947
%else
ca9947
Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
ca9947
BuildRequires: gcc
ca9947
# For libstdc++ demangle support
ca9947
BuildRequires: gcc-c++
ca9947
ca9947
BuildRequires: gettext
ca9947
BuildRequires: bison
ca9947
BuildRequires: flex
ca9947
ca9947
# Compression support
ca9947
BuildRequires: zlib-devel
ca9947
BuildRequires: bzip2-devel
ca9947
BuildRequires: xz-devel
7b48a2
BuildRequires: libzstd-devel
ca9947
ca9947
# For debuginfod
ca9947
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
ca9947
BuildRequires: pkgconfig(libcurl) >= 7.29.0
ca9947
BuildRequires: pkgconfig(sqlite3) >= 3.7.17
ca9947
BuildRequires: pkgconfig(libarchive) >= 3.1.2
ca9947
ca9947
# For tests need to bunzip2 test files.
ca9947
BuildRequires: bzip2
7b48a2
BuildRequires: zstd
362514
# For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss etc.
ca9947
BuildRequires: iproute
362514
BuildRequires: procps
1331bc
BuildRequires: bsdtar
ca9947
BuildRequires: curl
ea5461
# For run-debuginfod-response-headers.sh test case
ea5461
BuildRequires: socat
f20286
f20286
BuildRequires: automake
f20286
BuildRequires: autoconf
f20286
BuildRequires: gettext-devel
ca9947
ca9947
%global _gnu %{nil}
ca9947
%global _program_prefix eu-
ca9947
ca9947
%global provide_yama_scope	0
ca9947
ca9947
%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7
ca9947
%global provide_yama_scope	1
ca9947
%endif
ca9947
ca9947
# Patches
ea5461
ea5461
# Don't export internal function.
ea5461
Patch1: elfutils-0.188-static-extract_section.patch
ea5461
# Silence some compiler warnings
ea5461
Patch2: elfutils-0.188-compile-warnings.patch
ea5461
# The debuginfod_client object lifetime needs more careful handling
ea5461
Patch3: elfutils-0.188-debuginfod-client-lifetime.patch
362514
ca9947
%description
ca9947
Elfutils is a collection of utilities, including stack (to show
ca9947
backtraces), nm (for listing symbols from object files), size
ca9947
(for listing the section sizes of an object or archive file),
ca9947
strip (for discarding symbols), readelf (to see the raw ELF file
ca9947
structures), elflint (to check for well-formed ELF files) and
ca9947
elfcompress (to compress or decompress ELF sections).
ca9947
ca9947
%package libs
ca9947
Summary: Libraries to handle compiled objects
ca9947
License: GPLv2+ or LGPLv3+
ca9947
%if 0%{!?_isa:1}
ca9947
Provides: elfutils-libs%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
ca9947
%if %{provide_yama_scope}
ca9947
Requires: default-yama-scope
ca9947
%endif
ca9947
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
ca9947
Recommends: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
ca9947
%else
ca9947
Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
ca9947
%description libs
ca9947
The elfutils-libs package contains libraries which implement DWARF, ELF,
ca9947
and machine-specific ELF handling and process introspection.  These
ca9947
libraries are used by the programs in the elfutils package.  The
ca9947
elfutils-devel package enables building other programs using these
ca9947
libraries.
ca9947
ca9947
%package devel
ca9947
Summary: Development libraries to handle compiled objects
ca9947
License: GPLv2+ or LGPLv3+
ca9947
%if 0%{!?_isa:1}
ca9947
Provides: elfutils-devel%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
ca9947
Requires: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
ca9947
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
ca9947
Recommends: elfutils-debuginfod-client-devel%{depsuffix} = %{version}-%{release}
ca9947
%else
ca9947
Requires: elfutils-debuginfod-client-devel%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
ca9947
%description devel
ca9947
The elfutils-devel package contains the libraries to create
ca9947
applications for handling compiled objects.  libdw provides access
ca9947
to the DWARF debugging information.  libasm provides a programmable
ca9947
assembler interface.
ca9947
ca9947
%package devel-static
ca9947
Summary: Static archives to handle compiled objects
ca9947
License: GPLv2+ or LGPLv3+
ca9947
%if 0%{!?_isa:1}
ca9947
Provides: elfutils-devel-static%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
Requires: elfutils-devel%{depsuffix} = %{version}-%{release}
ca9947
Requires: elfutils-libelf-devel-static%{depsuffix} = %{version}-%{release}
ca9947
ca9947
%description devel-static
ca9947
The elfutils-devel-static package contains the static archives
ca9947
with the code to handle compiled objects.
ca9947
ca9947
%package libelf
ca9947
Summary: Library to read and write ELF files
ca9947
License: GPLv2+ or LGPLv3+
ca9947
%if 0%{!?_isa:1}
ca9947
Provides: elfutils-libelf%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
Obsoletes: libelf <= 0.8.2-2
ca9947
ca9947
%description libelf
ca9947
The elfutils-libelf package provides a DSO which allows reading and
ca9947
writing ELF files on a high level.  Third party programs depend on
ca9947
this package to read internals of ELF files.  The programs of the
ca9947
elfutils package use it also to generate new ELF files.
ca9947
ca9947
%package libelf-devel
ca9947
Summary: Development support for libelf
ca9947
License: GPLv2+ or LGPLv3+
ca9947
%if 0%{!?_isa:1}
ca9947
Provides: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
ca9947
Obsoletes: libelf-devel <= 0.8.2-2
ca9947
ca9947
%description libelf-devel
ca9947
The elfutils-libelf-devel package contains the libraries to create
ca9947
applications for handling compiled objects.  libelf allows you to
ca9947
access the internals of the ELF object file format, so you can see the
ca9947
different sections of an ELF file.
ca9947
ca9947
%package libelf-devel-static
ca9947
Summary: Static archive of libelf
ca9947
License: GPLv2+ or LGPLv3+
ca9947
%if 0%{!?_isa:1}
ca9947
Provides: elfutils-libelf-devel-static%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
Requires: elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
ca9947
ca9947
%description libelf-devel-static
ca9947
The elfutils-libelf-static package contains the static archive
ca9947
for libelf.
ca9947
ca9947
%if %{provide_yama_scope}
ca9947
%package default-yama-scope
ca9947
Summary: Default yama attach scope sysctl setting
ca9947
License: GPLv2+ or LGPLv3+
ca9947
Provides: default-yama-scope
ca9947
BuildArch: noarch
ca9947
# For the sysctl_apply macro we need systemd as build requires.
ca9947
# We also need systemd-sysctl in post to apply the default kernel config.
ca9947
# But this creates a circular requirement (see below). And it would always
ca9947
# pull in systemd even in build containers that don't really need it.
ca9947
# Luckily systemd is normally always installed already. The only times it
ca9947
# might not is when we do an initial install (and the cyclic dependency
ca9947
# chain might be broken) or when installing into a container. In the first
ca9947
# case we'll reboot soon to apply the default kernel config. In the second
ca9947
# case we really require that the host has the correct kernel config so it
ca9947
# also is available inside the container. So if we have weak dependencies
ca9947
# use Recommends (sadly Recommends(post) doesn't exist). This works because
ca9947
# in all cases that really matter systemd will already be installed. #1599083
ca9947
BuildRequires: systemd >= 215
ca9947
%if 0%{?fedora} > 24 || 0%{?rhel} > 7
ca9947
Recommends: systemd
ca9947
%else
ca9947
Requires(post): systemd
ca9947
%endif
ca9947
ca9947
%description default-yama-scope
ca9947
Yama sysctl setting to enable default attach scope settings
ca9947
enabling programs to use ptrace attach, access to
ca9947
/proc/PID/{mem,personality,stack,syscall}, and the syscalls
ca9947
process_vm_readv and process_vm_writev which are used for
ca9947
interprocess services, communication and introspection
ca9947
(like synchronisation, signaling, debugging, tracing and
ca9947
profiling) of processes.
ca9947
%endif
ca9947
ca9947
%package debuginfod-client
ca9947
Summary: Library and command line client for build-id HTTP ELF/DWARF server
ca9947
License: GPLv3+ and (GPLv2+ or LGPLv3+)
ca9947
%if 0%{!?_isa:1}
ca9947
Provides: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
ca9947
%endif
893516
# For debuginfod-find binary
893516
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
893516
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
ca9947
ca9947
%package debuginfod-client-devel
ca9947
Summary: Libraries and headers to build debuginfod client applications
ca9947
License: GPLv2+ or LGPLv3+
ca9947
%if 0%{!?_isa:1}
ca9947
Provides: elfutils-debuginfod-client-devel%{depsuffix} = %{version}-%{release}
ca9947
%endif
ca9947
Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
ca9947
ca9947
%package debuginfod
ca9947
Summary: HTTP ELF/DWARF file server addressed by build-id
ca9947
License: GPLv3+
ca9947
Requires: elfutils-libs%{depsuffix} = %{version}-%{release}
ca9947
Requires: elfutils-libelf%{depsuffix} = %{version}-%{release}
ca9947
Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release}
ca9947
BuildRequires: systemd
f20286
BuildRequires: make
ca9947
Requires(post):   systemd
ca9947
Requires(preun):  systemd
ca9947
Requires(postun): systemd
ca9947
Requires(pre): shadow-utils
1331bc
# To extract .deb files with a bsdtar (= libarchive) subshell
1331bc
Requires: bsdtar
ca9947
ca9947
%description debuginfod-client
ca9947
The elfutils-debuginfod-client package contains shared libraries
ca9947
dynamically loaded from -ldw, which use a debuginfod service
ca9947
to look up debuginfo and associated data. Also includes a
ca9947
command-line frontend.
ca9947
ca9947
%description debuginfod-client-devel
ca9947
The elfutils-debuginfod-client-devel package contains the libraries
ca9947
to create applications to use the debuginfod service.
ca9947
ca9947
%description debuginfod
ca9947
The elfutils-debuginfod package contains the debuginfod binary
ca9947
and control files for a service that can provide ELF/DWARF
ca9947
files to remote clients, based on build-id identification.
ca9947
The ELF/DWARF file searching functions in libdwfl can query
ca9947
such servers to download those files on demand.
ca9947
ca9947
%prep
362514
%autosetup -p1
f20286
f20286
autoreconf -f -v -i
7b48a2
ca9947
# In case the above patches added any new test scripts, make sure they
ca9947
# are executable.
ca9947
find . -name \*.sh ! -perm -0100 -print | xargs chmod +x
ca9947
ca9947
%build
ca9947
# Remove -Wall from default flags.  The makefiles enable enough warnings
ca9947
# themselves, and they use -Werror.  Appending -Wall defeats the cases where
ca9947
# the makefiles disable some specific warnings for specific code.
ca9947
# But add -Wformat explicitly for use with -Werror=format-security which
ca9947
# doesn't work without -Wformat (enabled by -Wall).
ca9947
RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-Wall/}"
ca9947
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat"
ca9947
ca9947
ca9947
trap 'cat config.log' EXIT
893516
893516
%if 0%{?centos} >= 8
893516
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions" --enable-debuginfod-urls=https://debuginfod.centos.org/
893516
%else
ca9947
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions"
893516
%endif
ca9947
trap '' EXIT
362514
%make_build
ca9947
ca9947
%install
362514
%make_install
ca9947
ca9947
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
ca9947
893516
%if 0%{?centos} < 8
7b48a2
# We don't have standard DEBUGINFOD_URLS yet.
7b48a2
rm ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d/debuginfod.sh
7b48a2
rm ${RPM_BUILD_ROOT}%{_sysconfdir}/profile.d/debuginfod.csh
893516
%endif
7b48a2
ca9947
%find_lang %{name}
ca9947
ca9947
%if %{provide_yama_scope}
ca9947
install -Dm0644 config/10-default-yama-scope.conf ${RPM_BUILD_ROOT}%{_sysctldir}/10-default-yama-scope.conf
ca9947
%endif
ca9947
ca9947
install -Dm0644 config/debuginfod.service ${RPM_BUILD_ROOT}%{_unitdir}/debuginfod.service
ca9947
install -Dm0644 config/debuginfod.sysconfig ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/debuginfod
ca9947
mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod
ca9947
touch ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
ca9947
ca9947
%check
ca9947
# Record some build root versions in build.log
f20286
uname -r; rpm -q binutils gcc glibc || true
ca9947
893516
# See rhbz #2060731 and #2055510. The ; true really should be ; false
893516
# but for some reason brew builds can cause test-suite failures.
362514
%make_build check || (cat tests/test-suite.log; true)
ca9947
ca9947
# Only the latest Fedora and EPEL have these scriptlets,
ca9947
# older Fedora and plain RHEL don't.
ca9947
%if 0%{?ldconfig_scriptlets:1}
ca9947
%ldconfig_scriptlets libs
ca9947
%ldconfig_scriptlets libelf
ca9947
%ldconfig_scriptlets debuginfod-client
ca9947
%else
ca9947
%post libs -p /sbin/ldconfig
ca9947
%postun libs -p /sbin/ldconfig
ca9947
%post libelf -p /sbin/ldconfig
ca9947
%postun libelf -p /sbin/ldconfig
ca9947
%post debuginfod-client -p /sbin/ldconfig
ca9947
%postun debuginfod-client -p /sbin/ldconfig
ca9947
%endif
ca9947
ca9947
%if %{provide_yama_scope}
ca9947
%post default-yama-scope
ca9947
# Due to circular dependencies might not be installed yet, so double check.
ca9947
# (systemd -> elfutils-libs -> default-yama-scope -> systemd)
ca9947
if [ -x /usr/lib/systemd/systemd-sysctl ] ; then
ca9947
%sysctl_apply 10-default-yama-scope.conf
ca9947
fi
ca9947
%endif
ca9947
ca9947
%files
ca9947
%{!?_licensedir:%global license %%doc}
ca9947
%license COPYING COPYING-GPLV2 COPYING-LGPLV3 doc/COPYING-GFDL
ca9947
%doc README TODO CONTRIBUTING
ca9947
%{_bindir}/eu-addr2line
ca9947
%{_bindir}/eu-ar
ca9947
%{_bindir}/eu-elfclassify
ca9947
%{_bindir}/eu-elfcmp
ca9947
%{_bindir}/eu-elfcompress
ca9947
%{_bindir}/eu-elflint
ca9947
%{_bindir}/eu-findtextrel
ca9947
%{_bindir}/eu-make-debug-archive
ca9947
%{_bindir}/eu-nm
ca9947
%{_bindir}/eu-objdump
ca9947
%{_bindir}/eu-ranlib
ca9947
%{_bindir}/eu-readelf
ca9947
%{_bindir}/eu-size
ca9947
%{_bindir}/eu-stack
ca9947
%{_bindir}/eu-strings
ca9947
%{_bindir}/eu-strip
ca9947
%{_bindir}/eu-unstrip
ca9947
%{_mandir}/man1/eu-*.1*
ca9947
ca9947
%files libs
ca9947
%{!?_licensedir:%global license %%doc}
ca9947
%license COPYING-GPLV2 COPYING-LGPLV3
ca9947
%{_libdir}/libasm-%{version}.so
ca9947
%{_libdir}/libdw-%{version}.so
ca9947
%{_libdir}/libasm.so.*
ca9947
%{_libdir}/libdw.so.*
ca9947
ca9947
%files devel
ca9947
%{_includedir}/dwarf.h
ca9947
%dir %{_includedir}/elfutils
ca9947
%{_includedir}/elfutils/elf-knowledge.h
ca9947
%{_includedir}/elfutils/known-dwarf.h
ca9947
%{_includedir}/elfutils/libasm.h
ca9947
%{_includedir}/elfutils/libdw.h
ca9947
%{_includedir}/elfutils/libdwfl.h
ca9947
%{_includedir}/elfutils/libdwelf.h
ca9947
%{_includedir}/elfutils/version.h
ca9947
%{_libdir}/libasm.so
ca9947
%{_libdir}/libdw.so
ca9947
%{_libdir}/pkgconfig/libdw.pc
ca9947
ca9947
%files devel-static
ca9947
%{_libdir}/libdw.a
ca9947
%{_libdir}/libasm.a
ca9947
ca9947
%files -f %{name}.lang libelf
ca9947
%{!?_licensedir:%global license %%doc}
ca9947
%license COPYING-GPLV2 COPYING-LGPLV3
ca9947
%{_libdir}/libelf-%{version}.so
ca9947
%{_libdir}/libelf.so.*
ca9947
ca9947
%files libelf-devel
ca9947
%{_includedir}/libelf.h
ca9947
%{_includedir}/gelf.h
ca9947
%{_includedir}/nlist.h
ca9947
%{_libdir}/libelf.so
ca9947
%{_libdir}/pkgconfig/libelf.pc
ca9947
%{_mandir}/man3/elf_*.3*
ca9947
ca9947
%files libelf-devel-static
ca9947
%{_libdir}/libelf.a
ca9947
ca9947
%if %{provide_yama_scope}
ca9947
%files default-yama-scope
ca9947
%{_sysctldir}/10-default-yama-scope.conf
ca9947
%endif
ca9947
ca9947
%files debuginfod-client
ca9947
%defattr(-,root,root)
ca9947
%{_libdir}/libdebuginfod-%{version}.so
ca9947
%{_libdir}/libdebuginfod.so.*
ca9947
%{_bindir}/debuginfod-find
ca9947
%{_mandir}/man1/debuginfod-find.1*
362514
%{_mandir}/man7/debuginfod*.7*
893516
%if 0%{?centos} >= 8
893516
%{_sysconfdir}/profile.d/debuginfod.*
893516
%{_sysconfdir}/debuginfod/*.urls
893516
%endif
ca9947
ca9947
%files debuginfod-client-devel
ca9947
%defattr(-,root,root)
ca9947
%{_libdir}/pkgconfig/libdebuginfod.pc
ca9947
%{_mandir}/man3/debuginfod_*.3*
ca9947
%{_includedir}/elfutils/debuginfod.h
ca9947
%{_libdir}/libdebuginfod.so
ca9947
ca9947
%files debuginfod
ca9947
%defattr(-,root,root)
ca9947
%{_bindir}/debuginfod
7b48a2
%config(noreplace) %{_sysconfdir}/sysconfig/debuginfod
ca9947
%{_unitdir}/debuginfod.service
ea5461
%{_mandir}/man8/debuginfod*.8*
ea5461
%{_mandir}/man7/debuginfod*.7*
ea5461
ca9947
ca9947
%dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod
7b48a2
%ghost %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite
ca9947
ca9947
%pre debuginfod
ca9947
getent group debuginfod >/dev/null || groupadd -r debuginfod
ca9947
getent passwd debuginfod >/dev/null || \
ca9947
    useradd -r -g debuginfod -d /var/cache/debuginfod -s /sbin/nologin \
ca9947
            -c "elfutils debuginfo server" debuginfod
ca9947
exit 0
ca9947
ca9947
%post debuginfod
ca9947
%systemd_post debuginfod.service
ca9947
ca9947
%postun debuginfod
ca9947
%systemd_postun_with_restart debuginfod.service
ca9947
ca9947
%changelog
ea5461
* Mon Nov 7 2022 Mark Wielaard <mjw@redhat.com> - 0.188-3
ea5461
- Add elfutils-0.188-compile-warnings.patch
ea5461
- Add elfutils-0.188-debuginfod-client-lifetime.patch
ea5461
ea5461
* Wed Nov 2 2022 Mark Wielaard <mjw@redhat.com> - 0.188-1
ea5461
- Upgrade to upsteam elfutils 0.188.
ea5461
- Add elfutils-0.188-static-extract_section.patch.
ea5461
893516
* Fri May  6 2022 Mark Wielaard <mjw@redhat.com> - 0.187-4
893516
- Upgrade to elfutils 0.187
893516
  - debuginfod: Support -C option for connection thread pooling.
893516
  - debuginfod-client: Negative cache file are now zero sized instead
893516
    of no-permission files.
893516
  - addr2line: The -A, --absolute option, which shows file names
893516
    includingthe full compilation directory is now the
893516
    default.  To get theold behavior use the new option --relative.
893516
  - readelf, elflint: Recognize FDO Packaging Metadata ELF notes
893516
  - libdw, debuginfo-client: Load libcurl lazily only when files need
893516
    to be fetched remotely. libcurl is now never loaded when
893516
    DEBUGINFOD_URLS is unset. And whenDEBUGINFOD_URLS is set,
893516
    libcurl is only loaded when the debuginfod_begin function is
893516
    called.
893516
- Add elfutils-0.187-csh-profile.patch
893516
- Add elfutils-0.187-debuginfod-client-fd-leak.patch
893516
- Add elfutils-0.187-mhd_no_dual_stack.patch
893516
- Add elfutils-0.187-mhd_epoll.patch
893516
- Add an explicit versioned requires from elfutils-debuginfod-client
893516
  on elfutils-libs and elfutils-libelf.
893516
- Remove brew testsuite workarounds
893516
893516
* Thu Feb 10 2022 Frank Ch. Eigler <fche@redhat.com> - 0.186-2
893516
- rhbz2052574: enable debuginfod.centos.org support by default
893516
362514
* Thu Nov 11 2021 Mark Wielaard <mjw@redhat.com> - 0.186-1
362514
- Upgrade to upstream 0.186
362514
  - debuginfod-client: Default $DEBUGINFOD_URLS is computed from
362514
    drop-in files /etc/debuginfod/*.urls rather than
362514
    hardcoded into the /etc/profile.d/debuginfod*
362514
    scripts.
362514
    Add $DEBUGINFOD_MAXSIZE and $DEBUGINFOD_MAXTIME settings
362514
    for skipping large/slow transfers.
362514
    Add $DEBUGINFOD_RETRY for retrying aborted lookups.
362514
  - debuginfod: Supply extra HTTP response headers, describing
362514
    archive/file names that satisfy the requested buildid content.
362514
    Support -d :memory: option for in-memory databases.
362514
    Protect against loops in federated server configurations.
362514
    Add -r option to use -I/-X regexes for grooming stale files.
362514
    Protect against wasted CPU from duplicate concurrent requests.
362514
    Limit the duration of groom ops roughly to rescan (-t) times.
362514
    Add --passive mode for serving from read-only database.
362514
    Several other performance improvements & prometheus metrics.
362514
  - libdw: Support for the NVIDIA Cuda line map extensions.
362514
    DW_LNE_NVIDIA_inlined_call and DW_LNE_NVIDIA_set_function_name
362514
    are defined in dwarf.h. New functions dwarf_linecontext and
362514
    dwarf_linefunctionname.
362514
  - translations: Update Japanese translation.
362514
f20286
* Thu May 27 2021 Mark Wielaard <mjw@redhat.com> - 0.185-1
f20286
- Upgrade to upstream 0.185
f20286
5c8df4
* Thu Dec 17 2020 Mark Wielaard <mjw@redhat.com> - 0.182-3
5c8df4
- Add elfutils-0.182-s390-pid_memory_read.patch
5c8df4
7b48a2
* Mon Nov  2 2020 Mark Wielaard <mjw@redhat.com> - 0.182-2
7b48a2
- Add elfutils-0.182-debuginfod-test-fix.patch.
7b48a2
7b48a2
* Mon Nov  2 2020 Mark Wielaard <mjw@redhat.com> - 0.182-1
7b48a2
- Upgrade to upstream 0.182
7b48a2
  - backends: Support for tilegx has been removed.
7b48a2
  - config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS.
7b48a2
  - debuginfod: More efficient package traversal, tolerate various
7b48a2
    errors during scanning, grooming progress is more visible and
7b48a2
    interruptible, more prometheus metrics.
7b48a2
  - debuginfod-client: Now supports compressed (kernel) ELF images.
7b48a2
  - libdwfl: Add ZSTD compression support.
7b48a2
1331bc
* Thu Jun 11 2020 Mark Wielaard <mjw@redhat.com> - 0.180-1
1331bc
- New upstream release.
1331bc
ca9947
* Fri Jan 10 2020 Mark Wielaard <mjw@redhat.com> - 0.178-7
ca9947
- Add elfutils-0.178-debuginfod-timeoutprogress.patch
ca9947
- Add elfutils-0.178-libasm-ebl.patch
ca9947
ca9947
* Fri Dec 13 2019 Mark Wielaard <mjw@redhat.com> - 0.178-6
ca9947
- Add elfutils-0.178-curl-code-gcc-10.patch
ca9947
- Add elfutils-0.178-compressed-vmlinuz.patch
ca9947
ca9947
* Mon Dec  9 2019 Mark Wielaard <mjw@redhat.com> - 0.178-5
ca9947
- Add elfutils-0.178-debuginfod-no-cache.patch. #1781097
ca9947
ca9947
* Thu Nov 28 2019 Mark Wielaard <mjw@redhat.com> - 0.178-4
ca9947
- Add elfutils-debuginfod-client Provides and Requires with depsuffix
ca9947
  to get multilib dependencies correct. Add %%{version}-%%{release} to
ca9947
  keep subpackages in sync.
ca9947
ca9947
* Tue Nov 26 2019 Mark Wielaard <mjw@redhat.com> - 0.178-2
ca9947
- New upstream release.
ca9947
  - debuginfod: New server, client tool and library to index and fetch
ca9947
                ELF/DWARF files addressed by build-id through HTTP.
ca9947
  - doc: There are now some manual pages for functions and tools.
ca9947
  - backends: The libebl libraries are no longer dynamically loaded
ca9947
              through dlopen, but are now compiled into libdw.so directly.
ca9947
  - readelf: -n, --notes now takes an optional "SECTION" argument.
ca9947
             -p and -x now also handle section numbers.
ca9947
             New option --dyn-sym to show just the dynamic symbol table.
ca9947
  - libcpu: Add RISC-V disassembler.
ca9947
  - libdw: Abbrevs and DIEs can now be read concurrently by multiple
ca9947
           threads through the same Dwarf handle.
ca9947
  - libdwfl: Will try to use debuginfod when installed as fallback to
ca9947
             retrieve ELF and DWARF debug data files by build-id.
ca9947
- Fix libdebuginfod file list for debuginfo-client[-devel].
ca9947
ca9947
* Fri Jul  5 2019 Mark Wielaard <mjw@redhat.com> - 0.176-5
ca9947
- Add elfutils-0.176-strip-symbols-illformed.patch
ca9947
ca9947
* Wed Jun  5 2019 Mark Wielaard <mjw@redhat.com> - 0.176-4
ca9947
- Add elfutils-0.176-elf-update.patch (#1717349)
ca9947
ca9947
* Mon May 13 2019 Mark Wielaard <mjw@redhat.com> - 0.176-3
ca9947
- Rebuilt for annobin change.
ca9947
ca9947
* Fri May 10 2019 Mark Wielaard <mjw@redhat.com> - 0.176-2
ca9947
- Add elfutils-0.176-xlate-note.patch (#1705138)
ca9947
ca9947
* Tue May  7 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-1
ca9947
- New upstream release.
ca9947
  - backends: riscv improved core file and return value location support.
ca9947
  - Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
ca9947
          CVE-2019-7664, CVE-2019-7665.
ca9947
ca9947
* Mon Dec  3 2018 Mark Wielaard <mjw@redhat.com> - 0.174-6
ca9947
- Add elfutils-0.174-gnu-props-32.patch.
ca9947
ca9947
* Thu Nov 15 2018 Mark Wielaard <mjw@redhat.com> - 0.174-5
ca9947
- Add elfutils-0.174-x86_64_unwind.patch (#1650114).
ca9947
- Add elfutils-0.174-gnu-property-note.patch (#1650120).
ca9947
- Add elfutils-0.174-version-note.patch.
ca9947
- Add elfutils-0.174-gnu-attribute-note.patch (#1650125).
ca9947
ca9947
* Tue Nov  6 2018 Mark Wielaard <mjw@redhat.com> - 0.174-4
ca9947
- Add elfutils-0.174-size-rec-ar.patch
ca9947
  CVE-2018-18520 (#1646479)
ca9947
- Add elfutils-0.174-ar-sh_entsize-zero.patch
ca9947
  CVE-2018-18521 (#1646484)
ca9947
ca9947
* Fri Nov  2 2018 Mark Wielaard <mjw@redhat.com> - 0.174-3
ca9947
- Add elfutils-0.174-libdwfl-sanity-check-core-reads.patch
ca9947
  CVE-2018-18310 (#1642606)
ca9947
ca9947
* Fri Oct 19 2018 Mark Wielaard <mjw@redhat.com> - 0.174-2
ca9947
- Add elfutils-0.174-strip-unstrip-group.patch (#1638248).
ca9947
ca9947
* Tue Sep 18 2018 Mark Wielaard <mjw@redhat.com> - 0.174-1
ca9947
- New upstream release (#1614972)
ca9947
  - libelf, libdw and all tools now handle extended shnum and shstrndx
ca9947
    correctly
ca9947
  - elfcompress: Don't rewrite input file if no section data needs
ca9947
    updating.  Try harder to keep same file mode bits (suid) on rewrite.
ca9947
  - strip: Handle mixed (out of order) allocated/non-allocated sections.
ca9947
  - unstrip: Handle SHT_GROUP sections.
ca9947
  - backends: RISCV and M68K now have backend implementations to
ca9947
    generate CFI based backtraces.
ca9947
  - Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403
ca9947
    (#1623754, #1625052, #1625057).
ca9947
ca9947
* Mon Jul 30 2018 Florian Weimer <fweimer@redhat.com> - 0.173-8
ca9947
- Rebuild with fixed binutils
ca9947
ca9947
* Sun Jul 29 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-7
ca9947
- Add elfutils-0.173-strip-alloc-nonalloc.patch (#1609577)
ca9947
ca9947
* Tue Jul 24 2018 Mark Wielaard <mjw@fedoraproject.org>
ca9947
- Drop libstdc++-devel BuildRequires. gcc-c++ will pull it in.
ca9947
ca9947
* Tue Jul 24 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-6
ca9947
- Update elfutils-0.173-annobingroup.patch.
ca9947
ca9947
* Sat Jul 21 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-5
ca9947
- Add BuildRequires gcc-c++ for demangle support.
ca9947
- Add elfutils-0.173-annobingroup.patch.
ca9947
ca9947
* Sat Jul 21 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-4
ca9947
- Add elfutils-0.173-elfcompress.patch (#1607044)
ca9947
ca9947
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.173-3
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ca9947
ca9947
* Mon Jul  9 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-2
ca9947
- Update elfutils-0.173-new-notes-hack.patch for new annobin note.
ca9947
- Unbreak cyclic systemd dependency for buildroot container (#1599083)
ca9947
ca9947
* Fri Jun 29 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.173-1
ca9947
- New upstream release
ca9947
  - More fixes for crashes and hangs found by afl-fuzz. In particular
ca9947
    various functions now detect and break infinite loops caused by bad
ca9947
    DIE tree cycles.
ca9947
  - readelf: Will now lookup the size and signedness of constant value
ca9947
    types to display them correctly (and not just how they were encoded).
ca9947
  - libdw: New function dwarf_next_lines to read CU-less .debug_line data.
ca9947
    dwarf_begin_elf now accepts ELF files containing just .debug_line
ca9947
    or .debug_frame sections (which can be read without needing a DIE
ca9947
    tree from the .debug_info section).
ca9947
    Removed dwarf_getscn_info, which was never implemented.
ca9947
  - backends: Handle BPF simple relocations.
ca9947
    The RISCV backends now handles ABI specific CFI and knows about
ca9947
    RISCV register types and names.
ca9947
ca9947
* Wed Jun 20 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.172-2
ca9947
- Add elfutils-0.172-robustify.patch.
ca9947
ca9947
* Mon Jun 11 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.172-1
ca9947
- New upstream release.
ca9947
  - No functional changes compared to 0.171.
ca9947
  - Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
ca9947
    data. Thanks to running the afl fuzzer on eu-readelf and various
ca9947
    testcases.
ca9947
  - eu-readelf -N is ~15% faster.
ca9947
ca9947
* Fri Jun 01 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.171-1
ca9947
- New upstream release.
ca9947
  - DWARF5 and split dwarf, including GNU DebugFission, support.
ca9947
  - readelf: Handle all new DWARF5 sections.
ca9947
    --debug-dump=info+ will show split unit DIEs when found.
ca9947
    --dwarf-skeleton can be used when inspecting a .dwo file.
ca9947
    Recognizes GNU locviews with --debug-dump=loc.
ca9947
  - libdw: New functions dwarf_die_addr_die, dwarf_get_units,
ca9947
    dwarf_getabbrevattr_data and dwarf_cu_info.
ca9947
    libdw will now try to resolve the alt file on first use
ca9947
    when not set yet with dwarf_set_alt.
ca9947
    dwarf_aggregate_size() now works with multi-dimensional arrays.
ca9947
  - libdwfl: Use process_vm_readv when available instead of ptrace.
ca9947
  - backends: Add a RISC-V backend.
ca9947
ca9947
* Wed Apr 11 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-11
ca9947
- Add explict libstdc++-devel BuildRequires for demangle support.
ca9947
- Add elfutils-0.170-unwind.patch. (#1555726)
ca9947
ca9947
* Thu Mar 01 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-10
ca9947
- Add elfutils-0.170-GNU_variable_value.patch
ca9947
- Add elfutils-0.170-locviews.patch
ca9947
ca9947
* Fri Feb 16 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-9
ca9947
- Add elfutils-0.170-core-pid.patch
ca9947
- Add elfutils-0.170-elf_sync.patch
ca9947
- Add elfutils-0.170-new-notes-hack.patch
ca9947
ca9947
* Thu Feb 15 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-8
ca9947
- Add elfutils-0.170-sys-ptrace.patch
ca9947
- Make sure spec can be build even when ldconfig_scriplets aren't defined.
ca9947
- Add elfutils-0.170-m68k-packed-not-aligned.patch
ca9947
ca9947
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.170-7
ca9947
- Escape macros in %%changelog
ca9947
ca9947
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.170-6
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ca9947
ca9947
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.170-5
ca9947
- Switch to %%ldconfig_scriptlets
ca9947
ca9947
* Wed Dec 20 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-4
ca9947
- Add elfutils-0.170-dwarf_aggregate_size.patch.
ca9947
ca9947
* Wed Nov  8 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-3
ca9947
- Rely on (and check) systemd_requires for sysctl_apply default-yama-scope.
ca9947
ca9947
* Thu Nov  2 2017 Mark Wielaard <mjw@redhat.com> - 0.170-2
ca9947
- Config files under /usr/lib/sysctl.d (_sysctldir) aren't %%config (#1506660)
ca9947
  Admin can place the real config file under /etc/sysctl.d as override.
ca9947
ca9947
* Thu Aug  3 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-1
ca9947
- New upstream release. Remove upstreamed patches.
ca9947
- provide_yama_scope for either fedora >= 22 and rhel >= 7.
ca9947
ca9947
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.169-8
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ca9947
ca9947
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.169-7
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ca9947
ca9947
* Fri Jul 21 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-6
ca9947
- Add elfutils-0.169-strip-data-marker-symbols.patch.
ca9947
ca9947
* Mon Jul 17 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-5
ca9947
- Fix build on s390 (ptrace.h). Add elfutils-0.169-s390x-ptrace.patch.
ca9947
ca9947
* Mon Jul 17 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-4
ca9947
- Add elfutils-0.169-strip-keep-remove-section.patch (#1465997)
ca9947
ca9947
* Wed Jun  7 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-3
ca9947
- Add elfutils-0.169-dup-shstrtab.patch
ca9947
- Add elfutils-0.169-strip-empty.patch
ca9947
ca9947
* Tue May 30 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-2
ca9947
- Add ppc64 fallback unwinder.
ca9947
ca9947
* Fri May  5 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-1
ca9947
- New upstream release. Removed upstreamed patches.
ca9947
ca9947
* Wed Feb 15 2017 Mark Wielaard <mark@klomp.org> - 0.168-5
ca9947
- Add patches for new gcc warnings and new binutils ppc64 attributes.
ca9947
  - elfutils-0.168-libasm-truncation.patch
ca9947
  - elfutils-0.168-ppc64-attrs.patch
ca9947
ca9947
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.168-4
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ca9947
ca9947
* Mon Jan 16 2017 Mark Wielaard <mark@klomp.org> - 0.168-3
ca9947
- Never use old, deprecated, filter_provides_in, it really is too broken.
ca9947
ca9947
* Fri Jan 13 2017 Mark Wielaard <mark@klomp.org> - 0.168-2
ca9947
- Filter out private libebl backends from provides.
ca9947
ca9947
* Wed Dec 28 2016 Mark Wielaard <mark@klomp.org> - 0.168-1
ca9947
- New upstream release from new home https://sourceware.org/elfutils/
ca9947
- Resolves:
ca9947
  - #1396092 Please implement eu-readelf --symbols[=SECTION]
ca9947
  - #1388057 memory allocation failure in allocate_elf
ca9947
  - #1387584 memory allocation failure in __libelf_set_rawdata_wrlock
ca9947
ca9947
* Fri Oct  7 2016 Mark Wielaard <mjw@redhat.com> - 0.167-2
ca9947
- Add elfutils-0.167-strip-alloc-symbol.patch (#1380961)
ca9947
ca9947
* Fri Aug 26 2016 Mark Wielaard <mjw@redhat.com> - 0.167-1
ca9947
- Upgrade to elfutils-0.167
ca9947
  Drop upstream elfutils-0.166-elfcmp-comp-gcc6.patch
ca9947
  Fixes: #1365812, #1352232.
ca9947
ca9947
* Thu Apr 14 2016 Mark Wielaard <mjw@redhat.com> - 0.166-2
ca9947
- Add elfutils-0.166-elfcmp-comp-gcc6.patch
ca9947
ca9947
* Thu Mar 31 2016 Mark Wielaard <mjw@redhat.com> - 0.166-1
ca9947
- Upgrade to elfutils-0.166
ca9947
  Drop upstreamed patches:
ca9947
    - elfutils-0.165-nobitsalign-strip.patch.
ca9947
    - elfutils-0.165-reloc.patch.
ca9947
    - elfutils-0.165-elf-libelf.patch.
ca9947
ca9947
* Thu Feb 04 2016 Mark Wielaard <mjw@redhat.com> - 0.165-5
ca9947
- Add elfutils-0.165-nobitsalign-strip.patch.
ca9947
ca9947
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.165-4
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ca9947
ca9947
* Thu Jan 28 2016 Mark Wielaard <mjw@redhat.com> - 0.165-3
ca9947
- Add elfutils-0.165-reloc.patch.
ca9947
ca9947
* Thu Jan 14 2016 Mark Wielaard <mjw@redhat.com> - 0.165-2
ca9947
- Add elfutils-0.165-elf-libelf.patch.
ca9947
ca9947
* Mon Jan 11 2016 Mark Wielaard <mjw@redhat.com> - 0.165-1
ca9947
- Update to elfutils-0.165 (#1294079, #1236699, #807053)
ca9947
  - Add eu-elfcompress
ca9947
  - Add pkg-config files for libelf and libdw.
ca9947
ca9947
* Fri Oct 16 2015 Mark Wielaard <mjw@redhat.com> - 0.164-1
ca9947
- Update to elfutils-0.164
ca9947
- Drop old compat stuff
ca9947
ca9947
* Mon Sep 07 2015 Mark Wielaard <mjw@redhat.com> - 0.163-4
ca9947
- Add elfutils-0.163-readelf-n-undefined-shift.patch (#1259259)
ca9947
ca9947
* Tue Aug 04 2015 Mark Wielaard <mjw@redhat.com> - 0.163-3
ca9947
- Add elfutils-0.163-default-yama-conf.patch (#1250079)
ca9947
  Provides: default-yama-scope
ca9947
ca9947
* Mon Aug 03 2015 Mark Wielaard <mjw@redhat.com> - 0.163-2
ca9947
- Add elfutils-0.163-unstrip-shf_info_link.patch
ca9947
ca9947
* Fri Jun 19 2015 Mark Wielaard <mjw@redhat.com> - 0.163-1
ca9947
- Update to 0.163
ca9947
  - Drop elfutils-0.162-ftruncate-allocate.patch
ca9947
ca9947
* Tue Jun 16 2015 Mark Wielaard <mjw@redhat.com> - 0.162-2
ca9947
- Add elfutils-0.162-ftruncate-allocate.patch (#1232206)
ca9947
ca9947
* Thu Jun 11 2015 Mark Wielaard <mjw@redhat.com> - 0.162-1
ca9947
- Update to 0.162 (#1170810, #1139815, #1129756, #1020842)
ca9947
- Include elfutils/known-dwarf.h
ca9947
- Drop BuildRequires glibc-headers (#1230468)
ca9947
- Removed integrated upstream patches:
ca9947
  - elfutils-0.161-aarch64relro.patch
ca9947
  - elfutils-0.161-copyreloc.patch
ca9947
  - elfutils-0.161-addralign.patch
ca9947
  - elfutils-0.161-ar-long-name.patch
ca9947
  - elfutils-0.161-formref-type.patch
ca9947
ca9947
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.161-8
ca9947
- Rebuilt for GCC 5 C++11 ABI change
ca9947
ca9947
* Mon Mar 23 2015 Mark Wielaard <mjw@redhat.com> - 0.161-7
ca9947
- Add elfutils-0.161-aarch64relro.patch (#1201778)
ca9947
ca9947
* Mon Mar 09 2015 Mark Wielaard <mjw@redhat.com> - 0.161-6
ca9947
- Add elfutils-0.161-copyreloc.patch.
ca9947
ca9947
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.161-5
ca9947
- Rebuilt for Fedora 23 Change
ca9947
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
ca9947
ca9947
* Sat Feb 07 2015 Mark Wielaard <mjw@redhat.com> - 0.161-4
ca9947
- Add elfutils-0.161-addralign.patch (#1189928)
ca9947
ca9947
* Thu Feb 05 2015 Mark Wielaard <mjw@redhat.com> - 0.161-3
ca9947
- Add elfutils-0.161-formref-type.patch
ca9947
ca9947
* Tue Jan 13 2015 Mark Wielaard <mjw@redhat.com> - 0.161-2
ca9947
- Add elfutils-0.161-ar-long-name.patch (#1181525 CVE-2014-9447)
ca9947
ca9947
* Fri Dec 19 2014 Mark Wielaard <mjw@redhat.com> - 0.161-1
ca9947
- Update to 0.161.
ca9947
ca9947
* Wed Aug 27 2014 Mark Wielaard <mjw@redhat.com> - 0.160-1
ca9947
- Update to 0.160.
ca9947
  - Remove integrated upstream patches:
ca9947
    elfutils-aarch64-user_regs_struct.patch
ca9947
    elfutils-0.159-argp-attach.patch
ca9947
    elfutils-0.159-aarch64-bool-ret.patch
ca9947
    elfutils-0.159-elf-h.patch
ca9947
    elfutils-0.159-ppc64le-elfv2-abi.patch
ca9947
    elfutils-0.159-report_r_debug.patch
ca9947
    elfutils-0.159-ko_xz.patch
ca9947
ca9947
* Sat Aug 16 2014 Mark Wielaard <mjw@redhat.com> - 0.159-10
ca9947
- Add elfutils-0.159-ko_xz.patch
ca9947
ca9947
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.159-9
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ca9947
ca9947
* Mon Jul 28 2014 Mark Wielaard <mjw@redhat.com> - 0.159-8
ca9947
- Add elfutils-0.159-report_r_debug.patch (#1112610)
ca9947
ca9947
* Fri Jul 18 2014 Mark Wielaard <mjw@redhat.com> - 0.159-7
ca9947
- Add configure check to elfutils-aarch64-user_regs_struct.patch.
ca9947
ca9947
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 0.159-6
ca9947
- fix license handling
ca9947
ca9947
* Fri Jul  4 2014 Mark Wielaard <mjw@redhat.com> - 0.159-5
ca9947
- Add elfutils-0.159-aarch64-bool-ret.patch
ca9947
- Add elfutils-0.159-elf-h.patch
ca9947
- Add elfutils-0.159-ppc64le-elfv2-abi.patch (#1110249)
ca9947
ca9947
* Tue Jun 10 2014 Mark Wielaard <mjw@redhat.com> - 0.159-4
ca9947
- Add elfutils-0.159-argp-attach.patch (#1107654)
ca9947
ca9947
* Mon Jun 09 2014 Kyle McMartin <kyle@fedoraproject.org> - 0.159-3
ca9947
- AArch64: handle new glibc-headers which provides proper GETREGSET structs.
ca9947
ca9947
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.159-2.1
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ca9947
ca9947
* Mon May 19 2014 Mark Wielaard <mjw@redhat.com> - 0.159-1
ca9947
- Update to 0.159.
ca9947
  - Remove integrated upstream patches:
ca9947
    robustify.patch, mod-e_type.patch and CVE-2014-0172.patch.
ca9947
  - Remove special handling of now default compile and configure flags:
ca9947
    Don't remove -Werror=format-security, don't configure --enable-dwz.
ca9947
ca9947
* Thu Apr 10 2014 Mark Wielaard <mjw@redhat.com> - 0.158-3
ca9947
- Add elfutils-0.158-CVE-2014-0172.patch (#1085729)
ca9947
ca9947
* Tue Mar 11 2014 Mark Wielaard <mjw@redhat.com> - 0.158-2
ca9947
- Add elfutils-0.158-mod-e_type.patch.
ca9947
ca9947
* Mon Jan  6 2014 Mark Wielaard <mjw@redhat.com> - 0.158-1
ca9947
- Update to 0.158. Remove all patches now upstream. Add eu-stack.
ca9947
ca9947
* Thu Dec 19 2013 Mark Wielaard <mjw@redhat.com> - 0.157-4
ca9947
- Add elfutils-0.157-aarch64-got-special-symbol.patch.
ca9947
- Remove -Werror=format-security from RPM_OPT_FLAGS.
ca9947
ca9947
* Fri Dec 13 2013 Petr Machata <pmachata@redhat.com> - 0.157-3
ca9947
- Add upstream support for aarch64
ca9947
ca9947
* Wed Oct  9 2013 Mark Wielaard <mjw@redhat.com> 0.157-2
ca9947
- Show tests/test-suite.log in build.log when make check fails.
ca9947
ca9947
* Mon Sep 30 2013 Mark Wielaard <mjw@redhat.com> 0.157-1
ca9947
- Update to 0.157.
ca9947
- Remove elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
ca9947
- Remove elfutils-0.156-et_dyn-kernels.patch.
ca9947
ca9947
* Fri Sep 06 2013 Mark Wielaard <mjw@redhat.com> 0.156-5
ca9947
- Add elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
ca9947
  Sets up initial CFI return register, CFA location expression and
ca9947
  register rules for PPC, S390 and ARM (dwarf_cfi_addrframe support).
ca9947
ca9947
* Mon Aug 26 2013 Mark Wielaard <mjw@redhat.com> 0.156-4
ca9947
- Add elfutils-0.156-et_dyn-kernels.patch.
ca9947
  Fixes an issue on ppc64 with systemtap kernel address placement.
ca9947
ca9947
* Thu Aug  8 2013 Mark Wielaard <mjw@redhat.com> 0.156-3
ca9947
- Make check can now also be ran in parallel.
ca9947
ca9947
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-2
ca9947
- Update the %%configure command for compatibility with fc20 Koji.
ca9947
ca9947
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-1
ca9947
- Update to 0.156.
ca9947
  - #890447 - Add __bss_start and __TMC_END__ to elflint.
ca9947
  - #909481 - Only try opening files with installed compression libraries.
ca9947
  - #914908 - Add __bss_start__ to elflint.
ca9947
  - #853757 - Updated Polish translation.
ca9947
  - #985438 - Incorrect prototype of __libdwfl_find_elf_build_id.
ca9947
  - Drop upstreamed elfutils-0.155-binutils-pr-ld-13621.patch.
ca9947
  - Drop upstreamed elfutils-0.155-mem-align.patch.
ca9947
  - Drop upstreamed elfutils-0.155-sizeof-pointer-memaccess.patch.
ca9947
ca9947
* Tue Jul 02 2013 Karsten Hopp <karsten@redhat.com> 0.155-6
ca9947
- bump release and rebuild to fix dependencies on PPC
ca9947
ca9947
* Sun Feb 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-5
ca9947
- Add ARM variant to elfutils-0.155-binutils-pr-ld-13621.patch rhbz#914908.
ca9947
- rhel >= 5 has xz-devel
ca9947
ca9947
* Fri Feb 22 2013 Mark Wielaard <mjw@redhat.com> - 0.155-4
ca9947
- Replace elfutils-0.155-binutils-pr-ld-13621.patch with upstream fix.
ca9947
ca9947
* Thu Jan 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-3
ca9947
- Backport sizeof-pointer-memaccess upstream fixes.
ca9947
ca9947
* Thu Jan 10 2013 Mark Wielaard <mjw@redhat.com> - 0.155-2
ca9947
- #891553 - unaligned memory access issues.
ca9947
ca9947
* Mon Aug 27 2012 Mark Wielaard <mjw@redhat.com> - 0.155-1
ca9947
- Update to 0.155.
ca9947
  - #844270 - eu-nm invalid %%N$ use detected.
ca9947
  - #847454 - Ukrainian translation update.
ca9947
  - Removed local ar 64-bit symbol patch, dwz support patch and xlatetom fix.
ca9947
ca9947
* Tue Aug 14 2012 Petr Machata <pmachata@redhat.com> - 0.154-4
ca9947
- Add support for archives with 64-bit symbol tables (#843019)
ca9947
ca9947
* Wed Aug 01 2012 Mark Wielaard <mjw@redhat.com> 0.154-3
ca9947
- Add dwz support
ca9947
ca9947
* Wed Jul 18 2012 Mark Wielaard <mjw@redhat.com> 0.154-2
ca9947
- Add upstream xlatetom fix (#835877)
ca9947
ca9947
* Mon Jul 02 2012 Karsten Hopp <karsten@redhat.com> 0.154-1.1
ca9947
- disable unstrip-n check for now (835877)
ca9947
ca9947
* Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> - 0.154-1
ca9947
- Update to 0.154
ca9947
  - elflint doesn't recognize SHF_INFO_LINK on relocation sections (#807823)
ca9947
  - Update license to GPLv3+ and (GPLv2+ or LGPLv3+)
ca9947
  - Remove elfutils-0.153-dwfl_segment_report_module.patch
ca9947
- Add elfutils-0.154-binutils-pr-ld-13621.patch
ca9947
ca9947
* Mon Apr 02 2012 Mark Wielaard <mark@klomp.org> - 0.153-2
ca9947
- Fix for eu-unstrip emits garbage for librt.so.1 (#805447)
ca9947
ca9947
* Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> - 0.153-1
ca9947
- Update to 0.153
ca9947
  - New --disable-werror for portability.
ca9947
  - Support for .zdebug sections (#679777)
ca9947
  - type_units and DW_AT_GNU_odr_signature support (#679815)
ca9947
  - low level support DW_OP_GNU_entry_value and DW_TAG_GNU_call_site (#688090)
ca9947
  - FTBFS on rawhide with gcc 4.7 (#783506)
ca9947
    - Remove gcc-4.7 patch
ca9947
ca9947
* Fri Jan 20 2012 Mark Wielaard <mjw@redhat.com> - 0.152-3
ca9947
- Fixes for gcc-4.7 based on upstream commit 32899a (#783506).
ca9947
ca9947
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.152-2
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ca9947
ca9947
* Tue Feb 15 2011 Roland McGrath <roland@redhat.com> - 0.152-1
ca9947
- Update to 0.152
ca9947
  - Various build and warning nits fixed for newest GCC and Autoconf.
ca9947
  - libdwfl: Yet another prelink-related fix for another regression. (#674465)
ca9947
  - eu-elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
ca9947
  - eu-elfcmp: New flag -l/--verbose to print all differences.
ca9947
ca9947
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.151-2
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ca9947
ca9947
* Wed Jan 12 2011 Roland McGrath <roland@redhat.com> - 0.151-1
ca9947
- Update to 0.151
ca9947
  - libdwfl: Fix for more prelink cases with separate debug file.
ca9947
  - eu-strip: New flag --strip-sections to remove section headers entirely.
ca9947
ca9947
* Thu Dec  2 2010 Roland McGrath <roland@redhat.com> - 0.150-2
ca9947
- libdwfl: Remove bogus assert. (#658268)
ca9947
ca9947
* Tue Nov 23 2010 Roland McGrath <roland@redhat.com> - 0.150-1
ca9947
- Update to 0.150
ca9947
  - libdw: Fix for handling huge .debug_aranges section. (#638432)
ca9947
  - libdwfl: Fix for handling prelinked DSO with separate debug file. (#652857)
ca9947
  - findtextrel: Fix diagnostics to work with usual section ordering.
ca9947
ca9947
* Wed Sep 29 2010 jkeating - 0.149-2
ca9947
- Rebuilt for gcc bug 634757
ca9947
ca9947
* Mon Sep 13 2010 Roland McGrath <roland@redhat.com> - 0.149-1
ca9947
- Update to 0.149
ca9947
  - libdw: Decode new DW_OP_GNU_implicit_pointer operation;
ca9947
           new function dwarf_getlocation_implicit_pointer.
ca9947
  - libdwfl: New function dwfl_dwarf_line.
ca9947
  - eu-addr2line: New flag -F/--flags to print more DWARF line info details.
ca9947
  - eu-readelf: better .debug_loc processing (#627729)
ca9947
  - eu-strings: Fix non-mmap file reading. (#609468)
ca9947
  - eu-strip: -g recognizes .gdb_index as a debugging section. (#631997)
ca9947
ca9947
* Mon Jun 28 2010 Roland McGrath <roland@redhat.com> - 0.148-1
ca9947
- Update to 0.148
ca9947
  - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
ca9947
           dwarf_offdie_types.
ca9947
           New functions dwarf_lineisa, dwarf_linediscriminator,
ca9947
           dwarf_lineop_index.
ca9947
  - libdwfl: Fixes in core-file handling, support cores from PIEs. (#588818)
ca9947
             When working from build IDs, don't open a named file
ca9947
             that mismatches.
ca9947
  - readelf: Handle DWARF 4 formats.
ca9947
ca9947
* Mon May  3 2010 Roland McGrath <roland@redhat.com> - 0.147-1
ca9947
- Update to 0.147
ca9947
ca9947
* Wed Apr 21 2010 Roland McGrath <roland@redhat.com> - 0.146-1
ca9947
- Update to 0.146
ca9947
  - libdwfl: New function dwfl_core_file_report.
ca9947
  - libelf: Fix handling of phdrs in truncated file. (#577310)
ca9947
  - libdwfl: Fix infinite loop handling clobbered link_map. (#576379)
ca9947
- Package translations.
ca9947
ca9947
* Tue Feb 23 2010 Roland McGrath <roland@redhat.com> - 0.145-1
ca9947
- Update to 0.145
ca9947
  - Fix build with --disable-dependency-tracking. (#564646)
ca9947
  - Fix build with most recent glibc headers.
ca9947
  - libdw: Fix CFI decoding. (#563528)
ca9947
  - libdwfl: Fix address bias returned by CFI accessors. (#563528)
ca9947
             Fix core file module layout identification. (#559836)
ca9947
  - readelf: Fix CFI decoding.
ca9947
ca9947
* Fri Jan 15 2010 Roland McGrath <roland@redhat.com> - 0.144-2
ca9947
- Fix sloppy #include's breaking build with F-13 glibc.
ca9947
ca9947
* Thu Jan 14 2010 Roland McGrath <roland@redhat.com> - 0.144-1
ca9947
- Update to 0.144
ca9947
  - libdw: New function dwarf_aggregate_size for computing (constant) type
ca9947
           sizes, including array_type cases with nontrivial calculation.
ca9947
  - readelf: Don't give errors for missing info under -a.
ca9947
             Handle Linux "VMCOREINFO" notes under -n.
ca9947
- Resolves: RHBZ #527004, RHBZ #530704, RHBZ #550858
ca9947
ca9947
* Mon Sep 21 2009 Roland McGrath <roland@redhat.com> - 0.143-1
ca9947
- Update to 0.143
ca9947
  - libdw: Various convenience functions for individual attributes now use
ca9947
           dwarf_attr_integrate to look up indirect inherited attributes.
ca9947
           Location expression handling now supports DW_OP_implicit_value.
ca9947
  - libdwfl: Support automatic decompression of files in XZ format,
ca9947
             and of Linux kernel images made with bzip2 or LZMA
ca9947
             (as well as gzip).
ca9947
ca9947
* Tue Jul 28 2009 Roland McGrath <roland@redhat.com> - 0.142-1
ca9947
- Update to 0.142
ca9947
  - libelf: Bug fix in filling gaps between sections. (#512840)
ca9947
  - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx
ca9947
            alias for elf_getshstrndx and deprecate original names.
ca9947
  - libebl, elflint: Add support for STB_GNU_UNIQUE. (#511436)
ca9947
  - readelf: Add -N option, speeds up DWARF printing
ca9947
             without address->name lookups. (#505347)
ca9947
  - libdw: Add support for decoding DWARF CFI into location description form.
ca9947
           Handle some new DWARF 3 expression operations previously omitted.
ca9947
           Basic handling of some new encodings slated for DWARF 4.
ca9947
ca9947
* Thu Apr 23 2009 Roland McGrath <roland@redhat.com> - 0.141-1
ca9947
- Update to 0.141
ca9947
  - libebl: sparc backend fixes (#490585)
ca9947
            some more arm backend support
ca9947
  - libdwfl: fix dwfl_module_build_id for prelinked DSO case (#489439)
ca9947
             fixes in core file support (#494858)
ca9947
             dwfl_module_getsym interface improved for non-address symbols
ca9947
  - eu-strip: fix infinite loop on strange inputs with -f
ca9947
  - eu-addr2line: take -j/--section=NAME option for binutils compatibility
ca9947
                  (same effect as '(NAME)0x123' syntax already supported)
ca9947
- Resolves: RHBZ #495213, RHBZ #465872, RHBZ #470055, RHBZ #484623
ca9947
ca9947
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-2
ca9947
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ca9947
ca9947
* Sun Feb 15 2009 Roland McGrath <roland@redhat.com> - 0.140-1
ca9947
- Update to 0.140
ca9947
  - libelf: Fix regression in creation of section header. (#484946)
ca9947
ca9947
* Fri Jan 23 2009 Roland McGrath <roland@redhat.com> - 0.139-1
ca9947
- Update to 0.139
ca9947
  - libcpu: Add Intel SSE4 disassembler support
ca9947
  - readelf: Implement call frame information and exception handling dumping.
ca9947
             Add -e option.  Enable it implicitly for -a.
ca9947
  - elflint: Check PT_GNU_EH_FRAME program header entry.
ca9947
  - libdwfl: Support automatic gzip/bzip2 decompression of ELF files. (#472136)
ca9947
ca9947
* Thu Jan  1 2009 Roland McGrath <roland@redhat.com> - 0.138-2
ca9947
- Fix libelf regression.
ca9947
ca9947
* Wed Dec 31 2008 Roland McGrath <roland@redhat.com> - 0.138-1
ca9947
- Update to 0.138
ca9947
  - Install <elfutils/version.h> header file for applications to use in
ca9947
    source version compatibility checks.
ca9947
  - libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
ca9947
  - libcpu: disassembler fixes (#469739)
ca9947
  - libdwfl: bug fixes (#465878)
ca9947
  - libelf: bug fixes
ca9947
  - eu-nm: bug fixes for handling corrupt input files (#476136)
ca9947
ca9947
* Wed Oct  1 2008 Roland McGrath <roland@redhat.com> - 0.137-3
ca9947
- fix libdwfl regression (#462689)
ca9947
ca9947
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 0.137-2
ca9947
- Update to 0.137
ca9947
  - libdwfl: bug fixes; new segment interfaces;
ca9947
             all the libdwfl-based tools now support --core=COREFILE option
ca9947
- Resolves: RHBZ #325021, RHBZ #447416
ca9947
ca9947
* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.135-2
ca9947
- fix conditional comparison
ca9947
ca9947
* Mon May 12 2008 Roland McGrath <roland@redhat.com> - 0.135-1
ca9947
- Update to 0.135
ca9947
  - libdwfl: bug fixes
ca9947
  - eu-strip: changed handling of ET_REL files wrt symbol tables and relocs
ca9947
ca9947
* Wed Apr  9 2008 Roland McGrath <roland@redhat.com> - 0.134-1
ca9947
- Update to 0.134
ca9947
  - elflint: backend improvements for sparc, alpha (#204170)
ca9947
  - libdwfl, libelf: bug fixes (#439344, #438867, #438263, #438190)
ca9947
- Remove Conflicts: libelf-devel from elfutils-libelf-devel. (#435742)
ca9947
ca9947
* Sun Mar  2 2008 Roland McGrath <roland@redhat.com> - 0.133-2
ca9947
- Update to 0.133
ca9947
  - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
ca9947
  - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
ca9947
  - libdwfl: bug fixes and optimization in relocation handling
ca9947
  - elfcmp: bug fix for non-allocated section handling
ca9947
  - ld: implement newer features of binutils linker.
ca9947
- Install eu-objdump and libasm, now has limited disassembler support.
ca9947
ca9947
* Mon Jan 21 2008 Roland McGrath <roland@redhat.com> - 0.132-3
ca9947
- Update to 0.132
ca9947
  - libelf: Use loff_t instead of off64_t in libelf.h header. (#377241)
ca9947
  - eu-readelf: Fix handling of ET_REL files in archives.
ca9947
  - libcpu: Implement x86 and x86-64 disassembler.
ca9947
  - libasm: Add interface for disassembler.
ca9947
  - all programs: add debugging of branch prediction.
ca9947
  - libelf: new function elf_scnshndx.
ca9947
ca9947
* Sun Nov 11 2007 Roland McGrath <roland@redhat.com> - 0.131-1
ca9947
- Update to 0.131
ca9947
  - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now deprecated;
ca9947
           bug fixes for oddly-formatted DWARF
ca9947
  - libdwfl: bug fixes in offline archive support, symbol table handling;
ca9947
             apply partial relocations for dwfl_module_address_section on ET_REL
ca9947
  - libebl: powerpc backend support for Altivec registers
ca9947
ca9947
* Wed Oct 17 2007 Roland McGrath <roland@redhat.com> - 0.130-3
ca9947
- Fix ET_REL support.
ca9947
- Fix odd indentation in eu-readelf -x output.
ca9947
ca9947
* Tue Oct 16 2007 Roland McGrath <roland@redhat.com> - 0.130-1
ca9947
- Update to 0.130
ca9947
  - eu-readelf -p option can take an argument like -x for one section
ca9947
  - eu-readelf --archive-index (or -c)
ca9947
  - eu-readelf -n improved output for core dumps
ca9947
  - eu-readelf: handle SHT_NOTE sections without requiring phdrs (#249467)
ca9947
  - eu-elflint: ditto
ca9947
  - eu-elflint: stricter checks on debug sections
ca9947
  - eu-unstrip: new options, --list (or -n), --relocate (or -R)
ca9947
  - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
ca9947
            new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
ca9947
  - libebl: backend improvements (#324031)
ca9947
  - libdwfl: build_id support, new functions for it
ca9947
  - libdwfl: dwfl_module_addrsym fixes (#268761, #268981)
ca9947
  - libdwfl offline archive support, new script eu-make-debug-archive
ca9947
ca9947
* Mon Aug 20 2007 Roland McGrath <roland@redhat.com> - 0.129-2
ca9947
- Fix false-positive eu-elflint failure on ppc -mbss-plt binaries.
ca9947
ca9947
* Tue Aug 14 2007 Roland McGrath <roland@redhat.com> - 0.129-1
ca9947
- Update to 0.129
ca9947
  - readelf: new options --hex-dump (or -x), --strings (or -p) (#250973)
ca9947
  - addr2line: new option --symbols (or -S)
ca9947
  - libdw: dwarf_getscopes fixes (#230235)
ca9947
  - libdwfl: dwfl_module_addrsym fixes (#249490)
ca9947
ca9947
* Fri Jun  8 2007 Roland McGrath <roland@redhat.com> - 0.128-2
ca9947
- Update to 0.128
ca9947
  - new program: unstrip
ca9947
  - elfcmp: new option --hash-inexact
ca9947
- Replace Conflicts: with Provides/Requires using -arch
ca9947
ca9947
* Wed Apr 18 2007 Roland McGrath <roland@redhat.com> - 0.127-1
ca9947
- Update to 0.127
ca9947
  - libdw: new function dwarf_getsrcdirs
ca9947
  - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
ca9947
             dwfl_module_address_section
ca9947
ca9947
* Mon Feb  5 2007 Roland McGrath <roland@redhat.com> - 0.126-1
ca9947
- Update to 0.126
ca9947
  - New program eu-ar.
ca9947
  - libdw: fix missing dwarf_getelf (#227206)
ca9947
  - libdwfl: dwfl_module_addrname for st_size=0 symbols (#227167, #227231)
ca9947
ca9947
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-3
ca9947
- Fix overeager warn_unused_result build failures.
ca9947
ca9947
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-1
ca9947
- Update to 0.125
ca9947
  - elflint: Compare DT_GNU_HASH tests.
ca9947
  - move archives into -static RPMs
ca9947
  - libelf, elflint: better support for core file handling
ca9947
  - Really fix libdwfl sorting of modules with 64-bit addresses (#220817).
ca9947
- Resolves: RHBZ #220817, RHBZ #213792
ca9947
ca9947
* Tue Oct 10 2006 Roland McGrath <roland@redhat.com> - 0.124-1
ca9947
- eu-strip -f: copy symtab into debuginfo file when relocs use it (#203000)
ca9947
- Update to 0.124
ca9947
  - libebl: fix ia64 reloc support (#206981)
ca9947
  - libebl: sparc backend support for return value location
ca9947
  - libebl, libdwfl: backend register name support extended with more info
ca9947
  - libelf, libdw: bug fixes for unaligned accesses on machines that care
ca9947
  - readelf, elflint: trivial bugs fixed
ca9947
ca9947
* Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
ca9947
- Update to 0.123
ca9947
  - libebl: Backend build fixes, thanks to Stepan Kasal.
ca9947
  - libebl: ia64 backend support for register names, return value location
ca9947
  - libdwfl: Handle truncated linux kernel module section names.
ca9947
  - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
ca9947
  - elflint: Fix checks to permit --hash-style=gnu format.
ca9947
ca9947
* Mon Jul 17 2006 Roland McGrath <roland@redhat.com> - 0.122-4
ca9947
- Fix warnings in elflint compilation.
ca9947
ca9947
* Wed Jul 12 2006 Roland McGrath <roland@redhat.com> - 0.122-3
ca9947
- Update to 0.122
ca9947
  - Fix libdwfl sorting of modules with 64-bit addresses (#198225).
ca9947
  - libebl: add function to test for relative relocation
ca9947
  - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
ca9947
  - elflint, readelf: add support for DT_GNU_HASH
ca9947
  - libelf: add elf_gnu_hash
ca9947
  - elflint, readelf: add support for 64-bit SysV-style hash tables
ca9947
  - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
ca9947
ca9947
* Thu Jun 15 2006 Roland McGrath <roland@redhat.com> - 0.121-1
ca9947
- Update to 0.121
ca9947
  - libelf: bug fixes for rewriting existing files when using mmap (#187618).
ca9947
  - make all installed headers usable in C++ code (#193153).
ca9947
  - eu-readelf: better output format.
ca9947
  - eu-elflint: fix tests of dynamic section content.
ca9947
  - libdw, libdwfl: handle files without aranges info.
ca9947
ca9947
* Thu May 25 2006 Jeremy Katz <katzj@redhat.com> - 0.120-3
ca9947
- rebuild to pick up -devel deps
ca9947
ca9947
* Tue Apr  4 2006 Roland McGrath <roland@redhat.com> - 0.120-2
ca9947
- Update to 0.120
ca9947
  - License changed to GPL, with some exceptions for using
ca9947
    the libelf, libebl, libdw, and libdwfl library interfaces.
ca9947
    Red Hat elfutils is an included package of the Open Invention Network.
ca9947
  - dwarf.h updated for DWARF 3.0 final specification.
ca9947
  - libelf: Fix corruption in ELF_C_RDWR uses (#187618).
ca9947
  - libdwfl: New function dwfl_version; fixes for offline.
ca9947
ca9947
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2.1
ca9947
- bump again for double-long bug on ppc(64)
ca9947
ca9947
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2
ca9947
- rebuilt for new gcc4.1 snapshot and glibc changes
ca9947
ca9947
* Fri Jan 13 2006 Roland McGrath <roland@redhat.com> - 0.119-1
ca9947
- update to 0.119
ca9947
ca9947
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ca9947
- rebuilt
ca9947
ca9947
* Sun Nov 27 2005 Roland McGrath <roland@redhat.com> - 0.118-1
ca9947
- update to 0.118
ca9947
  - elflint: more tests.
ca9947
  - libdwfl: New function dwfl_module_register_names.
ca9947
  - libebl: New backend hook for register names.
ca9947
- Make sure -fexceptions is always in CFLAGS.
ca9947
ca9947
* Tue Nov 22 2005 Roland McGrath <roland@redhat.com> - 0.117-2
ca9947
- update to 0.117
ca9947
  - libdwfl: New function dwfl_module_return_value_location (#166118)
ca9947
  - libebl: Backend improvements for several CPUs
ca9947
ca9947
* Mon Oct 31 2005 Roland McGrath <roland@redhat.com> - 0.116-1
ca9947
- update to 0.116
ca9947
  - libdw fixes, API changes and additions
ca9947
  - libdwfl fixes (#169672)
ca9947
  - eu-strip/libelf fix to preserve setuid/setgid permission bits (#167745)
ca9947
ca9947
* Fri Sep  9 2005 Roland McGrath <roland@redhat.com> - 0.115-3
ca9947
- Update requires/conflicts for better biarch update behavior.
ca9947
ca9947
* Mon Sep  5 2005 Roland McGrath <roland@redhat.com> - 0.115-2
ca9947
- update to 0.115
ca9947
  - New program eu-strings.
ca9947
  - libdw: New function dwarf_getscopes_die.
ca9947
  - libelf: speed-ups of non-mmap reading.
ca9947
  - Implement --enable-gcov option for configure.
ca9947
ca9947
* Wed Aug 24 2005 Roland McGrath <roland@redhat.com> - 0.114-1
ca9947
- update to 0.114
ca9947
  - new program eu-ranlib
ca9947
  - libdw: new calls for inlines
ca9947
  - libdwfl: new calls for offline modules
ca9947
ca9947
* Sat Aug 13 2005 Roland McGrath <roland@redhat.com> - 0.113-2
ca9947
- update to 0.113
ca9947
  - elflint: relax a bit.  Allow version definitions for defined symbols
ca9947
    against DSO versions also for symbols in nobits sections.
ca9947
    Allow .rodata section to have STRINGS and MERGE flag set.
ca9947
  - strip: add some more compatibility with binutils.
ca9947
  - libdwfl: bug fixes.
ca9947
- Separate libdw et al into elfutils-libs subpackage.
ca9947
ca9947
* Sat Aug  6 2005 Roland McGrath <roland@redhat.com> - 0.112-1
ca9947
- update to 0.112
ca9947
  - elfcmp: some more relaxation.
ca9947
  - elflint: many more tests, especially regarding to symbol versioning.
ca9947
  - libelf: Add elfXX_offscn and gelf_offscn.
ca9947
  - libasm: asm_begin interface changes.
ca9947
  - libebl: Add three new interfaces to directly access machine, class,
ca9947
    and data encoding information.
ca9947
ca9947
* Fri Jul 29 2005 Roland McGrath <roland@redhat.com> - 0.111-2
ca9947
- update portability patch
ca9947
ca9947
* Thu Jul 28 2005 Roland McGrath <roland@redhat.com> - 0.111-1
ca9947
- update to 0.111
ca9947
  - libdwfl library now merged into libdw
ca9947
ca9947
* Sun Jul 24 2005 Roland McGrath <roland@redhat.com> - 0.110-1
ca9947
- update to 0.110
ca9947
ca9947
* Fri Jul 22 2005 Roland McGrath <roland@redhat.com> - 0.109-2
ca9947
- update to 0.109
ca9947
  - verify that libebl modules are from the same build
ca9947
  - new eu-elflint checks on copy relocations
ca9947
  - new program eu-elfcmp
ca9947
  - new experimental libdwfl library
ca9947
ca9947
* Thu Jun  9 2005 Roland McGrath <roland@redhat.com> - 0.108-5
ca9947
- robustification of eu-strip and eu-readelf
ca9947
ca9947
* Wed May 25 2005 Roland McGrath <roland@redhat.com> - 0.108-3
ca9947
- more robustification
ca9947
ca9947
* Mon May 16 2005 Roland McGrath <roland@redhat.com> - 0.108-2
ca9947
- robustification
ca9947
ca9947
* Mon May  9 2005 Roland McGrath <roland@redhat.com> - 0.108-1
ca9947
- update to 0.108
ca9947
  - merge strip fixes
ca9947
  - sort records in dwarf_getsrclines, fix dwarf_getsrc_die searching
ca9947
  - update elf.h from glibc
ca9947
ca9947
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-2
ca9947
- fix strip -f byte-swapping bug
ca9947
ca9947
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-1
ca9947
- update to 0.107
ca9947
  - readelf: improve DWARF output format
ca9947
  - elflint: -d option to support checking separate debuginfo files
ca9947
  - strip: fix ET_REL debuginfo files (#156341)
ca9947
ca9947
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-3
ca9947
- fix some bugs in new code, reenable make check
ca9947
ca9947
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-2
ca9947
- disable make check for most arches, for now
ca9947
ca9947
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-1
ca9947
- update to 0.106
ca9947
ca9947
* Mon Mar 28 2005 Roland McGrath <roland@redhat.com> - 0.104-2
ca9947
- update to 0.104
ca9947
ca9947
* Wed Mar 23 2005 Jakub Jelinek <jakub@redhat.com> 0.103-2
ca9947
- update to 0.103
ca9947
ca9947
* Wed Feb 16 2005 Jakub Jelinek <jakub@redhat.com> 0.101-2
ca9947
- update to 0.101.
ca9947
- use %%configure macro to get CFLAGS etc. right
ca9947
ca9947
* Sat Feb  5 2005 Jeff Johnson <jbj@redhat.com> 0.99-2
ca9947
- upgrade to 0.99.
ca9947
ca9947
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-3
ca9947
- upgrade to 0.97.
ca9947
ca9947
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
ca9947
- upgrade to 0.96.
ca9947
ca9947
* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
ca9947
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
ca9947
  warning
ca9947
ca9947
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
ca9947
- rebuilt
ca9947
ca9947
* Fri Apr  2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
ca9947
- upgrade to 0.95.
ca9947
ca9947
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
ca9947
- rebuilt
ca9947
ca9947
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
ca9947
- rebuilt
ca9947
ca9947
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
ca9947
- upgrade to 0.94
ca9947
ca9947
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
ca9947
- upgrade to 0.93
ca9947
ca9947
* Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
ca9947
- full version
ca9947
- macroized spec file for GPL or OSL builds
ca9947
- include only libelf under GPL plus wrapper scripts
ca9947
ca9947
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
ca9947
- macroized spec file for GPL or OSL builds
ca9947
ca9947
* Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
ca9947
- split elfutils-devel into two packages.
ca9947
ca9947
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
ca9947
- include only libelf under GPL plus wrapper scripts
ca9947
ca9947
* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
ca9947
- readelf, not readline, in %%description (#111214).
ca9947
ca9947
* Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
ca9947
- update to 0.89 (fix eu-strip)
ca9947
ca9947
* Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
ca9947
- update to 0.86 (fix eu-strip on s390x/alpha)
ca9947
- libebl is an archive now; remove references to DSO
ca9947
ca9947
* Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
ca9947
- upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
ca9947
ca9947
* Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
ca9947
- upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
ca9947
ca9947
* Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
ca9947
- upgrade to 0.82 (strip tests fixed on big-endian).
ca9947
ca9947
* Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
ca9947
- upgrade to 0.81 (strip excludes unused symtable entries, test borked).
ca9947
ca9947
* Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
ca9947
- upgrade to 0.80 (debugedit changes for kernel in progress).
ca9947
ca9947
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
ca9947
- rebuilt
ca9947
ca9947
* Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
ca9947
- upgrade to 0.79 (correct formats for size_t, more of libdw "works").
ca9947
ca9947
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
ca9947
- upgrade to 0.78 (libdwarf bugfix, libdw additions).
ca9947
ca9947
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
ca9947
- debuginfo rebuild
ca9947
ca9947
* Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
ca9947
- use the correct way of identifying the section via the sh_info link.
ca9947
ca9947
* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
ca9947
- update to 0.75 (eu-strip -g fix)
ca9947
ca9947
* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
ca9947
- update to 0.74 (fix for writing with some non-dirty sections)
ca9947
ca9947
* Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
ca9947
- another -0.73 update (with sparc fixes).
ca9947
- do "make check" in %%check, not %%install, section.
ca9947
ca9947
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
ca9947
- update to 0.73 (with s390 fixes).
ca9947
ca9947
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
ca9947
- rebuilt
ca9947
ca9947
* Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
ca9947
- fix arguments to gelf_getsymshndx and elf_getshstrndx
ca9947
- fix other warnings
ca9947
- reenable checks on s390x
ca9947
ca9947
* Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
ca9947
- temporarily disable checks on s390x, until someone has
ca9947
  time to look at it
ca9947
ca9947
* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
ca9947
- update to 0.72
ca9947
ca9947
* Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
ca9947
- update to 0.71
ca9947
ca9947
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
ca9947
- update to 0.69.
ca9947
- add "make check" and segfault avoidance patch.
ca9947
- elfutils-libelf needs to run ldconfig.
ca9947
ca9947
* Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
ca9947
- update to 0.68.
ca9947
ca9947
* Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
ca9947
- update to 0.67.
ca9947
ca9947
* Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
ca9947
- update to 0.65.
ca9947
ca9947
* Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
ca9947
- update to 0.64.
ca9947
ca9947
* Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
ca9947
- split packages further into elfutils-libelf
ca9947
ca9947
* Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
ca9947
- update to 0.63.
ca9947
ca9947
* Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
ca9947
- Adjust for dropping libtool
ca9947
ca9947
* Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
ca9947
- update to 0.59
ca9947
ca9947
* Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
ca9947
- update to 0.56
ca9947
ca9947
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
ca9947
- update to 0.54
ca9947
ca9947
* Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
ca9947
- update to 0.53
ca9947
- drop x86_64 hack, ICE fixed in gcc-3.2-11.
ca9947
ca9947
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
ca9947
- get beehive to punch a rhpkg generated package.
ca9947
ca9947
* Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
ca9947
- build in 8.0.1.
ca9947
- x86_64: avoid gcc-3.2 ICE on x86_64 for now.
ca9947
ca9947
* Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
ca9947
- Add libelf-devel to conflicts for elfutils-devel
ca9947
ca9947
* Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
ca9947
- Split into runtime and devel package
ca9947
ca9947
* Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
ca9947
- integrate into official sources
ca9947
ca9947
* Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
ca9947
- Swaddle.