packages: kde4-kdelibs/kde4-kdelibs-fix_https_links.patch (NEW) - patch for...

arvenil arvenil at pld-linux.org
Wed Oct 13 14:28:26 CEST 2010


Author: arvenil                      Date: Wed Oct 13 12:28:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- patch for bug https://bugs.kde.org/show_bug.cgi?id=253294

---- Files affected:
packages/kde4-kdelibs:
   kde4-kdelibs-fix_https_links.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kde4-kdelibs/kde4-kdelibs-fix_https_links.patch
diff -u /dev/null packages/kde4-kdelibs/kde4-kdelibs-fix_https_links.patch:1.1
--- /dev/null	Wed Oct 13 14:28:26 2010
+++ packages/kde4-kdelibs/kde4-kdelibs-fix_https_links.patch	Wed Oct 13 14:28:21 2010
@@ -0,0 +1,11 @@
+https://bugs.kde.org/show_bug.cgi?id=253294
+--- kdelibs/kio/kio/krun.cpp	2010/10/06 22:28:05	1183316
++++ kdelibs/kio/kio/krun.cpp	2010/10/06 22:33:23	1183317
+@@ -375,6 +375,7 @@
+             }
+             else { // if no KDE app, be a bit over-generic
+                 supportedProtocols.append("http");
++                supportedProtocols.append("https"); // #253294
+                 supportedProtocols.append("ftp");
+             }
+         }
================================================================


More information about the pld-cvs-commit mailing list