From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: gd: Replace with gd-2.2.4 [fixes CVE-2016-{6912, 9317} and others]. Date: Fri, 20 Jan 2017 10:31:52 -0500 Message-ID: <20170120153152.GA30118@jasmine> References: <87a8alc03l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUbAU-0007Hz-W3 for guix-devel@gnu.org; Fri, 20 Jan 2017 10:31:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUbAQ-0003U6-3y for guix-devel@gnu.org; Fri, 20 Jan 2017 10:31:59 -0500 Content-Disposition: inline In-Reply-To: <87a8alc03l.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 Fri, Jan 20, 2017 at 02:49:50PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > (define-public php > > (package > > (name "php") > > @@ -291,7 +280,7 @@ > > ("curl" ,curl) > > ("cyrus-sasl" ,cyrus-sasl) > > ("freetype" ,freetype) > > - ("gd" ,gd-for-php) > > + ("gd" ,gd) > > I don’t think we can do this since gd (not its replacement) is still > 2.2.3. > > WDYT? Oops, you're right :/ > Otherwise LGTM. Pushed as 3f0603ea653cefa9ff728c2637d3cd0d778b3602.