From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57058) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7I7-0005w0-0K for guix-patches@gnu.org; Thu, 16 Apr 2020 12:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7I6-0007xV-4X for guix-patches@gnu.org; Thu, 16 Apr 2020 12:23:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55891) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP7I6-0007xI-1G for guix-patches@gnu.org; Thu, 16 Apr 2020 12:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP7I5-0004IV-T7 for guix-patches@gnu.org; Thu, 16 Apr 2020 12:23:01 -0400 Subject: [bug#40559] [PATCH] gnu: cryptsetup: Update to 2.3.1. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Thu, 16 Apr 2020 18:22:14 +0200 In-Reply-To: (Vincent Legoll's message of "Sat, 11 Apr 2020 19:14:04 +0200") Message-ID: <87blnrh03t.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vincent Legoll Cc: 40559@debbugs.gnu.org Hi, Vincent Legoll skribis: > Untested Could you test it with =E2=80=9Cmake check-system TESTS=3Dencrypted-root-os= =E2=80=9D? It takes time and disk space, but that=E2=80=99s a good way to make sure cryptsetup is still able to decrypt our LUKS partitions. TIA! Ludo=E2=80=99.