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