From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: ocaml: Fix CVE-2015-8869. Date: Mon, 2 May 2016 14:31:15 -0400 Message-ID: <20160502183115.GA10321@jasmine> References: <129c1d78b943eb2de62db23a5b6aadd33fcf1d97.1462041341.git.leo@famulari.name> <874mageuum.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axIdN-0003E0-9T for guix-devel@gnu.org; Mon, 02 May 2016 14:31:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axId4-0005Nn-43 for guix-devel@gnu.org; Mon, 02 May 2016 14:31:47 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axId1-0005Gk-Mp for guix-devel@gnu.org; Mon, 02 May 2016 14:31:34 -0400 Content-Disposition: inline In-Reply-To: <874mageuum.fsf@gnu.org> 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" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, May 02, 2016 at 10:18:25AM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/patches/ocaml-CVE-2015-8869.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/ocaml.scm (ocaml): Use it. > > LGTM, thanks! Applied as 3854f3d7e4c, with a couple more reference links in the patch file. > > Ludo'.