diff --git a/xdg-utils-1.0.2-CVE-2009-0068-1.patch b/xdg-utils-1.0.2-CVE-2009-0068-1.patch new file mode 100644 index 0000000..955a017 --- /dev/null +++ b/xdg-utils-1.0.2-CVE-2009-0068-1.patch @@ -0,0 +1,12 @@ +diff -up xdg-utils/scripts/xdg-open.in.CVE-2009-0068 xdg-utils/scripts/xdg-open.in +--- xdg-utils/scripts/xdg-open.in.CVE-2009-0068 2009-04-08 14:04:02.000000000 -0500 ++++ xdg-utils/scripts/xdg-open.in 2009-04-08 14:05:05.000000000 -0500 +@@ -29,7 +29,7 @@ _USAGE + + open_kde() + { +- kfmclient exec "$1" ++ kfmclient openURL "$1" + kfmclient_fix_exit_code $? + + if [ $? -eq 0 ]; then