From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sKeiDzASx17vNQAA0tVLHw (envelope-from ) for ; Thu, 21 May 2020 23:43:44 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id KMCJCzASx15LHQAA1q6Kng (envelope-from ) for ; Thu, 21 May 2020 23:43:44 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A5DDB940365 for ; Thu, 21 May 2020 23:43:43 +0000 (UTC) Received: from localhost ([::1]:57432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbuqk-0008HZ-If for larch@yhetil.org; Thu, 21 May 2020 19:43:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36650) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbuqd-0008HT-CD for guix-devel@gnu.org; Thu, 21 May 2020 19:43:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53817) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbuqd-0000A6-2i; Thu, 21 May 2020 19:43:35 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49008 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jbuqc-000471-MB; Thu, 21 May 2020 19:43:34 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Marius Bakke Subject: Re: [bug#41382] [PATCH 0/6] Allow for a cryptographic hash function migration References: <20200518213116.23978-1-ludo@gnu.org> <871rnggf4d.fsf@gnu.org> <87wo57reil.fsf@devup.no> <875zcpc8yt.fsf@gnu.org> Date: Fri, 22 May 2020 01:43:32 +0200 In-Reply-To: <875zcpc8yt.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 21 May 2020 22:46:18 +0200") Message-ID: <87wo54c0rf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org, 41382-done@debbugs.gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: Ssld2rnOfEf/ Pushed the whole series: ce0be5675b packages: Introduce and use it in . 56f7ca6e7c packages: Add 'base64' macro. 0e4e9c8e76 guix hash, guix download: Support base64 format. 18ae1ec3ec guix hash, guix download: Add '--hash'. 9418aaa00d tests: Test fixed-output derivations with several hash algorit= hms. 73b27eaa64 tests: Test 'add-to-store' with several hash algorithms. You=E2=80=99ll have to recompile due to the ABI change: make clean-go && make I realized several tests needed to be adjusted for proper syntax-case matching, which I did in ce0be5675b. Ludo=E2=80=99.