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