Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2016 18:26:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210130] mail/fetchmail: Build fails, undefined reference to `SSLv3_client_method'
Message-ID:  <bug-210130-13-vwvn0qidfA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210130-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210130-13@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=3D210130

Vladimir Krstulja <vlad-fbsd@acheronmedia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa
                 CC|                            |brnrd@freebsd.org
            Summary|mail/fetchmail:             |mail/fetchmail: Build
                   |/usr/bin/ld: warning:       |fails, undefined reference
                   |libcrypto.so.7, needed by   |to `SSLv3_client_method'
                   |/usr/lib/libgssapi_krb5.so, |
                   |may conflict with           |
                   |libcrypto.so.37             |

--- Comment #5 from Vladimir Krstulja <vlad-fbsd@acheronmedia.com> ---
This is being caused by missing SSLv3 in OpenSSL. Have you built OpenSSL fr=
om
ports with "SSLv3" disabled?

There are patches to make fetchmail build with no SSLv3 support from LibreS=
SL
or OpenSSL, which should be applied to fetchmail since SSLv3 should not be =
used
any more:

https://github.com/Sp1l/freebsd-ports/tree/master/mail/fetchmail/files

CC'ing Bernard. Looks to me the patch will have to be reworked to fit code
changes that occurred in the meanwhile.

It looks like the upstream fixed it, but I see no official release after it:

https://gitlab.com/fetchmail/fetchmail/commit/a2ae6f8d15d7caf815d7bdd13df83=
3fd1b2af5cc

--=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-210130-13-vwvn0qidfA>