From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [v2 0/1] Perl: Fix CVE-2016-2381 Date: Wed, 2 Mar 2016 23:04:23 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abKVF-00055N-Gj for guix-devel@gnu.org; Wed, 02 Mar 2016 23:04:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abKVC-00017t-9s for guix-devel@gnu.org; Wed, 02 Mar 2016 23:04:41 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:38420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abKVC-00017f-5Y for guix-devel@gnu.org; Wed, 02 Mar 2016 23:04:38 -0500 Received: from localhost.localdomain (c-71-225-1-241.hsd1.pa.comcast.net [71.225.1.241]) by mail.messagingengine.com (Postfix) with ESMTPA id B3831C0001F for ; Wed, 2 Mar 2016 23:04:36 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Here's version 2 of this patch. The differences are improved context in perl-CVE-2016-2381.patch and a fixed typo in the commit message. I'm sending this with `git send-email` (Perl script) built on top of this change. Leo Famulari (1): gnu: perl: Replace with patched version [fixes CVE-2016-2381]. gnu-system.am | 1 + gnu/packages/commencement.scm | 1 + gnu/packages/patches/perl-CVE-2016-2381.patch | 116 ++++++++++++++++++++++++++ gnu/packages/perl.scm | 23 +++++ 4 files changed, 141 insertions(+) create mode 100644 gnu/packages/patches/perl-CVE-2016-2381.patch -- 2.6.3