Source: thrift Version: 0.9.2-2 Severity: serious Justification: fails to build from source
src/thrift/transport/TSSLSocket.cpp: In constructor 'apache::thrift::transport::SSLContext::SSLContext(const apache::thrift::transport::SSLProtocol&)': src/thrift/transport/TSSLSocket.cpp:146:37: error: 'SSLv3_method' was not declared in this scope ctx_ = SSL_CTX_new(SSLv3_method()); ^ Makefile:1175: recipe for target 'src/thrift/transport/TSSLSocket.lo' failed make[6]: *** [src/thrift/transport/TSSLSocket.lo] Error 1 SSLv3 has been removed in unstable. Please use the SSLv23 method instead. Andreas