From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: PHP on core-updates Date: Thu, 2 Mar 2017 12:17:46 -0500 Message-ID: <20170302171746.GA30793@jasmine> References: <2bee7b80c8191cfb12bd4346100f841f@lepiller.eu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjUMV-00027m-MK for guix-devel@gnu.org; Thu, 02 Mar 2017 12:17:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjUMP-0006Qk-HP for guix-devel@gnu.org; Thu, 02 Mar 2017 12:17:53 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:36788) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjUMP-0006Pw-B9 for guix-devel@gnu.org; Thu, 02 Mar 2017 12:17:49 -0500 Content-Disposition: inline In-Reply-To: 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: julien lepiller Cc: guix-devel@gnu.org --AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 02, 2017 at 05:37:07PM +0100, julien lepiller wrote: > From 10ab0fc95f83dbb291179cbf525d4bef196a827f Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Mon, 27 Feb 2017 11:09:11 +0100 > Subject: [PATCH 2/3] gnu: gd: Fix an issue with XBM decoding. >=20 > * gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch: New file. > * gnu/local.scm (dist_patch_DATA): Add it. > * gnu/packages/gd.scm (gd)[source]: Use it. > diff --git a/gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch = b/gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch > new file mode 100644 > index 0000000..c5c5022 > --- /dev/null > +++ b/gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch > @@ -0,0 +1,117 @@ Please include the actual link to the upstream commit: https://github.com/libgd/libgd/commit/082c5444838ea0d84f9fb6441aefdb44d78d9= bba Including the link makes it *much* easier to review 3rd-party patches, whether are being submitted, or when we are trying to review them after they've been added (for example, when checking if an upstream update makes the patch redundant). Consider it a requirement if the upstream source control system makes it possible :) > +This bug was first reported to php on https://bugs.php.net/bug.php?id=3D= 73968. > +php then reported it to gd in https://github.com/libgd/libgd/issues/109.= This > +patch is taken from commit 082c5444838ea0d84f9fb6441aefdb44d78d9bba of g= d. > +Binary files have been removed from the patch because our patch procedure > +doesn't support that format. --AqsLC8rIMeq19msA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAli4U7oACgkQJkb6MLrK fwi+vA/9EjFDY/a8lmrX6hBnqMUT3vbMjKxo8CuzewaXvvsSx2W5Gete8/RphoO7 BbkaDxN+K80RvLfmcDL429bNyGE7sle0m40MwqhQLYQW8k9pJRxP8ufeBbjWAETC xbNZN38MlFRazcLGKZFU1TO/GI+vcMUDc1sMW3rrHf6sui6Vg2bjSujJShEZ6TVy n5Kf6OPSpqgFo3vEzPd5/mpLtbrmGslTwryCbI3DGkwL3rXRFFv3T0HoepScoc3v RLAR47rh4zBm0vsX8vwo+96vfTrEZLOJI4I1y1EtYftxkxdsDcUoPLpUqStsim53 VTJM5t7L3Nv5Opm11I2ExJwkjRs0bedlmBMXkIodJhH8wHwwY7OgErZq/MW7P3c1 ZKG6DVtiFFS5a1diES/8fp2/w3ACpavbiyKOyObhb2V1e5/MTOBh+01D2lZMGqm2 5KzwO7LyvGVxNHXYgU+pf3we5lYHxaNb0pj+9vTzQnUeFjXLrhufk4rl96wAb+Zo Vmhwa5eF3SjuuHqFtF/CXcOsRve6STgVAtvitsuPoh2zup1DP8XGC4R1MZzfL+Ag WedzTPfHNOTs+zPvsRvoicVjBlHlK6huzGHpe3QOXLRj1AN5l5dR3cY9jf3hgWAd d1dnOTNdklibq8CbcimrfMU0/twkTPhuedkEdUf/GmnqJBBh/zQ= =ls7P -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA--