Re: [PATCH] Update gd and php

2017-01-27 Thread Ludovic Courtès
Leo Famulari skribis: > On Thu, Jan 26, 2017 at 11:15:43AM +0100, Ludovic Courtès wrote: >> Leo Famulari skribis: >> > = >> > FAILED TEST SUMMARY >> > - >> > Te

Re: [PATCH] Update gd and php

2017-01-27 Thread Leo Famulari
On Thu, Jan 26, 2017 at 11:15:43AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > = > > FAILED TEST SUMMARY > > - > > Test disk_free_space and its alia

Re: [PATCH] Update gd and php

2017-01-26 Thread Ludovic Courtès
Hi! Leo Famulari skribis: > On Fri, Jan 20, 2017 at 10:25:40PM +0100, Ludovic Courtès wrote: >> Leo Famulari skribis: >> If gd-for-php has #f as its replacement, then nothing will be grafted to >> replace it. >> >> Or am I missing something? > > No, I am the one missing something. I built PHP

Re: [PATCH] Update gd and php

2017-01-20 Thread Leo Famulari
On Fri, Jan 20, 2017 at 10:25:40PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > If gd-for-php has #f as its replacement, then nothing will be grafted to > replace it. > > Or am I missing something? No, I am the one missing something. I built PHP (sans tests) and it does refer to gd-2.

Re: [PATCH] Update gd and php

2017-01-20 Thread Ludovic Courtès
Leo Famulari skribis: > On Fri, Jan 20, 2017 at 05:12:46PM +0100, julien lepiller wrote: >> How do you make php use gd-2.2.4, then? It needs to be updated too because >> the security issues with gd are still present in our current php package. > > It seems that gd-for-php gets replaced by gd-2.2.

Re: [PATCH] Update gd and php

2017-01-20 Thread Leo Famulari
On Fri, Jan 20, 2017 at 05:12:46PM +0100, julien lepiller wrote: > How do you make php use gd-2.2.4, then? It needs to be updated too because > the security issues with gd are still present in our current php package. It seems that gd-for-php gets replaced by gd-2.2.4 now: $ ./pre-inst-env guix b

Re: [PATCH] Update gd and php

2017-01-20 Thread julien lepiller
Le 2017-01-20 16:33, Leo Famulari a écrit : On Fri, Jan 20, 2017 at 12:53:19AM -0500, Leo Famulari wrote: And I think that PHP's use of libgd should be updated in the same commit. Otherwise, after patch 1/2, PHP would require a gd-for-php with patches that would fail to apply, leaving PHP brok

Re: [PATCH] Update gd and php

2017-01-20 Thread Leo Famulari
On Fri, Jan 20, 2017 at 12:53:19AM -0500, Leo Famulari wrote: > And I think that PHP's use of libgd should be updated in the same > commit. Otherwise, after patch 1/2, PHP would require a gd-for-php with > patches that would fail to apply, leaving PHP broken for that commit. I made a "thinko" here

Re: [PATCH] Update gd and php

2017-01-19 Thread Leo Famulari
On Thu, Jan 19, 2017 at 10:19:19PM +0100, Julien Lepiller wrote: > A new version of gd and php were released today. Here are patches to > update them. I could get rid of gd-for-php and use the system one > instead. Two new tests had to be removed, they are related to already > failing tests. > Fro

[PATCH] Update gd and php

2017-01-19 Thread Julien Lepiller
A new version of gd and php were released today. Here are patches to update them. I could get rid of gd-for-php and use the system one instead. Two new tests had to be removed, they are related to already failing tests.>From 502fa6202e8dabed3abdd584f720eb6128fdc127 Mon Sep 17 00:00:00 2001 From: Ju