Comment 3 for bug 1423675

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: [Bug 1423675] Re: [SRU] python-eventlet fall back to old behavior if SSLContext is not available

Bryan, Can you take a look again? Chuck Short just upload the following
merge:
https://code.launchpad.net/~corey.bryant/ubuntu/utopic/python-eventlet/0.13.0-1ubuntu3.2/+merge/250455

On Fri, Feb 20, 2015 at 10:03 AM, Launchpad Bug Tracker <
<email address hidden>> wrote:

> ** Branch linked: lp:~corey.bryant/ubuntu/utopic/python-
> eventlet/0.13.0-1ubuntu3.2
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1423675
>
> Title:
> [SRU] python-eventlet fall back to old behavior if SSLContext is not
> available
>
> Status in python-eventlet package in Ubuntu:
> New
>
> 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/+source/python-eventlet/+bug/1423675/+subscriptions
>

--
Regards,
Corey