tags 511597 +patch thanks Hi,
Attached patch fixes this issue. I have tested it here and it works just like expected. What I think are compelling arguments to apply the patch: * It furthers integration in Debian; it's inconvenient and inefficent to keep two certificate stores up to date, and Debian already has an 'official' certificate store, which it would be good if KDE made use of. * Although KDE ships this certificate bundle, it doesn't include ways to manage it, the Debian certificate bundle does. Let me know if you have any questions. Thanks, Thijs
diff -Nru kde4libs-4.4.5/debian/control kde4libs-4.4.5/debian/control --- kde4libs-4.4.5/debian/control 2011-01-22 12:24:39.000000000 +0100 +++ kde4libs-4.4.5/debian/control 2011-02-28 19:19:40.000000000 +0100 @@ -436,7 +436,7 @@ Package: kdelibs5-data Architecture: all Pre-Depends: debconf | debconf-2.0 -Depends: ${perl:Depends}, ${misc:Depends}, hicolor-icon-theme +Depends: ${perl:Depends}, ${misc:Depends}, hicolor-icon-theme, ca-certificates Replaces: kdebase-workspace-data (<< 4:4.1.66), libplasma2, kjscmd (<< 4:3.5.10-1), kdelibs-data (<< 4:3.5.10.dfsg.1-5), kdelibs5-dev (<< 4:4.4.2) Conflicts: kjscmd (<< 4:3.5.10-1) diff -Nru kde4libs-4.4.5/debian/kdelibs5-data.install kde4libs-4.4.5/debian/kdelibs5-data.install --- kde4libs-4.4.5/debian/kdelibs5-data.install 2011-01-22 22:25:04.000000000 +0100 +++ kde4libs-4.4.5/debian/kdelibs5-data.install 2011-02-28 19:19:42.000000000 +0100 @@ -366,7 +366,6 @@ usr/share/kde4/apps/knewstuff/pics/ghns_star.png usr/share/kde4/apps/knewstuff/pics/ghns_star_gray.png usr/share/kde4/apps/knewstuff/pics/thumb_frame.png -usr/share/kde4/apps/kssl/ca-bundle.crt usr/share/kde4/apps/ktexteditor_exporter/ktexteditor_exporterui.rc usr/share/kde4/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc usr/share/kde4/apps/ktexteditor_kdatatool/ktexteditor_kdatatoolui.rc diff -Nru kde4libs-4.4.5/debian/kdelibs5-data.links kde4libs-4.4.5/debian/kdelibs5-data.links --- kde4libs-4.4.5/debian/kdelibs5-data.links 1970-01-01 01:00:00.000000000 +0100 +++ kde4libs-4.4.5/debian/kdelibs5-data.links 2011-02-28 19:19:43.000000000 +0100 @@ -0,0 +1 @@ +/etc/ssl/certs/ca-certificates.crt usr/share/kde4/apps/kssl/ca-bundle.crt
signature.asc
Description: This is a digitally signed message part.