From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44630 invoked by alias); 2 Oct 2019 14:53:27 -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 44613 invoked by uid 89); 2 Oct 2019 14:53:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.9 required=5.0 tests=AWL,BAYES_00,KAM_LOTSOFHASH,SPF_PASS autolearn=no version=3.3.1 spammy=outdated 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; Wed, 02 Oct 2019 14:53:25 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 622EDAC1C; Wed, 2 Oct 2019 14:53:23 +0000 (UTC) From: Tom de Vries Subject: md5.sum contains outdated checksum for sha512.sum Openpgp: preference=signencrypt To: "gdb-patches@sourceware.org" Cc: Joel Brobecker Message-ID: <789f21e3-f00a-afc7-924c-f89686947c45@suse.de> Date: Wed, 02 Oct 2019 14:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00062.txt.bz2 Hi, I noticed these files: ... https://sourceware.org/ftp/gdb/releases/md5.sum https://sourceware.org/ftp/gdb/releases/sha512.sum ... and the fact that they have each other in the checksum list: ... $ grep sum *.sum md5.sum:d302bd90c757261f7a869a7a933ae096 sha512.sum sha512.sum:302d3ee680099da76381af62dc8326bc73bd0f72e31733611458213b582fba4f7596b8892676a530dbd95f4fe2257b3f487048ed0815cceefb81c199a8a92662 md5.sum ... Only one matches: ... $ md5sum sha512.sum cbf4a5e7311db1d101038a3411a2cf9b sha512.sum $ sha512sum md5.sum 302d3ee680099da76381af62dc8326bc73bd0f72e31733611458213b582fba4f7596b8892676a530dbd95f4fe2257b3f487048ed0815cceefb81c199a8a92662 md5.sum ... So, AFAICT, md5.sum contains an outdated checksum for sha512.sum (and AFAIU, as long as the files reference each other, that will be the case). Thanks, - Tom