summaryrefslogtreecommitdiffstats
path: root/source/kde/patch/kdepimlibs/kimap-16.04.2.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-11-08 23:23:40 +0000
committer Eric Hameleers <alien@slackware.com>2019-11-09 08:59:48 +0100
commitcdea680437e2afe627210ed696c16969e268ad84 (patch)
tree925c34b0ee53864332b22eba4d648c400d14f0a9 /source/kde/patch/kdepimlibs/kimap-16.04.2.diff
parente75021b101c4934014cd6f0b0e1944d0ace8ed83 (diff)
downloadcurrent-cdea680437e2afe627210ed696c16969e268ad84.tar.gz
current-cdea680437e2afe627210ed696c16969e268ad84.tar.xz
Fri Nov 8 23:23:40 UTC 201920191108232340
a/hostname-3.23-x86_64-1.txz: Upgraded. a/kernel-firmware-20191108_f1100dd-noarch-1.txz: Upgraded. ap/mariadb-10.4.10-x86_64-1.txz: Upgraded. kde/kdelibs-4.14.38-x86_64-5.txz: Rebuilt. Remove hardcoded TLSv1 allowing TLSv1.1 and TLSv1.2. Thanks to PJ Beers. kde/kdepim-4.14.10-x86_64-5.txz: Rebuilt. Remove hardcoded TLSv1 allowing TLSv1.1 and TLSv1.2. Thanks to PJ Beers. kde/kdepimlibs-4.14.10-x86_64-9.txz: Rebuilt. Remove hardcoded TLSv1 allowing TLSv1.1 and TLSv1.2. Thanks to PJ Beers. l/adwaita-icon-theme-3.34.3-noarch-1.txz: Upgraded. testing/packages/rust-1.39.0-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rw-r--r--source/kde/patch/kdepimlibs/kimap-16.04.2.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/kde/patch/kdepimlibs/kimap-16.04.2.diff b/source/kde/patch/kdepimlibs/kimap-16.04.2.diff
new file mode 100644
index 000000000..dabca4e3c
--- /dev/null
+++ b/source/kde/patch/kdepimlibs/kimap-16.04.2.diff
@@ -0,0 +1,11 @@
+--- ./kimap/loginjob.cpp.orig 2015-06-24 07:43:14.000000000 -0500
++++ ./kimap/loginjob.cpp 2019-11-08 15:44:05.687811741 -0600
+@@ -382,7 +382,7 @@
+
+ switch ( d->authState ) {
+ case LoginJobPrivate::StartTls:
+- d->sessionInternal()->startSsl( KTcpSocket::TlsV1 );
++ d->sessionInternal()->startSsl( KTcpSocket::SecureProtocols );
+ break;
+
+ case LoginJobPrivate::Capability: