After my email provider disabled SSLv3 for IMAP due to that security problem known as
Poodle, Evolution Mail 3.4.4 on my Debian 7.7 Wheezy stopped working. Since there's no "ready-to-install" patch available yet, I rolled my own solution. [1] describes a patch that needs to be applied to the evolution-data-server and therefore we need to build evolution-data-server from the sources available through APT. In [2] there's a step-by-step howto, that explains how to build a APT package. I augmented those steps with the steps that were missing to build a patched evolution-data-server.
- su -
- create a new directory and cd into it
- apt-get build-dep evolution-data-server
- apt-get source evolution-data-server
- cd evolution-data-server-3.4.4
- apply patch as described in [1]
- dpkg-source --commit (e.g. "Enable TLS over port 993)
- maybe: install fakeroot and dpkg-dev
- apt-get install fakeroot
- apt-get install dpkg-dev
- dpkg-buildpackage -rfakeroot
- cd ..
- dpkg -i *.deb
[1]
evolution-data-server-3.10.4-poodle-enable-tls-for-ssl.patch for bug #1153052
[2]
Re: [Evolution] my Evolution 3.6.2 backport to Ubuntu 10.12
No comments:
Post a Comment