Package: kmess / 2.0.6.1-3

Metadata

Package Version Patches format
kmess 2.0.6.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
follow location redirects.diff | (download)

src/network/soap/httpsoapconnection.cpp | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

---
use_ssl_v3.diff | (download)

src/network/soap/httpsoapconnection.cpp | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 this patch forces kmess to use sslv3.
 This patch is needed because with recent versions of openssl kmess disconnects
 and connects again each minute: http://bugs.debian.org/697918
 Downgrading openssl to an older version solves the problem, however, this isn't
 probably a bug in openssl but in the MSN servers, see:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666012#31
 .
 For the record, emesene had the same problem and their upstream developers
 solved the problem doing the same, just using SSLv3.