From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121435 invoked by alias); 23 Jan 2017 04:09:24 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 121409 invoked by uid 89); 23 Jan 2017 04:09:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=configure*, 12.01.2017, system-zlib, 12012017 X-Spam-User: qpsmtpd, 2 recipients X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Jan 2017 04:09:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 815A7117436; Sun, 22 Jan 2017 23:09:20 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 93d7wMtjMSsS; Sun, 22 Jan 2017 23:09:20 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 21A40117426; Sun, 22 Jan 2017 23:09:20 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id CA63E603D9; Mon, 23 Jan 2017 08:09:15 +0400 (RET) Date: Mon, 23 Jan 2017 04:09:00 -0000 From: Joel Brobecker To: Matthias Klose Cc: Jeff Law , gdb-patches@sourceware.org, binutils Subject: Re: [patch] update zlib to the 1.2.10 release. Message-ID: <20170123040915.knf76kwgwxji2ng4@adacore.com> References: <02ad1804-017b-3637-a532-aa6c7b8aa2a9@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.2-neo (2016-08-21) X-SW-Source: 2017-01/txt/msg00459.txt.bz2 > On 12.01.2017 22:17, Jeff Law wrote: > > On 01/05/2017 07:45 AM, Matthias Klose wrote: > >> These are the changes updating zlib from 1.2.8 to 1.2.10. It is only used when > >> building without a system zlib. The new release includes fixes for security > >> issues CVE-2016-9840, CVE-2016-9841, CVE-2016-9842, CVE-2016-9843. > >> > >> Checked with a build with disabled system-zlib. Ok for the trunk? > > Were there any changes that we needed to carry forward or any changes you needed > > to make to the upstream sources? > > I backed out the changes to the configure* and Makefile* changes (and > only these), which are completely different to zlib upstream. There > are no additions/deletions to zlib source files, so these build > changes still work with the updated zlib. Can you tell us what these changes are? Currently nightly source packaging is broken while configuring zlib. Here is what I am seeing: $ cd /path/to/gdb/sources $ ./configure --target=i386-pc-linux-gnu $ make configure-host configure-target [...] checking for strerror... yes checking for unistd.h... (cached) yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: executing default-1 commands ./config.status: line 1191: ./../../config-ml.in: No such file or directory Makefile:10001: recipe for target 'configure-zlib' failed make: *** [configure-zlib] Error 1 Thanks, -- Joel