diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-01-03 20:17:46 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2013-01-03 20:17:46 +0100 |
commit | b566058ccb7fa94c6e34fb1e1349b093d4482d6a (patch) | |
tree | 34f3d392092770893605fc03cfce42726c445e0b /redhat/kdelibs/kdelibs-3.5.13.1-disable_invalid_certificate_always_prompt.patch | |
parent | 4398af173f2663445e824a79c6367adab62c83e1 (diff) | |
download | tde-packaging-b566058ccb7fa94c6e34fb1e1349b093d4482d6a.tar.gz tde-packaging-b566058ccb7fa94c6e34fb1e1349b093d4482d6a.zip |
RPM packaging: lots of updates
Diffstat (limited to 'redhat/kdelibs/kdelibs-3.5.13.1-disable_invalid_certificate_always_prompt.patch')
-rw-r--r-- | redhat/kdelibs/kdelibs-3.5.13.1-disable_invalid_certificate_always_prompt.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/redhat/kdelibs/kdelibs-3.5.13.1-disable_invalid_certificate_always_prompt.patch b/redhat/kdelibs/kdelibs-3.5.13.1-disable_invalid_certificate_always_prompt.patch new file mode 100644 index 000000000..72346c83b --- /dev/null +++ b/redhat/kdelibs/kdelibs-3.5.13.1-disable_invalid_certificate_always_prompt.patch @@ -0,0 +1,15 @@ +--- kdelibs-3.5.13.1/kio/kio/tcpslavebase.cpp.ORI 2012-12-29 11:25:06.736204632 +0100 ++++ kdelibs-3.5.13.1/kio/kio/tcpslavebase.cpp 2012-12-29 11:25:32.731669416 +0100 +@@ -853,10 +853,12 @@ + permacache = d->cc->isPermanent(pc); + } + ++/* + if (!_IPmatchesCN && cp == KSSLCertificateCache::Accept) { + cp = KSSLCertificateCache::Prompt; + // ksv = KSSLCertificate::Ok; + } ++*/ + + // Precondition: cp is one of Reject, Accept or Prompt + switch (cp) { |