0.172-1
This commit is contained in:
parent
f7f48060a6
commit
4f92b007b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/elfutils-0.169.tar.bz2
|
/elfutils-0.169.tar.bz2
|
||||||
/elfutils-0.170.tar.bz2
|
/elfutils-0.170.tar.bz2
|
||||||
/elfutils-0.171.tar.bz2
|
/elfutils-0.171.tar.bz2
|
||||||
|
/elfutils-0.172.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: elfutils
|
Name: elfutils
|
||||||
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
||||||
Version: 0.171
|
Version: 0.172
|
||||||
%global baserelease 1
|
%global baserelease 1
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
||||||
@ -208,6 +208,9 @@ install -Dm0644 config/10-default-yama-scope.conf ${RPM_BUILD_ROOT}%{_sysctldir}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Record some build root versions in build.log
|
||||||
|
uname -r; rpm -q glibc
|
||||||
|
|
||||||
make -s %{?_smp_mflags} check || (cat tests/test-suite.log; false)
|
make -s %{?_smp_mflags} check || (cat tests/test-suite.log; false)
|
||||||
|
|
||||||
# Only the latest Fedora and EPEL have these scriptlets,
|
# Only the latest Fedora and EPEL have these scriptlets,
|
||||||
@ -312,6 +315,14 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 11 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.172-1
|
||||||
|
- New upstream release.
|
||||||
|
- No functional changes compared to 0.171.
|
||||||
|
- Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
|
||||||
|
data. Thanks to running the afl fuzzer on eu-readelf and various
|
||||||
|
testcases.
|
||||||
|
- eu-readelf -N is ~15% faster.
|
||||||
|
|
||||||
* Fri Jun 01 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.171-1
|
* Fri Jun 01 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.171-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- DWARF5 and split dwarf, including GNU DebugFission, support.
|
- DWARF5 and split dwarf, including GNU DebugFission, support.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (elfutils-0.171.tar.bz2) = 777be2d63ca9b11440bf358a33428d9ca974e2612a880934156c9f7194af596ed627c1ed2d48dbd47a3761c94913b8f39565f9dcb6b62c92bf229f04c96d5ee3
|
SHA512 (elfutils-0.172.tar.bz2) = b2f491e976ef3067fe33ad22b3ef1952c47557571747899e94aee601bfeb95e8e1a91daad80a7950bee7feb42192769663db32eb65734ea5ffbc0b87cdad76b2
|
||||||
|
Loading…
Reference in New Issue
Block a user