Bug#780059: youtube-dl: Forces SSLv3, incompatible with Python 2.7.9

2015-03-08 Thread Stefano Rivera
Package: youtube-dl Version: 2014.08.05-1 Severity: grave Tags: patch Justification: renders package unusable Control: fixed -1 2015-01-16-1 Upstream is doing some crazy stuff with SSL. Fortunately, they admit this in their git history, and have improved things since the 2014.08.05 release. The

Bug#780059: youtube-dl: Forces SSLv3, incompatible with Python 2.7.9

2015-03-08 Thread Stefano Rivera
Hi Debian (2015.03.08_14:32:19_-0700) The protocol is forced to SSLv3, rather than negotiating the latest protocol supported by both sides. There is a fallback path to negotiation, but it doesn't work when PROTOCOL_SSLv3 isn't available in the Python ssl module (as is the case, since