Your message dated Sun, 25 Aug 2019 15:34:27 +0000
with message-id <e1i1uxd-000hxj...@fasolo.debian.org>
and subject line Bug#935666: Removed package(s) from unstable
has caused the Debian Bug report #891254,
regarding [src:kde4libs] Please enable TLSv1.2 for smtp connections in stretch
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
891254: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891254
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kde4libs
Version: 4:4.14.26-2
Severity: important
Tags: patch, stretch
--- Please enter the report below this line. ---
kmail in stretch only supports TLSv1.0 which hinders it to connect to mail
servers that only support TLSv1.2 or TLSv.1.1.
The attached patch is a backport of the upstream fix from here:
https://bugs.kde.org/show_bug.cgi?id=342567
https://git.reviewboard.kde.org/r/129031/
It is necessary for smtp connections.
I primary reported the patches here
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797844#33
but was told on irc to file separate bug reports.
I tested this patch for some weeks on my system without any issues.
Pleas let me know if you have any questions.
Thank you for maintaining KDE packages in Debian!
--- System information. ---
Architecture:
Kernel: Linux 4.9.0-6-amd64
Debian Release: 9.3
500 stable-updates deb.debian.org
500 stable deb.debian.org
100 stretch-backports deb.debian.org
--- Package information. ---
Package's Depends field is empty.
Package's Recommends field is empty.
Package's Suggests field is empty.
--- 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,
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Version: 4:4.14.38-4+rm
Dear submitter,
as the package kde4libs has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/935666
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---