summaryrefslogtreecommitdiffstats
path: root/kde/patch/kdelibs/kde4libs-4.14.26.diff
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-11-11 21:36:25 +0100
committer Eric Hameleers <alien@slackware.com>2019-11-11 21:36:25 +0100
commit3c4df70919a97e6e7fcf08c20e1f3c6497efb665 (patch)
tree3a84fc46dc3e185540b4c103363971ca2a78c626 /kde/patch/kdelibs/kde4libs-4.14.26.diff
parent3f0fd1bc5f1f8e27c4bf70893cb6949e5d3d4815 (diff)
downloadktown-3c4df70919a97e6e7fcf08c20e1f3c6497efb665.tar.gz
ktown-3c4df70919a97e6e7fcf08c20e1f3c6497efb665.tar.xz
KDE4: recompile kdelibs
This removes hardcoded TLSv1 allowing TLSv1.1 and TLSv1.2
Diffstat (limited to '')
-rw-r--r--kde/patch/kdelibs/kde4libs-4.14.26.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde/patch/kdelibs/kde4libs-4.14.26.diff b/kde/patch/kdelibs/kde4libs-4.14.26.diff
new file mode 100644
index 0000000..2bc275a
--- /dev/null
+++ b/kde/patch/kdelibs/kde4libs-4.14.26.diff
@@ -0,0 +1,11 @@
+--- a/kio/kio/tcpslavebase.cpp
++++ b/kio/kio/tcpslavebase.cpp
+@@ -499,7 +499,7 @@
+ {
+ if (d->usingSSL)
+ return false;
+- return d->startTLSInternal(KTcpSocket::TlsV1) & ResultOk;
++ return d->startTLSInternal(KTcpSocket::SecureProtocols) & ResultOk;
+ }
+
+ TCPSlaveBase::SslResult TCPSlaveBase::TcpSlaveBasePrivate::startTLSInternal (KTcpSocket::SslVersion version,