From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: v2: OpenJPEG security fixes (CVE-2016-{5157,7163}) Date: Fri, 9 Sep 2016 21:05:31 -0400 Message-ID: <20160910010531.GA26165@jasmine> References: <20160909180458.GA2732@jasmine> <20160909202639.GA2000@jasmine> <8760q4r9c0.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]:38290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biWjv-0005od-4V for guix-devel@gnu.org; Fri, 09 Sep 2016 21:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biWjq-0008Ou-PP for guix-devel@gnu.org; Fri, 09 Sep 2016 21:05:49 -0400 Content-Disposition: inline In-Reply-To: <8760q4r9c0.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, Sep 10, 2016 at 12:34:39AM +0200, Ludovic Courtès wrote: > > Please see attached. These patches should be applied on top of the > > patches in the email that I am replying to. > > The patches in question LGTM. > > > From a357edf0f568acf937f2cd9f0e97269221aee3f2 Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Fri, 9 Sep 2016 16:08:02 -0400 > > Subject: [PATCH 1/2] gnu: mupdf: Update to 1.9a. > > > > * gnu/packages/pdf.scm (mupdf): Update to 1.9a. > > [source]: Use "mupdf-build-with-openjpeg-2.1.patch". Adjust snippet to > > preserve bundled 'thirdparty/mujs'. > > [inputs]: Add harfbuzz. Replace openjpeg-2.0 with openjpeg. > > * gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: New file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > [...] > > > From 8c201fd0392bee804bf11f7c07f4817e3766becd Mon Sep 17 00:00:00 2001 > > From: Leo Famulari > > Date: Fri, 9 Sep 2016 16:24:12 -0400 > > Subject: [PATCH 2/2] gnu: Remove openjpeg-2.0. > > > > * gnu/packages/image.scm (openjpeg-2.0): Remove variable. > > OK as well. Pushed to 2884c63cbc4b5254d767436a145c03a7480c9755. Thanks for the reviews!