summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 20:27:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 20:27:41 +0000
commit73205309fe4cae6a78e47279773c4450b8ffe112 (patch)
tree7dbc888f6e815aef0a0a15cfe348075ff6404699 /app-text
parentFix patch with absolute paths. (diff)
downloadgentoo-2-73205309fe4cae6a78e47279773c4450b8ffe112.tar.gz
gentoo-2-73205309fe4cae6a78e47279773c4450b8ffe112.tar.bz2
gentoo-2-73205309fe4cae6a78e47279773c4450b8ffe112.zip
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-gnu/ChangeLog6
-rw-r--r--app-text/ghostscript-gnu/files/ghostscript-CVE-2007-2721.patch12
2 files changed, 11 insertions, 7 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog
index c67ce72bf57c..81edfcc43891 100644
--- a/app-text/ghostscript-gnu/ChangeLog
+++ b/app-text/ghostscript-gnu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript-gnu
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.37 2008/10/31 20:26:43 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.38 2008/11/17 20:27:41 flameeyes Exp $
+
+ 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/ghostscript-CVE-2007-2721.patch:
+ Fix patch with absolute paths.
31 Oct 2008; Christian Faulhammer <opfer@gentoo.org>
ghostscript-gnu-8.55.ebuild, ghostscript-gnu-8.60.0.ebuild,
diff --git a/app-text/ghostscript-gnu/files/ghostscript-CVE-2007-2721.patch b/app-text/ghostscript-gnu/files/ghostscript-CVE-2007-2721.patch
index 799bf51ee63f..92276cfa808a 100644
--- a/app-text/ghostscript-gnu/files/ghostscript-CVE-2007-2721.patch
+++ b/app-text/ghostscript-gnu/files/ghostscript-CVE-2007-2721.patch
@@ -1,5 +1,5 @@
---- /trunk/gs/jasper/src/libjasper/jp2/jp2_cod.c 2007/10/17 18:27:58 8297
-+++ 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 = 0;
tmpstream = 0;
@@ -9,8 +9,8 @@
goto error;
}
box->ops = &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 = (len - n) / 2;
break;
@@ -23,8 +23,8 @@
compparms->stepsizes = 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 8297
-+++ 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 = JPC_CEILDIV(dec->xend - dec->tilexoff, dec->tilewidth);
dec->numvtiles = JPC_CEILDIV(dec->yend - dec->tileyoff, dec->tileheight);