summaryrefslogtreecommitdiff
path: root/print/ghostscript-nox11/patches/patch-bb
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-11-27 17:04:18 +0000
committeradrianp <adrianp@pkgsrc.org>2005-11-27 17:04:18 +0000
commit2decd632465d98cb1c435c01f914c025ce160be0 (patch)
treeacc5deec57d82edc8a75b73c3740aae9736d27fa /print/ghostscript-nox11/patches/patch-bb
parentd3144949b61f75242adeea259ba9fc4f789121cd (diff)
downloadpkgsrc-2decd632465d98cb1c435c01f914c025ce160be0.tar.gz
Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967
Diffstat (limited to 'print/ghostscript-nox11/patches/patch-bb')
-rw-r--r--print/ghostscript-nox11/patches/patch-bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/print/ghostscript-nox11/patches/patch-bb b/print/ghostscript-nox11/patches/patch-bb
new file mode 100644
index 00000000000..2e974cc3b23
--- /dev/null
+++ b/print/ghostscript-nox11/patches/patch-bb
@@ -0,0 +1,10 @@
+$NetBSD: patch-bb,v 1.1 2005/11/27 17:08:31 adrianp Exp $
+
+--- lib/ps2epsi.orig 2000-03-09 08:40:40.000000000 +0000
++++ lib/ps2epsi
+@@ -3,3 +3,4 @@
+
+-tmpfile=/tmp/ps2epsi$$
++tmpfile=`mktemp -t ps2epsi.XXXXXX || exit 1`
++trap "rm -rf $tmpfile" 0 1 2 3 7 13 15
+