Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support , The POODLE Bites Again

2014-12-11 Thread Paul Eggleton
On Tuesday 09 December 2014 14:38:53 Sona Sarmadi wrote: > > I think we should apply the patch now anyway; we'll want to know that it > > works for backports to the stable branch(es), and in any case the upgrade > > to 2.7.9 is not going to be a straightforward task based upon my earlier > > attemp

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support , The POODLE Bites Again

2014-12-09 Thread Sona Sarmadi
Hi Paul, > I think we should apply the patch now anyway; we'll want to know that it > works for backports to the stable branch(es), and in any case the upgrade to > 2.7.9 is not going to be a straightforward task based upon my earlier attempt > to upgrade to 2.7.6 (the current state of which is s

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-05 Thread Paul Eggleton
On Friday 05 December 2014 15:46:21 Paul Eggleton wrote: > On Friday 05 December 2014 15:32:05 Sona Sarmadi wrote: > > > Python has fixed this issue in version 3.5. and backported to 2.7: > > > > > > See the patch here: > > > https://hg.python.org/cpython/rev/f762cbb712de > > > > > > But this

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-05 Thread Paul Eggleton
On Friday 05 December 2014 15:32:05 Sona Sarmadi wrote: > > Python has fixed this issue in version 3.5. and backported to 2.7: > > See the patch here: > > > > https://hg.python.org/cpython/rev/f762cbb712de > > > > > > But this patch doesn’t apply, I have downloaded the latest 2.7.8, it is > >

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-05 Thread Sona Sarmadi
> Python has fixed this issue in version 3.5. and backported to 2.7: > See the patch here: > https://hg.python.org/cpython/rev/f762cbb712de > > But this patch doesn’t apply, I have downloaded the latest 2.7.8, it is the > Same problem there. I have sent email to the guy responsible to this patc

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-03 Thread Sona Sarmadi
Hi Ross, Sure. I forgot to make sure that python can be built when "OPENSSL_NO_SSL3" is defined in the openssl. I will check this as well and re-send the patch. -- Sona On 3 December 2014 at 08:09, Sona Sarmadi mailto:sona.sarm...@enea.com>> wrote: Building python without SSLv3 support

Re: [OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-03 Thread Burton, Ross
On 3 December 2014 at 08:09, Sona Sarmadi wrote: > Building python without SSLv3 support when openssl is built without > any support for SSLv3. "OPENSSL_NO_SSL3" is defined in the openssl > headers (opensslconf.h) which is located in /usr/include/$arch/openssl/ > > Backported from: > https://bugs

[OE-core] [daisy][PATCH] python: Building without SSLv3 support

2014-12-03 Thread Sona Sarmadi
Building python without SSLv3 support when openssl is built without any support for SSLv3. "OPENSSL_NO_SSL3" is defined in the openssl headers (opensslconf.h) which is located in /usr/include/$arch/openssl/ Backported from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768611#22 Signed-off-by