Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 07:16:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233972] net-p2p/linuxdcpp fails to build on 12.0-RELEASE
Message-ID:  <bug-233972-7788-NCwLCQhNK6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233972-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233972-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233972

Tobias Kortkamp <tobik@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@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 =3D 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=3D231931
[Bug 231931] [exp-run] OpenSSL 1.1.1 in base
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233972-7788-NCwLCQhNK6>