diff --git a/disable-tests-with-ptrace.patch b/disable-tests-with-ptrace.patch index c28cb77..3a3bb0d 100644 --- a/disable-tests-with-ptrace.patch +++ b/disable-tests-with-ptrace.patch @@ -1,11 +1,11 @@ qemu-linux-user does not support ptrace, disable tests that depend on it /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.170/tests/Makefile.am -@@ -99,7 +99,7 @@ TESTS = run-arextract.sh run-arsymtest.s +--- elfutils-0.171.orig/tests/Makefile.am ++++ elfutils-0.171/tests/Makefile.am +@@ -102,7 +102,7 @@ TESTS = run-arextract.sh run-arsymtest.s run-native-test.sh run-bug1-test.sh \ run-debuglink.sh run-debugaltlink.sh run-buildid.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-disasm-x86.sh run-disasm-x86-64.sh \ run-early-offscn.sh run-dwarf-getmacros.sh run-dwarf-ranges.sh \ -@@ -128,8 +128,8 @@ TESTS = run-arextract.sh run-arsymtest.s - run-stack-demangled-test.sh run-readelf-zx.sh run-readelf-zp.sh \ +@@ -134,8 +134,8 @@ TESTS = run-arextract.sh run-arsymtest.s + run-readelf-types.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 \ - vdsosyms run-readelf-A.sh \ @@ -25,10 +25,10 @@ Index: elfutils-0.170/tests/Makefile.am elfshphehdr run-lfs-symbols.sh run-dwelfgnucompressed.sh \ run-elfgetchdr.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.170/tests/backtrace-subr.sh +--- elfutils-0.171.orig/tests/backtrace-subr.sh ++++ elfutils-0.171/tests/backtrace-subr.sh @@ -106,6 +106,11 @@ check_native_unsupported() fi ;; diff --git a/elfutils-0.171.tar.bz2 b/elfutils-0.171.tar.bz2 deleted file mode 100644 index 35c6978..0000000 --- a/elfutils-0.171.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cce883ecffe5d0a3bb19dc23645af74c6f1166727ee6bec3cee741ffd938f066 -size 8654558 diff --git a/elfutils-0.171.tar.bz2.sig b/elfutils-0.171.tar.bz2.sig deleted file mode 100644 index ad55e7f..0000000 Binary files a/elfutils-0.171.tar.bz2.sig and /dev/null differ diff --git a/elfutils-0.172.tar.bz2 b/elfutils-0.172.tar.bz2 new file mode 100644 index 0000000..dc4a95f --- /dev/null +++ b/elfutils-0.172.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779c99e6344c4982bbab60b8d276cec3d468151c758905f9a44ba6b6edaa0e24 +size 8601066 diff --git a/elfutils-0.172.tar.bz2.sig b/elfutils-0.172.tar.bz2.sig new file mode 100644 index 0000000..1fb9ba1 Binary files /dev/null and b/elfutils-0.172.tar.bz2.sig differ diff --git a/elfutils.changes b/elfutils.changes index e46ae30..82066f6 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -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 diff --git a/elfutils.spec b/elfutils.spec index e4aa46b..2d1d816 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -17,7 +17,7 @@ Name: elfutils -Version: 0.171 +Version: 0.172 Release: 0 Summary: Higher-level library to access ELF files License: SUSE-GPL-2.0-with-OSI-exception