Bug#805083: polygraph: FTBFS: SSlv3 method

2016-04-17 Thread Alex Rousskov
On 04/17/2016 01:58 PM, Sebastian Andrzej Siewior wrote: > On 2015-11-16 08:19:36 [-0700], Alex Rousskov wrote: >> On 11/14/2015 09:02 AM, Alex Rousskov wrote: >> >>> If we can provide a small better fix, we will. If a better fix requires >>> too many unrelated changes to this Polygraph version,

Bug#805083: polygraph: FTBFS: SSlv3 method

2016-04-17 Thread Sebastian Andrzej Siewior
On 2015-11-16 08:19:36 [-0700], Alex Rousskov wrote: > On 11/14/2015 09:02 AM, Alex Rousskov wrote: > > > If we can provide a small better fix, we will. If a better fix requires > > too many unrelated changes to this Polygraph version, we will provide a > > patch that disables SSLv3 (until a

Bug#805083: polygraph: FTBFS: SSlv3 method

2015-11-16 Thread Alex Rousskov
On 11/14/2015 09:02 AM, Alex Rousskov wrote: > If we can provide a small better fix, we will. If a better fix requires > too many unrelated changes to this Polygraph version, we will provide a > patch that disables SSLv3 (until a recent Polygraph version with a > comprehensive fix is released).

Bug#805083: polygraph: FTBFS: SSlv3 method

2015-11-14 Thread Kurt Roeckx
Source: polygraph Version: 4.3.2-1.2 Severity: serious Control: block 797926 by -1 Hi, The SSLv3 method has been disabled in openssl and as a result your package no longer build. The code looks like this: switch(protocol) { case SSLv2: #ifndef OPENSSL_NO_SSL2

Bug#805083: polygraph: FTBFS: SSlv3 method

2015-11-14 Thread Alex Rousskov
On 11/14/2015 06:39 AM, Kurt Roeckx wrote: > Source: polygraph > Version: 4.3.2-1.2 > Severity: serious > Control: block 797926 by -1 > I suggest you remove all of that and only use SSLv23_method(). > All the other are version specific methods, only SSLv23_* speaks > multiple versions. Removal

Bug#805083: polygraph: FTBFS: SSlv3 method

2015-11-14 Thread Kurt Roeckx
On Sat, Nov 14, 2015 at 08:34:47AM -0700, Alex Rousskov wrote: > On 11/14/2015 06:39 AM, Kurt Roeckx wrote: > > Source: polygraph > > Version: 4.3.2-1.2 > > Severity: serious > > Control: block 797926 by -1 > > > I suggest you remove all of that and only use SSLv23_method(). > > All the other are

Bug#805083: polygraph: FTBFS: SSlv3 method

2015-11-14 Thread Alex Rousskov
On 11/14/2015 08:47 AM, Kurt Roeckx wrote: > On Sat, Nov 14, 2015 at 08:34:47AM -0700, Alex Rousskov wrote: >> On 11/14/2015 06:39 AM, Kurt Roeckx wrote: >>> Source: polygraph >>> Version: 4.3.2-1.2 >>> Severity: serious >>> Control: block 797926 by -1 >> >>> I suggest you remove all of that and