From 04c54122e5bca5b48f3516e76f9bddcf5dd7745099b8bc0c79d0cf66ec5aba7e Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 20 Sep 2018 08:57:32 +0000 Subject: [PATCH] Accepting request 636604 from home:marxin:branches:Base:System - Update to version 0.174 libelf, libdw and all tools now handle extended shnum and shstrndx correctly. elfcompress: Don't rewrite input file if no section data needs updating. Try harder to keep same file mode bits (suid) on rewrite. strip: Handle mixed (out of order) allocated/non-allocated sections. unstrip: Handle SHT_GROUP sections. backends: RISCV and M68K now have backend implementations to generate CFI based backtraces. OBS-URL: https://build.opensuse.org/request/show/636604 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=119 --- elfutils-0.173.tar.bz2 | 3 --- elfutils-0.173.tar.bz2.sig | Bin 310 -> 0 bytes elfutils-0.174.tar.bz2 | 3 +++ elfutils-0.174.tar.bz2.sig | Bin 0 -> 287 bytes elfutils.changes | 20 ++++++++++++++++++++ elfutils.spec | 4 ++-- 6 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 elfutils-0.173.tar.bz2 delete mode 100644 elfutils-0.173.tar.bz2.sig create mode 100644 elfutils-0.174.tar.bz2 create mode 100644 elfutils-0.174.tar.bz2.sig diff --git a/elfutils-0.173.tar.bz2 b/elfutils-0.173.tar.bz2 deleted file mode 100644 index 43c4b4b..0000000 --- a/elfutils-0.173.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b76d8c133f68dad46250f5c223482c8299d454a69430d9aa5c19123345a000ff -size 8684782 diff --git a/elfutils-0.173.tar.bz2.sig b/elfutils-0.173.tar.bz2.sig deleted file mode 100644 index 82a85ef49d18e83a94bc0406f020de6c203c62475df5177f885a775cd6c7a136..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j*j%mXn98;i!!{Y{{QaAsRqfof_60$VnbX#ffd5QA`L zTUUWxO;#NlkiQEOt`o4uSnFXQy;B-o&X2gva`!SLhvdg)`>5cn1V zj@bo8P^vDM?5=obpTM?mt9Mc5GiX%X86aK683O6@U*vqN{N7|vp z?OvS*y|pd*`<+iaUwh#Lp`#P3|N!%X`9=a@s@en+hl!XgIatrceFWAW(% z;u9BxyS@%G7Czrj13|6|oZ0G_SuOG~xld7EnNM{`Ivt+M2T)G0BeIZVbEXv-7>}!$ zjY%8s71Kj8Pag{7%9c4$j<`;{jJs9$YTt<^fv z3L+fxRfPmqzuvz0j)`o#du6uVO-xHyyC1q4cYt6Jc6KEex`ef{@;?zXjr=%#h?jJG l*-wh0bRj$$w8vryzOY3^Nn;>)=(E6vKj<}%Yxt$T`-ewodq)5O literal 0 HcmV?d00001 diff --git a/elfutils.changes b/elfutils.changes index 2c549d6..4190469 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Sep 17 10:21:35 UTC 2018 - Martin Liška + +- Update to version 0.174 + + libelf, libdw and all tools now handle extended shnum and + shstrndx correctly. + + elfcompress: Don't rewrite input file if no section data needs + updating. Try harder to keep same file mode bits + (suid) on rewrite. + + strip: Handle mixed (out of order) allocated/non-allocated + sections. + + unstrip: Handle SHT_GROUP sections. + + backends: RISCV and M68K now have backend implementations to + generate CFI based backtraces. + ------------------------------------------------------------------- Wed Aug 15 12:37:46 UTC 2018 - antoine.belvire@opensuse.org diff --git a/elfutils.spec b/elfutils.spec index afc00f3..dd7997c 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: elfutils -Version: 0.173 +Version: 0.174 Release: 0 Summary: Higher-level library to access ELF files License: SUSE-GPL-2.0-with-OSI-exception