From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45112) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoPbU-00085Z-EF for guix-patches@gnu.org; Fri, 19 Jul 2019 05:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoPbT-0005hR-8Z for guix-patches@gnu.org; Fri, 19 Jul 2019 05:55:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46324) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hoPbT-0005hD-5l for guix-patches@gnu.org; Fri, 19 Jul 2019 05:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hoPbT-0007DY-3L for guix-patches@gnu.org; Fri, 19 Jul 2019 05:55:03 -0400 Subject: bug#36699: [PATCH 0/4] Strengthen '.guix-channel' file handling Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190716232016.16559-1-ludo@gnu.org> Date: Fri, 19 Jul 2019 11:54:49 +0200 In-Reply-To: <20190716232016.16559-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Wed, 17 Jul 2019 01:20:16 +0200") Message-ID: <87h87ie4d2.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: 36699-done@debbugs.gnu.org Hello, Ludovic Court=C3=A8s skribis: > Ludovic Court=C3=A8s (4): > channels: Strictly check the version of '.guix-channel'. > channels: Remove unneeded 'version' field of . > channels: Always provide a record. > channels: Reject directories with '..' in '.guix-channel' file. I pushed the first three patches and discarded the last one, as discussed with Danny. Ludo=E2=80=99.