From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIwER-0004aY-8x for guix-patches@gnu.org; Thu, 08 Jun 2017 08:08:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIwEM-0006T1-AT for guix-patches@gnu.org; Thu, 08 Jun 2017 08:08:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59745) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dIwEM-0006Sx-6w for guix-patches@gnu.org; Thu, 08 Jun 2017 08:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dIwEM-0004NW-1N for guix-patches@gnu.org; Thu, 08 Jun 2017 08:08: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> <87shjc66z2.fsf@gnu.org> <20170607161752.GA5750@jasmine> Date: Thu, 08 Jun 2017 14:07:24 +0200 In-Reply-To: <20170607161752.GA5750@jasmine> (Leo Famulari's message of "Wed, 7 Jun 2017 12:17:53 -0400") Message-ID: <877f0mznr7.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-done@debbugs.gnu.org Leo Famulari skribis: > On Wed, Jun 07, 2017 at 01:18:09AM +0200, Ludovic Court=C3=A8s wrote: >> Leo Famulari skribis: >>=20 >> > * 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. >>=20 >> OK too. >>=20 >> I suppose we=E2=80=99ll have to apply it in core-updates too, right? > > And, done as c67d587f94173fd42d65097165afc5c512935646. Great! > I tested that this packaging of Perl 5.26.0 builds on master, then I > "ported" the package to core-updates. I don't have the resources to > build the Perl package on core-updates in a timely manner. That=E2=80=99s a reasonable approach. We=E2=80=99ll let Hydra build it any= way and adjust if needed. Thank you! Ludo=E2=80=99.