From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dINkh-0006mT-9x for guix-patches@gnu.org; Tue, 06 Jun 2017 19:19:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dINkc-0005qw-RH for guix-patches@gnu.org; Tue, 06 Jun 2017 19:19:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57365) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dINkc-0005qo-Na for guix-patches@gnu.org; Tue, 06 Jun 2017 19:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dINkc-0003T2-HF for guix-patches@gnu.org; Tue, 06 Jun 2017 19:19:02 -0400 Subject: bug#27263: [PATCH 2/2] gnu: perl: Fix CVE-2017-6512 in File::Path. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <031e297c96cc7522ca42331605079a8462784466.1496718250.git.leo@famulari.name> Date: Wed, 07 Jun 2017 01:18:09 +0200 In-Reply-To: <031e297c96cc7522ca42331605079a8462784466.1496718250.git.leo@famulari.name> (Leo Famulari's message of "Mon, 5 Jun 2017 23:04:10 -0400") Message-ID: <87shjc66z2.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: Leo Famulari Cc: 27263@debbugs.gnu.org Leo Famulari skribis: > * gnu/packages/perl.scm (perl)[replacement]: New field. > (perl/fixed): New variable. > * gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. OK too. I suppose we=E2=80=99ll have to apply it in core-updates too, right? Thank you! Ludo=E2=80=99.