Bug#666488: Patch to fix unresponsiveness after logging in to MSN account

2012-04-02 Thread Fabrizio Regalli
Hi Alejandro,

Thanks for your report.
I spoke with upstream a few minutes ago: today there will be a new
version of emesene.
In the meantime, for those who can't use emenese, here's a workaround:

- open file 
/usr/share/emesene/emesene/e3/papylib/papyon/papyon/gnet/io/ssl_socket.py

- change the line 

context = OpenSSL.Context(OpenSSL.SSLv23_METHOD)

into

context = OpenSSL.Context(OpenSSL.SSLv3_METHOD)

- start emesne

Cheers,
Fabrizio.


signature.asc
Description: This is a digitally signed message part


Bug#666488: Patch to fix unresponsiveness after logging in to MSN account

2012-03-30 Thread Alejandro Carrazzoni
Package: emesene
Version: 2.12.1+dfsg-1
Severity: grave

After logging in to a MSN account in emesene, and the contact list appears,
the program gets completely unresponsive and hangs, and I have to end up
killing the process manually, so I can't use emesene at all. I reported
this to upstream and I was told it was an issue related to OpenSSL 1.0.1
that has been fixed recently. Here's the patch that solves this issue:
https://github.com/emesene/emesene/commit/bce64813cdb44111bc7bb056b3122ead160a1ea3.


I downloaded emesene from git and the program works normally again. Please
apply this patch as soon as possible.