Bug#804326: ace: FTBFS: SSLv3 methods removed

2015-11-14 Thread peter green
I think we can make it Debian specific until it gets integrated upstream. I took the diff submitted as a pull request upstream, applied it to the source package from debian (which required some path tweaks and defuzzing) and uploaded it to raspbian. Debdiff at

Bug#804326: [Pkg-ace-devel] Bug#804326: ace: FTBFS: SSLv3 methods removed

2015-11-07 Thread Johnny Willemsen
Hi, Please create a pull request for the necessary changes, ACE is hosted upstream at https://github.com/DOCGroup/ATCD/. Best regards, Johnny Willemsen Remedy IT On 11/07/2015 01:12 PM, Kurt Roeckx wrote: > Source: ace > Version: 6.3.2+dfsg-1 > Severity: serious > Control: block 797926 by -1 >

Bug#804326: [Pkg-ace-devel] Bug#804326: ace: FTBFS: SSLv3 methods removed

2015-11-07 Thread Kurt Roeckx
On Sat, Nov 07, 2015 at 02:36:38PM +0100, Johnny Willemsen wrote: > Hi, > > Please create a pull request for the necessary changes, ACE is hosted > upstream at https://github.com/DOCGroup/ATCD/. https://github.com/DOCGroup/ATCD/pull/156 Kurt

Bug#804326: ace: FTBFS: SSLv3 methods removed

2015-11-07 Thread Kurt Roeckx
Source: ace Version: 6.3.2+dfsg-1 Severity: serious Control: block 797926 by -1 Ace has various code that can use functions like SSLv3_client_method(). For SSL2 you currently already do use OPENSSL_NO_SSL2. Please also use OPENSSL_NO_SSL3 to remove support for the SSLv3 methods. It seems that

Bug#804326: [Pkg-ace-devel] Bug#804326: Bug#804326: ace: FTBFS: SSLv3 methods removed

2015-11-07 Thread Thomas Girard
Hello, On 11/07/2015 03:49 PM, Kurt Roeckx wrote: On Sat, Nov 07, 2015 at 02:36:38PM +0100, Johnny Willemsen wrote: Hi, Please create a pull request for the necessary changes, ACE is hosted upstream at https://github.com/DOCGroup/ATCD/. https://github.com/DOCGroup/ATCD/pull/156 I think we