CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2021/05/10 09:02:29

Modified files:
        x11/qt4        : Makefile 
        x11/qt4/patches: patch-src_network_ssl_qsslsocket_openssl_cpp 
                         patch-src_network_ssl_qsslsocket_openssl_symbols_cpp 
                         patch-src_network_ssl_qsslsocket_openssl_symbols_p_h 

Log message:
x11/qt4: fix upcoming build breakage

SSL_CIPHER and SSL_CTX will become opaque in libssl. Add the two accessors
SSL_CTX_get_cert_store() and SSL_CIPHER_get_bits() to the qsslsocket
symbol wrangling and use them inside the code similar to what was done
in wkhtmltopdf. This adds two symbols to QtNetwork, so bump its minor and
those of the two remaining dependent libraries.

no response from maintainer

Reply via email to