Bug#993088: MR to fix this in a later version is upstream

2021-09-13 Thread Sebastian Spaeth
This has been filed upstream as https://github.com/bleakgrey/tootle/issues/320 and will be fixed by https://github.com/bleakgrey/tootle/pull/322

Bug#985302: jitterentropy-rngd uses 100% CPU on Linux >= 5.11

2021-03-15 Thread Sebastian Spaeth
Package: jitterentropy-rngd Version: 1.2.1-1 Severity: grave Tags: patch upstream Justification: renders package unusable Dear Maintainer, starting on some version of kernel 5.11, jitterentropy-rngd starts sucking entropy rather than providing it, leading to more efforts in providing entropy, le

Bug#747033: OpenSSL exception to OfflineImap

2014-09-24 Thread Sebastian Spaeth
OfflineImap has just started a call to all contributors to add an OpenSSL exception to its GNU GPL license. While that plows ahead nicely, some have questioned the need to grant an ssl exception in a python app that simply makes usage of features provided by stock python (and thus can be considere

Bug#603450: Patch not possible with pytho 2.4 compatibility

2010-12-13 Thread Sebastian Spaeth
Was just pointed to this bug. The fix would probably work, however only under python >= 2.6. ssl_wrapper calls ssl.wrap() under 2.6, but socket.ssl() under Python 2.4 and 2.5. And socket.ssl does not take these parameters: cert_reqs=..., ca_certs=... So either we have to give up python 2.5 compat