From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1708 invoked by alias); 15 Nov 2018 07:54:55 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 1670 invoked by uid 89); 15 Nov 2018 07:54:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.6 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_ASCII_DIVIDERS,KAM_NUMSUBJECT,KAM_SHORT,SPF_PASS autolearn=ham version=3.3.2 spammy=Signedoffby, Signed-off-by, our X-Spam-Status: No, score=-25.6 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_ASCII_DIVIDERS,KAM_NUMSUBJECT,KAM_SHORT,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Nov 2018 07:54:51 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 77FEEADD8; Thu, 15 Nov 2018 07:54:49 +0000 (UTC) Subject: Re: Prepare for 0.175 To: Mark Wielaard , elfutils-devel@sourceware.org References: <1542197796-10130-1-git-send-email-mark@klomp.org> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <71b1bf08-6cf6-68d3-5ae6-8ba587e4fb85@suse.cz> Date: Thu, 15 Nov 2018 07:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <1542197796-10130-1-git-send-email-mark@klomp.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-q4/txt/msg00131.txt.bz2 On 11/14/18 1:16 PM, Mark Wielaard wrote: > Set version to 0.175 > Update NEWS and elfutils.spec.in. > Regenerate po/*.po files. > > Signed-off-by: Mark Wielaard > --- > NEWS | 18 + > config/elfutils.spec.in | 14 + > configure.ac | 2 +- > po/de.po | 1162 ++++++++++++++++++++++++---------------------- > po/es.po | 1169 ++++++++++++++++++++++++---------------------- > po/ja.po | 1166 ++++++++++++++++++++++++---------------------- > po/pl.po | 1172 ++++++++++++++++++++++++---------------------- > po/uk.po | 1175 +++++++++++++++++++++++++---------------------- > 8 files changed, 3113 insertions(+), 2765 deletions(-) > > diff --git a/NEWS b/NEWS > index 0b7994e..95fbac0 100644 > --- a/NEWS > +++ b/NEWS > @@ -1,3 +1,21 @@ > +Version 0.175 > + > +readelf: Handle mutliple .debug_macro sections. > + Recognize and parse GNU Property notes, NT_VERSION notes > + and GNU Build Attribute ELF Notes. > + > +strip: Handle SHT_GROUP correctly. > + Add strip --reloc-debug-sections-only option. > + Handle relocations against GNU compressed sections. > + > +libdwelf: New function dwelf_elf_begin. > + > +libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE. > + > +backends: RISCV handles ADD/SUB relocations. Handle SHT_X86_64_UNWIND. > + > +Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521. > + > Version 0.174 > > libelf, libdw and all tools now handle extended shnum and shstrndx correctly. > diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in > index 0f9687d..e2fb0e4 100644 > --- a/config/elfutils.spec.in > +++ b/config/elfutils.spec.in > @@ -227,6 +227,20 @@ rm -rf ${RPM_BUILD_ROOT} > %{_sysctldir}/10-default-yama-scope.conf > > %changelog > +* Wed Nov 14 2018 Mark Wielaard 0.175-1 > +- readelf: Handle mutliple .debug_macro sections. > + Recognize and parse GNU Property notes, NT_VERSION notes and > + GNU Build Attribute ELF Notes. > +- strip: Handle SHT_GROUP correctly. > + Add strip --reloc-debug-sections-only option. > + Handle relocations against GNU compressed sections. > +- libdwelf: New function dwelf_elf_begin. > +- libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT > + and BPF_JSLE. > +- backends: RISCV handles ADD/SUB relocations. > + Handle SHT_X86_64_UNWIND. > +- Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521. > + > * Fri Sep 14 2018 Mark Wielaard 0.174-1 > - libelf, libdw and all tools now handle extended shnum and shstrndx > correctly. > diff --git a/configure.ac b/configure.ac > index da9f8cb..b89b867 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -17,7 +17,7 @@ dnl GNU General Public License for more details. > dnl > dnl You should have received a copy of the GNU General Public License > dnl along with this program. If not, see . > -AC_INIT([elfutils],[0.174],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) > +AC_INIT([elfutils],[0.175],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) > > dnl Workaround for older autoconf < 2.64 > m4_ifndef([AC_PACKAGE_URL], > Hi. I can confirm the tarball works fine on all our targets that we test. Let's release it ;) Martin