Date: Sat, 29 Feb 2020 10:34:28 +0700 From: Eugene Grosbein <eugen@grosbein.net> To: Hajimu UMEMOTO <ume@FreeBSD.org>, Jung-uk Kim <jkim@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r358411 - head/contrib/sendmail/src Message-ID: <c002a862-87ef-a8d7-697d-19e0f7385e40@grosbein.net> In-Reply-To: <ygelfompqea.wl-ume@FreeBSD.org> References: <202002272202.01RM20j9030410@repo.freebsd.org> <525c9e77-9b86-ba95-ede5-54f3bbbb1aa7@grosbein.net> <bc1fd171-c9d0-f3c6-3667-4eeae07e2c99@FreeBSD.org> <ygelfompqea.wl-ume@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c002a862-87ef-a8d7-697d-19e0f7385e40>