From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: openjpeg-2.*: Fix CVE-2016-7163. Date: Sat, 10 Sep 2016 00:29:41 +0200 Message-ID: <87a8fgr9ka.fsf@gnu.org> References: <27adc51d1fc250e1900d84d32f7e73d6bf67e04a.1473400918.git.leo@famulari.name> <20160909071557.GA5507@macbook42.flashner.co.il> <20160909075909.GA7159@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biUIw-0007EB-8q for guix-devel@gnu.org; Fri, 09 Sep 2016 18:29:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biUIr-0005Hd-6E for guix-devel@gnu.org; Fri, 09 Sep 2016 18:29:49 -0400 In-Reply-To: <20160909075909.GA7159@jasmine> (Leo Famulari's message of "Fri, 9 Sep 2016 03:59:09 -0400") 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > On Fri, Sep 09, 2016 at 10:15:58AM +0300, Efraim Flashner wrote: >> On Fri, Sep 09, 2016 at 02:04:40AM -0400, Leo Famulari wrote: >> > diff --git a/gnu/packages/patches/openjpeg-CVE-2016-7163.patch b/gnu/p= ackages/patches/openjpeg-CVE-2016-7163.patch > [...] > >> Was from here down put/left here intentionally? It looks out of place >>=20 >> > +From c16bc057ba3f125051c9966cf1f5b68a05681de4 Mon Sep 17 00:00:00 2001 >> > +From: trylab >> > +Date: Tue, 6 Sep 2016 13:55:49 +0800 >> > +Subject: [PATCH] Fix an integer overflow issue (#809) >> > + >> > --=20 >> > 2.10.0 > > You're right. I had concatenated the two commits out of order, and I > accidentally left this header at the bottom when moving the original > bugfix above the follow-up commit. > > Thank you for catching this. > > I've attached an updated patch. > > From 040531530913dbf26ce42ad27e1914f4d1683bd3 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Fri, 9 Sep 2016 01:48:50 -0400 > Subject: [PATCH] gnu: openjpeg-2.*: Fix CVE-2016-7163. > > * gnu/packages/patches/openjpeg-CVE-2016-7163.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/image.scm (openjpeg, openjpeg-2.0): Use it. Go for it. Thank you! Ludo=E2=80=99.