[Bug 1423675] Re: [SRU] python-eventlet fall back to old behavior if SSLContext is not available
Matthias Klose
doko at ubuntu.com
Sat Dec 12 13:21:20 UTC 2015
** Also affects: python-eventlet (Ubuntu Trusty)
Importance: Undecided
Status: New
** No longer affects: python-eventlet (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-eventlet in Ubuntu.
https://bugs.launchpad.net/bugs/1423675
Title:
[SRU] python-eventlet fall back to old behavior if SSLContext is not
available
Status in python-eventlet source package in Trusty:
New
Status in python-eventlet source package in Utopic:
Fix Released
Bug description:
[Impact]
When backporting the utopic version of python-eventlet to the ubuntu cloud archive on trusty (to pick up the fix for bug #1419117) the build for python-eventlet failed. The build failed because SSLContext() is not defined for Python 2.7 in trusty, whereas it is defined for Python 2.7 and 3.4 in utopic.
Use of SSLContext was introduced in the utopic packaging branch in the
following patch: debian/patches/sslwrap.diff. What I've done to
enable the backport is to fall back to the original behavior in this
patch if SSLContext is not available.
[Test Case]
Build python-eventlet for both trusty and utopic, which will also run the test suite.
[Regression Potential]
Should be zero, as the version of python-eventlet in trusty is running without the sslwrap.diff patch, and when the utopic version falls back to the original behavior, it will result in the same code.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/trusty/+source/python-eventlet/+bug/1423675/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list