summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/epiphany/files/epiphany-2.22.3-CVE-2008-5985.patch')
-rw-r--r--www-client/epiphany/files/epiphany-2.22.3-CVE-2008-5985.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-client/epiphany/files/epiphany-2.22.3-CVE-2008-5985.patch b/www-client/epiphany/files/epiphany-2.22.3-CVE-2008-5985.patch
deleted file mode 100644
index 1f4a12e8fa0e..000000000000
--- a/www-client/epiphany/files/epiphany-2.22.3-CVE-2008-5985.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- epiphany-browser-2.22.3.orig/src/ephy-python.c
-+++ epiphany-browser-2.22.3/src/ephy-python.c
-@@ -51,6 +51,8 @@
-
- argv[0] = g_get_prgname ();
- PySys_SetArgv (1, argv);
-+ /* Sanitize sys.path */
-+ PyRun_SimpleString("import sys; sys.path = filter(None, sys.path)");
-
- init_pygobject ();
- init_pygtk ();