[issue17425] Update OpenSSL versions in Windows builds

2013-05-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: Opened #17962 to tackle the broken OpenSSL issue. -- stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue17425] Update OpenSSL versions in Windows builds

2013-04-28 Thread Martin v . Löwis
Martin v. Löwis added the comment: Please don't reopen issues. If there is a bug in the current setup, please submit a new reporting indicating what the problem is. -- ___ Python tracker __

[issue17425] Update OpenSSL versions in Windows builds

2013-04-28 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue17425] Update OpenSSL versions in Windows builds

2013-03-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: Sorry to reopen :-). It seems OpenSSL 1.0.1d was a kind of "brown paper bag" release, they've released 1.0.1e since (some of test_ssl can fail on 1.0.1d and succeed on 1.0.1e, as experienced on my Linux setup; the Windows buildbots also exhibit similar failure

[issue17425] Update OpenSSL versions in Windows builds

2013-03-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: This is now fixed. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue17425] Update OpenSSL versions in Windows builds

2013-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 840a90e8cefd by Martin v. Löwis in branch '3.3': Issue #17425: Build with openssl 1.0.1d on Windows. http://hg.python.org/cpython/rev/840a90e8cefd New changeset a626a32bd42d by Martin v. Löwis in branch 'default': #17425: merge 3.3 http://hg.python.

[issue17425] Update OpenSSL versions in Windows builds

2013-03-24 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue17425] Update OpenSSL versions in Windows builds

2013-03-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0fb7db2f9b5e by Martin v. Loewis in branch '3.2': Issue #17425: Build with openssl 1.0.0k on Windows. http://hg.python.org/cpython/rev/0fb7db2f9b5e New changeset 8051e6ff97e2 by Martin v. Loewis in branch '3.3': #17425: null merge 3.2 http://hg.pyth

[issue17425] Update OpenSSL versions in Windows builds

2013-03-23 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue17425] Update OpenSSL versions in Windows builds

2013-03-22 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thank you! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue17425] Update OpenSSL versions in Windows builds

2013-03-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: 0.9.8y seems to work fine on 2.7; I'll do the other ones later. -- ___ Python tracker ___ ___ Pytho

[issue17425] Update OpenSSL versions in Windows builds

2013-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d76d0cc by Martin v. Loewis in branch '2.7': Issue #17425: Build against openssl 0.9.8y on Windows. http://hg.python.org/cpython/rev/3d76d0cc -- nosy: +python-dev ___ Python tracker

[issue17425] Update OpenSSL versions in Windows builds

2013-03-22 Thread Martin v . Löwis
Martin v. Löwis added the comment: Indeed. I hope to get to it later this evening. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue17425] Update OpenSSL versions in Windows builds

2013-03-21 Thread Benjamin Peterson
Benjamin Peterson added the comment: Martin, is something that needs to be worked on before the rc this weekend? -- ___ Python tracker ___ ___

[issue17425] Update OpenSSL versions in Windows builds

2013-03-14 Thread Martin v . Löwis
Martin v. Löwis added the comment: No, it hasn't been handled. I'll look into it next week. -- ___ Python tracker ___ ___ Python-bugs-

[issue17425] Update OpenSSL versions in Windows builds

2013-03-14 Thread Antoine Pitrou
New submission from Antoine Pitrou: OpenSSL recently issued a security advisory (*). Our bundled OpenSSL versions seem to be vulnerable. They should be updated to OpenSSL 1.0.1d, 1.0.0k or 0.9.8y depending on the version. (*) http://www.openssl.org/news/secadv_20130205.txt Apologies if this h