forked from pool/elfutils
Accepting request 616503 from Base:System
- Update to versio 0.172 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. (forwarded request 616253 from marxin) OBS-URL: https://build.opensuse.org/request/show/616503 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=66
This commit is contained in:
commit
c3feff5862
@ -1,11 +1,11 @@
|
|||||||
qemu-linux-user does not support ptrace, disable tests that depend on it
|
qemu-linux-user does not support ptrace, disable tests that depend on it
|
||||||
/proc/self/auxv is not properly abstracted away
|
/proc/self/auxv is not properly abstracted away
|
||||||
|
|
||||||
Index: elfutils-0.170/tests/Makefile.am
|
Index: elfutils-0.171/tests/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- elfutils-0.170.orig/tests/Makefile.am
|
--- elfutils-0.171.orig/tests/Makefile.am
|
||||||
+++ elfutils-0.170/tests/Makefile.am
|
+++ elfutils-0.171/tests/Makefile.am
|
||||||
@@ -99,7 +99,7 @@ TESTS = run-arextract.sh run-arsymtest.s
|
@@ -102,7 +102,7 @@ TESTS = run-arextract.sh run-arsymtest.s
|
||||||
run-native-test.sh run-bug1-test.sh \
|
run-native-test.sh run-bug1-test.sh \
|
||||||
run-debuglink.sh run-debugaltlink.sh run-buildid.sh \
|
run-debuglink.sh run-debugaltlink.sh run-buildid.sh \
|
||||||
dwfl-bug-addr-overflow run-addrname-test.sh \
|
dwfl-bug-addr-overflow run-addrname-test.sh \
|
||||||
@ -14,8 +14,8 @@ Index: elfutils-0.170/tests/Makefile.am
|
|||||||
run-dwfl-bug-offline-rel.sh run-dwfl-addr-sect.sh \
|
run-dwfl-bug-offline-rel.sh run-dwfl-addr-sect.sh \
|
||||||
run-disasm-x86.sh run-disasm-x86-64.sh \
|
run-disasm-x86.sh run-disasm-x86-64.sh \
|
||||||
run-early-offscn.sh run-dwarf-getmacros.sh run-dwarf-ranges.sh \
|
run-early-offscn.sh run-dwarf-getmacros.sh run-dwarf-ranges.sh \
|
||||||
@@ -128,8 +128,8 @@ TESTS = run-arextract.sh run-arsymtest.s
|
@@ -134,8 +134,8 @@ TESTS = run-arextract.sh run-arsymtest.s
|
||||||
run-stack-demangled-test.sh run-readelf-zx.sh run-readelf-zp.sh \
|
run-readelf-types.sh \
|
||||||
run-readelf-dwz-multi.sh run-allfcts-multi.sh run-deleted.sh \
|
run-readelf-dwz-multi.sh run-allfcts-multi.sh run-deleted.sh \
|
||||||
run-linkmap-cut.sh run-aggregate-size.sh run-peel-type.sh \
|
run-linkmap-cut.sh run-aggregate-size.sh run-peel-type.sh \
|
||||||
- vdsosyms run-readelf-A.sh \
|
- vdsosyms run-readelf-A.sh \
|
||||||
@ -25,10 +25,10 @@ Index: elfutils-0.170/tests/Makefile.am
|
|||||||
elfshphehdr run-lfs-symbols.sh run-dwelfgnucompressed.sh \
|
elfshphehdr run-lfs-symbols.sh run-dwelfgnucompressed.sh \
|
||||||
run-elfgetchdr.sh \
|
run-elfgetchdr.sh \
|
||||||
run-elfgetzdata.sh run-elfputzdata.sh run-zstrptr.sh \
|
run-elfgetzdata.sh run-elfputzdata.sh run-zstrptr.sh \
|
||||||
Index: elfutils-0.170/tests/backtrace-subr.sh
|
Index: elfutils-0.171/tests/backtrace-subr.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- elfutils-0.170.orig/tests/backtrace-subr.sh
|
--- elfutils-0.171.orig/tests/backtrace-subr.sh
|
||||||
+++ elfutils-0.170/tests/backtrace-subr.sh
|
+++ elfutils-0.171/tests/backtrace-subr.sh
|
||||||
@@ -106,6 +106,11 @@ check_native_unsupported()
|
@@ -106,6 +106,11 @@ check_native_unsupported()
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cce883ecffe5d0a3bb19dc23645af74c6f1166727ee6bec3cee741ffd938f066
|
|
||||||
size 8654558
|
|
Binary file not shown.
3
elfutils-0.172.tar.bz2
Normal file
3
elfutils-0.172.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:779c99e6344c4982bbab60b8d276cec3d468151c758905f9a44ba6b6edaa0e24
|
||||||
|
size 8601066
|
BIN
elfutils-0.172.tar.bz2.sig
Normal file
BIN
elfutils-0.172.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 12 08:04:52 UTC 2018 - mliska@suse.cz
|
||||||
|
|
||||||
|
- Update to versio 0.172
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 10 09:35:13 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
- disable-tests-with-ptrace.patch: Rediff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 4 07:19:12 UTC 2018 - mliska@suse.cz
|
Mon Jun 4 07:19:12 UTC 2018 - mliska@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.171
|
Version: 0.172
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Higher-level library to access ELF files
|
Summary: Higher-level library to access ELF files
|
||||||
License: SUSE-GPL-2.0-with-OSI-exception
|
License: SUSE-GPL-2.0-with-OSI-exception
|
||||||
|
Loading…
Reference in New Issue
Block a user