- kde253294, KMail and Kopete download and open https url instead of only opening

This commit is contained in:
Than Ngo 2010-10-07 13:08:25 +02:00
parent ace57af74f
commit 200df46c45
2 changed files with 16 additions and 1 deletions

View File

@ -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");
}
}

View File

@ -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 <than@redhat.com> - 4.5.2-4
- kde253294, KMail and Kopete download and open https url instead of only opening
* Tue Oct 05 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.5.2-3
- tarball respin