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