Date: Tue, 11 Aug 2020 10:23:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248590] devel/qca and libressl Message-ID: <bug-248590-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248590 Bug ID: 248590 Summary: devel/qca and libressl Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: tjlegg@gmail.com Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org devel/qca fails to build with libressl. Patch exists with gentoo that could= be merged with existing patch. qca-qt5 /wrkdirs/usr/ports/devel/qca/work/qca-2.3.1/plugins/qca-ossl/qca-ossl.cpp:5= 028:39: error: use of undeclared identifier 'TLS1_3_VERSION' SSL_CTX_set_max_proto_version(ctx, TLS1_3_VERSION); ^ /wrkdirs/usr/ports/devel/qca/work/qca-2.3.1/plugins/qca-ossl/qca-ossl.cpp:5= 049:38: error: use of undeclared identifier 'SSL_CIPHER_standard_name'; did you mean 'SSL_CIPHER_get_name'? cipherList +=3D QString::fromLatin1(SSL_CIPHER_standard_name(thisCipher)); =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~ SSL_CIPHER_get_na= me /usr/local/include/openssl/ssl.h:1296:14: note: 'SSL_CIPHER_get_name' decla= red here const char * SSL_CIPHER_get_name(const SSL_CIPHER *c); ^ /wrkdirs/usr/ports/devel/qca/work/qca-2.3.1/plugins/qca-ossl/qca-ossl.cpp:5= 442:46: error: use of undeclared identifier 'SSL_CIPHER_standard_name'; did you mean 'SSL_CIPHER_get_name'? sessInfo.cipherSuite =3D QString::fromLatin1(SSL_CIPHER_standard_name(SSL_get_current_cipher(ssl))); =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 ^~~~~~~~~~~~~~~~~~~~~~~~ SSL_CIPHER_get_n= ame /usr/local/include/openssl/ssl.h:1296:14: note: 'SSL_CIPHER_get_name' decla= red here const char * SSL_CIPHER_get_name(const SSL_CIPHER *c); ^ /wrkdirs/usr/ports/devel/qca/work/qca-2.3.1/plugins/qca-ossl/qca-ossl.cpp:6= 736:4: warning: 'qsrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] qsrand(time(nullptr)); ^ /usr/local/include/qt5/QtCore/qglobal.h:1276:15: note: 'qsrand' has been explicitly marked deprecated here Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") = void qsrand(uint seed); ^ /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) ^ /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) ^ /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded f= rom macro 'Q_DECL_DEPRECATED_X' # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) ^ /wrkdirs/usr/ports/devel/qca/work/qca-2.3.1/plugins/qca-ossl/qca-ossl.cpp:6= 739:9: warning: 'qrand' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations] n =3D qrand(); ^ /usr/local/include/qt5/QtCore/qglobal.h:1277:15: note: 'qrand' has been explicitly marked deprecated here Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") = int qrand(); ^ /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) ^ /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) ^ /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded f= rom macro 'Q_DECL_DEPRECATED_X' # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) ^ 2 warnings and 3 errors generated. ninja: build stopped: subcommand failed. *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248590-7788>