From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id HoM7GdbGll91HQAAWB0awg (envelope-from ) for ; Mon, 26 Oct 2020 08:53:42 -0400 Received: by simark.ca (Postfix, from userid 112) id 5A0121F08D; Mon, 26 Oct 2020 08:53:42 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id BDB751E99A for ; Mon, 26 Oct 2020 08:53:41 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 29DC83894C15; Mon, 26 Oct 2020 12:53:41 +0000 (GMT) Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id C739C388EC3C; Mon, 26 Oct 2020 12:53:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C739C388EC3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: from [10.0.0.11] (173-246-6-90.qc.cable.ebox.net [173.246.6.90]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 2CCD41E552; Mon, 26 Oct 2020 08:53:39 -0400 (EDT) Subject: Re: [PATCH] Use sha256 for hashes in the release process To: Andreas Schwab References: <20201026013347.6250-1-andreas@rammhold.de> <2dcb2118-bd61-de63-60cb-e86abab0756e@simark.ca> <87v9expgz1.fsf@igel.home> From: Simon Marchi Message-ID: Date: Mon, 26 Oct 2020 08:53:38 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <87v9expgz1.fsf@igel.home> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: 7bit 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: , Cc: gdb-patches@sourceware.org, andreas@rammhold.de, Binutils Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2020-10-26 3:46 a.m., Andreas Schwab wrote: > On Okt 25 2020, Simon Marchi wrote: > >>> @@ -168,15 +168,15 @@ do_proto_toplev() >>> >>> CVS_NAMES='-name CVS -o -name .cvsignore' >>> >>> -# Add an md5sum to the built tarball >>> -do_md5sum() >>> +# Add an sha256sum to the built tarball >> >> Nit: an -> a > > Are you sure? How would you pronounce sha256sum? "a shaw two fifty-six sum". Simon