From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L2AhD-0006gW-JV for garchives@archives.gentoo.org; Mon, 17 Nov 2008 20:27:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 099E1E0462; Mon, 17 Nov 2008 20:27:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BF2E8E0462 for ; Mon, 17 Nov 2008 20:27:43 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AAF0064D2E for ; Mon, 17 Nov 2008 20:27:41 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1L2AhA-0004Sl-27 for gentoo-commits@lists.gentoo.org; Mon, 17 Nov 2008 20:27:41 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gnu/files: ghostscript-CVE-2007-2721.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: ghostscript-CVE-2007-2721.patch X-VCS-Directories: app-text/ghostscript-gnu/files X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Mon, 17 Nov 2008 20:27:40 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2c33f25a-3711-4e92-8cb8-bdfc4b6d161e X-Archives-Hash: e6189e328f19a8d2ae7866e19a9842f6 flameeyes 08/11/17 20:27:40 Modified: ghostscript-CVE-2007-2721.patch Log: Fix patch with absolute paths. (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64) Revision Changes Path 1.2 app-text/ghostscript-gnu/files/ghostscript-CVE-2007-= 2721.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscri= pt-gnu/files/ghostscript-CVE-2007-2721.patch?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscri= pt-gnu/files/ghostscript-CVE-2007-2721.patch?rev=3D1.2&content-type=3Dtex= t/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscri= pt-gnu/files/ghostscript-CVE-2007-2721.patch?r1=3D1.1&r2=3D1.2 Index: ghostscript-CVE-2007-2721.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/files/ghostscr= ipt-CVE-2007-2721.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ghostscript-CVE-2007-2721.patch 13 Nov 2007 23:27:40 -0000 1.1 +++ ghostscript-CVE-2007-2721.patch 17 Nov 2008 20:27:40 -0000 1.2 @@ -1,5 +1,5 @@ ---- /trunk/gs/jasper/src/libjasper/jp2/jp2_cod.c 2007/10/17 18:27:58 829= 7 -+++ trunk/gs/jasper/src/libjasper/jp2/jp2_cod.c 2007/10/17 23:04:50 8298 +--- a/gs/jasper/src/libjasper/jp2/jp2_cod.c 2007/10/17 18:27:58 8297 ++++ b/gs/jasper/src/libjasper/jp2/jp2_cod.c 2007/10/17 23:04:50 8298 @@ -247,7 +247,7 @@ box =3D 0; tmpstream =3D 0; @@ -9,8 +9,8 @@ goto error; } box->ops =3D &jp2_boxinfo_unk.ops; ---- /trunk/gs/jasper/src/libjasper/jpc/jpc_cs.c 2007/10/17 18:27:58 8297 -+++ trunk/gs/jasper/src/libjasper/jpc/jpc_cs.c 2007/10/17 23:04:50 8298 +--- a/gs/jasper/src/libjasper/jpc/jpc_cs.c 2007/10/17 18:27:58 8297 ++++ b/gs/jasper/src/libjasper/jpc/jpc_cs.c 2007/10/17 23:04:50 8298 @@ -991,7 +991,10 @@ compparms->numstepsizes =3D (len - n) / 2; break; @@ -23,8 +23,8 @@ compparms->stepsizes =3D jas_malloc(compparms->numstepsizes * sizeof(uint_fast32_t)); assert(compparms->stepsizes); ---- /trunk/gs/jasper/src/libjasper/jpc/jpc_dec.c 2007/10/17 18:27:58 829= 7 -+++ trunk/gs/jasper/src/libjasper/jpc/jpc_dec.c 2007/10/17 23:04:50 8298 +--- a/gs/jasper/src/libjasper/jpc/jpc_dec.c 2007/10/17 18:27:58 8297 ++++ b/gs/jasper/src/libjasper/jpc/jpc_dec.c 2007/10/17 23:04:50 8298 @@ -1219,7 +1219,7 @@ dec->numhtiles =3D JPC_CEILDIV(dec->xend - dec->tilexoff, dec->tilewid= th); dec->numvtiles =3D JPC_CEILDIV(dec->yend - dec->tileyoff, dec->tilehei= ght);