[Bug 233972] net-p2p/linuxdcpp fails to build on 12.0-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 13 07:16:12 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233972

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |231931
                URL|                            |http://beefy11.nyi.freebsd.
                   |                            |org/data/head-i386-default/
                   |                            |p485718_s340864/logs/errors
                   |                            |/linuxdcpp-1.1.0_11.log
           Keywords|                            |needs-patch

--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
The problem isn't the TLSv1 deprecation, but that OpenSSL 1.1.1 has made
many types (including DH) opaque, breaking API compatibility.

dcpp/CryptoManager.cpp:110:6: error: member access into incomplete type 'dh_st'
                        dh->p = BN_bin2bn(dh4096_p, sizeof(dh4096_p), 0);

Port is unmaintained and upstream appears to be inactive since 2011.
This does not bode well for the future of this port.  Can you provide
a patch to add OpenSSL 1.1.1 support?


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231931
[Bug 231931] [exp-run] OpenSSL 1.1.1 in base
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list