From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by sourceware.org (Postfix) with ESMTPS id DADF13858D34 for ; Thu, 2 Jul 2020 19:07:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DADF13858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=alves.ped@gmail.com Received: by mail-wr1-f67.google.com with SMTP id a6so29747037wrm.4 for ; Thu, 02 Jul 2020 12:07:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=XcwBh8kFe6kWdsxhBhLxv/70msWWOwUczqdztnPsdAA=; b=U5mAqlNwpqcUueA1/95uB1YMZKnXPiGjH88NHj3szW/AwchjCPG30l+bCPjGyyP6M1 y7HgQPYBYgeKvlp067CyiZdjo9QVPAQD/WfapzzqBgUOD7buYjo1IiQFR9xX9QlJzrYp RcoSNsMugIr9yEExd3BTCK5Ktcz9K4itsN/XO4sq0C0oFESCi/aJGa4P0dV4MiZsUjX5 pyFaIMVrWMEcT6xmvhDyX9VC/D+AwJM3SOt2+Kd0sL9p/Tqm9agzXcGlxdWQkXYcPNFP yF/L8Ca3FRLYSN08htyr+IOJdLqnrp2+9MIkM5d/1HZV2OR9VlSU7SxDUdDf0mKwXI9o fzrQ== X-Gm-Message-State: AOAM533P39Eb14IFEsbsJ/CEbh5PCrKAnidRb+j9ttBoqcR2K3MthvhV euUWqDcdlCDSsMAyS6R+Jz/7m424wjHWyA== X-Google-Smtp-Source: ABdhPJzkWSz+oElz1lpzUA2wQ1UkSjheulfOK4jCrQu9OXSSEd6TQGN6CQXk3gftLtz5KEZwwfECHQ== X-Received: by 2002:a5d:69cf:: with SMTP id s15mr21676896wrw.10.1593716825374; Thu, 02 Jul 2020 12:07:05 -0700 (PDT) Received: from ?IPv6:2001:8a0:f922:c400:56ee:75ff:fe8d:232b? ([2001:8a0:f922:c400:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id u65sm11112570wmg.5.2020.07.02.12.07.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Jul 2020 12:07:04 -0700 (PDT) Subject: Re: [PATCH] Update gnulib to current trunk To: Eli Zaretskii References: <20200630184349.4009048-1-cbiesinger@google.com> <83h7upwxjl.fsf@gnu.org> Cc: cbiesinger@google.com, gdb-patches@sourceware.org From: Pedro Alves Message-ID: <2d285f8f-57be-2d4f-ce7f-57afe65c6898@palves.net> Date: Thu, 2 Jul 2020 20:06:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <83h7upwxjl.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2020 19:07:08 -0000 On 7/2/20 8:02 PM, Eli Zaretskii wrote: >> From: Pedro Alves >> Date: Thu, 2 Jul 2020 19:49:53 +0100 >> >>> This fixes two issues on Windows: Update. >>> https://sourceware.org/pipermail/gdb-patches/2020-June/169978.html >> >> This seems to be bringing in a good amount of churn. > > Maybe we should just update the two modules which were changed due to > my reports? Would that be safer? > I don't know. I'd be happy with just seeing the list of the dependencies being pulled in and dropped before making such a decision. It's just a precautionary measure, the update is probably fine. Pedro Alves