From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: libgd security CVE-2016-7568 Date: Sat, 1 Oct 2016 12:27:59 -0400 Message-ID: <20161001162759.GA1499@jasmine> References: <20160929153818.GA30722@jasmine> <87a8eoi7l8.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]:40187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqN96-0005KP-AE for guix-devel@gnu.org; Sat, 01 Oct 2016 12:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqN91-0007rH-7s for guix-devel@gnu.org; Sat, 01 Oct 2016 12:28:15 -0400 Content-Disposition: inline In-Reply-To: <87a8eoi7l8.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 Sat, Oct 01, 2016 at 02:20:35PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > This patches fixes an integer overflow in libgd: > > > > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7568 > > http://seclists.org/oss-sec/2016/q3/639 > > > > From b125d20c4e60cfd204a99fd7df174de73df067a2 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Thu, 29 Sep 2016 11:32:34 -0400 > > Subject: [PATCH] gnu: gd: Fix CVE-2016-7568. > > > > * gnu/packages/patches/gd-CVE-2016-7568.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/gd.scm (gd)[source]: Use it. > > LGTM, thanks! Pushed!