Snippets for apache-thrift 0.22.0 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/thrift-cpp/0.22.0_1,1/150arm64-default.log.
-
/wrkdirs/usr/ports/devel/thrift-cpp/work/thrift-0.22.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:187:24: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 187 | ctx_ = SSL_CTX_new(TLSv1_method()); | ^ -
/wrkdirs/usr/ports/devel/thrift-cpp/work/thrift-0.22.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:189:24: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 189 | ctx_ = SSL_CTX_new(TLSv1_1_method()); | ^ -
/wrkdirs/usr/ports/devel/thrift-cpp/work/thrift-0.22.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:191:24: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 191 | ctx_ = SSL_CTX_new(TLSv1_2_method()); | ^ -
/wrkdirs/usr/ports/devel/thrift-cpp/work/thrift-0.22.0/lib/cpp/src/thrift/transport/TSSLSocket.cpp:760:27: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 760 | char* data = (char*)ASN1_STRING_data(name->d.ia5); | ^