CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/05/04 10:34:03
Modified files:
net/mosquitto : Makefile
Added files:
net/mosquitto/patches: patch-lib_options_c
Log message:
net/mosquitto: avoid upcoming build failure
Use OpenSSL 1.1.1 code path that uses SSL_CTX_up_ref() instead of
handrolling it. This way mosquitto will continue to build after
an upcoming libssl bump.
