summaryrefslogtreecommitdiff
path: root/misc/openoffice2/patches/patch-cb
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice2/patches/patch-cb')
-rw-r--r--misc/openoffice2/patches/patch-cb14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/openoffice2/patches/patch-cb b/misc/openoffice2/patches/patch-cb
deleted file mode 100644
index 8aad04ea9b6..00000000000
--- a/misc/openoffice2/patches/patch-cb
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-cb,v 1.1 2007/04/01 23:50:59 hira Exp $
-
-Security fixes for CVE-2007-0239. This has been fixed in OOo 2.2.
-
---- shell/source/unix/misc/gnome-open-url.sh.orig 2006-12-02 02:57:03.000000000 +0900
-+++ shell/source/unix/misc/gnome-open-url.sh 2007-01-19 22:07:22.000000000 +0900
-@@ -50,6 +50,6 @@
- esac
-
- # use gnome-open utility coming with libgnome if available
--gnome-open $1 2>/dev/null || "$0.bin" $1
-+gnome-open "$1" 2>/dev/null || "$0.bin" $1
-
- exit 0