CVSROOT:        /cvs
Module name:    ports
Changes by:     z...@cvs.openbsd.org    2017/01/27 09:13:08

Modified files:
        x11/qt5/qtbase : Makefile 
        x11/qt5/qtbase/patches: 
                                patch-src_network_ssl_qsslcontext_openssl_cpp 
Added files:
        x11/qt5/qtbase/patches: 
                                
patch-src_network_ssl_qsslsocket_openssl_symbols_cpp 
                                
patch-src_network_ssl_qsslsocket_openssl_symbols_p_h 

Log message:
Fix after recent LibreSSL changes.

Nowadays we have fake SSL_CTRL_SET_CURVES macro, and SSL_CTX_set1_curves
defined as synonym to SSL_CTX_set1_groups. So use the latter instead
of the former.

The patch should be tweaked furthermore before proposing it upstream,
but for now we can at least build things again.

Reply via email to