From 200df46c451f48e76b74edd7dacff8be5215aa26 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 7 Oct 2010 13:08:25 +0200 Subject: [PATCH] - kde253294, KMail and Kopete download and open https url instead of only opening --- kdelibs-4.5.2-krun-kde#253294.patch | 10 ++++++++++ kdelibs.spec | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 kdelibs-4.5.2-krun-kde#253294.patch diff --git a/kdelibs-4.5.2-krun-kde#253294.patch b/kdelibs-4.5.2-krun-kde#253294.patch new file mode 100644 index 0000000..dce2767 --- /dev/null +++ b/kdelibs-4.5.2-krun-kde#253294.patch @@ -0,0 +1,10 @@ +--- kdelibs-4.5.2/kio/kio/krun.cpp.orig 2010/09/07 20:07:19 1172681 ++++ kdelibs-4.5.2/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"); + } + } diff --git a/kdelibs.spec b/kdelibs.spec index 68da841..79d3dd5 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -12,7 +12,7 @@ Summary: KDE Libraries Version: 4.5.2 -Release: 3%{?dist} +Release: 4%{?dist} Name: kdelibs Epoch: 6 @@ -92,6 +92,7 @@ Patch50: kdelibs-4.5.1-knewstuff_gpg2.patch ## 4.5 upstream ## trunk upstream +Patch100: kdelibs-4.5.2-krun-kde#253294.patch ## security fix # Not Upstreamed? why not ? -- Rex @@ -256,6 +257,7 @@ format for use with the Qt 4 Assistant or KDevelop 4. %patch50 -p1 -b .knewstuff_gpg2 # upstream patches +%patch100 -p1 -b .kde#253294 # security fix %patch200 -p1 -b .CVE-2009-2702 @@ -503,6 +505,9 @@ rm -rf %{buildroot} %changelog +* Thu Oct 07 2010 Than Ngo - 4.5.2-4 +- kde253294, KMail and Kopete download and open https url instead of only opening + * Tue Oct 05 2010 Lukas Tinkl - 4.5.2-3 - tarball respin