CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/05/27 08:33:18
Modified files:
x11/qt6/qtbase : Makefile
x11/qt6/qtbase/patches:
patch-src_network_ssl_qsslsocket_openssl_cpp
Log message:
x11/qt6/qtbase: prepare for LIBRESSL_HAS_TLS1_3
Upstream has erroneous #ifdefs which fail to build if both
TLS1_3_VERSION and OPENSSL_NO_PSK are defined. Adjust them.
In addition, libssl will need to provide
SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback.
ok rsadowski (maintainer)