svn commit: r358411 - head/contrib/sendmail/src
Eugene Grosbein
eugen at grosbein.net
Sat Feb 29 03:34:51 UTC 2020
29.02.2020 0:34, Hajimu UMEMOTO wrote:
> jkim> All you have to do is rebuilding security/cyrus-sasl2 with system
> jkim> OpenSSL, i.e., disable SSL option.
>
> Perhaps, you mean:
>
> DEFAULT_VERSIONS= ssl=base
>
> I'm using base sendmail with cyrus-sasl2 quite well on 12-STABLE.
>
> % freebsd-version
> 12.1-STABLE
> % ldd /usr/libexec/sendmail/sendmail
> /usr/libexec/sendmail/sendmail:
> libsasl2.so.3 => /usr/local/lib/libsasl2.so.3 (0x8002ff000)
> libutil.so.9 => /lib/libutil.so.9 (0x800320000)
> libssl.so.111 => /usr/lib/libssl.so.111 (0x800337000)
> libcrypto.so.111 => /lib/libcrypto.so.111 (0x8003cd000)
> libwrap.so.6 => /usr/lib/libwrap.so.6 (0x8006ba000)
> libc.so.7 => /lib/libc.so.7 (0x8006c5000)
> libdl.so.1 => /usr/lib/libdl.so.1 (0x800abb000)
> libthr.so.3 => /lib/libthr.so.3 (0x800abf000)
Base openssl uses 1.1.x API in stable/12, so it does not conflict with SASL2 from ports using same API.
Base openssl uses 1.0.2 API in stable/11, so it conflicts with SASL2 from ports using 1.1.1 SSL API and linked with openss from ports.
More information about the svn-src-head
mailing list