[Bug 210130] mail/fetchmail: Build fails, undefined reference to `SSLv3_client_method'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 10 18:26:03 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa
                 CC|                            |brnrd at 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 at acheronmedia.com> ---
This is being caused by missing SSLv3 in OpenSSL. Have you built OpenSSL from
ports with "SSLv3" disabled?

There are patches to make fetchmail build with no SSLv3 support from LibreSSL
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/a2ae6f8d15d7caf815d7bdd13df833fd1b2af5cc

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list