include patch this time
This commit is contained in:
parent
c82a0df8f4
commit
7f5c0c7708
12
xdg-utils-1.0.2-CVE-2009-0068-1.patch
Normal file
12
xdg-utils-1.0.2-CVE-2009-0068-1.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user