From owner-svn-src-head@freebsd.org Fri Feb 28 17:34:28 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 544662401EC for ; Fri, 28 Feb 2020 17:34:28 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Tc9H6qrmz41w3; Fri, 28 Feb 2020 17:34:27 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from vsuiko.mahoroba.org (vsuiko.mahoroba.org [IPv6:2001:2f0:104:8010:a00:27ff:feb0:c2e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: ume) by smtp.freebsd.org (Postfix) with ESMTPSA id EB1993336; Fri, 28 Feb 2020 17:34:26 +0000 (UTC) (envelope-from ume@FreeBSD.org) Date: Sat, 29 Feb 2020 02:34:21 +0900 Message-ID: From: Hajimu UMEMOTO To: Jung-uk Kim Cc: Eugene Grosbein , src-committers@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r358411 - head/contrib/sendmail/src In-Reply-To: References: <202002272202.01RM20j9030410@repo.freebsd.org> <525c9e77-9b86-ba95-ede5-54f3bbbb1aa7@grosbein.net> User-Agent: xcite1.60> Wanderlust/2.15.9 (Almost Unreal) Emacs/26.3 Mule/6.0 (HANACHIRUSATO) X-Operating-System: FreeBSD 12.1-STABLE X-PGP-Key: http://www.mahoroba.org/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2020 17:34:28 -0000 Hi, >>>>> On Fri, 28 Feb 2020 10:21:41 -0500 >>>>> Jung-uk Kim said: 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) Sincerely, -- Hajimu UMEMOTO ume@mahoroba.org ume@FreeBSD.org http://www.mahoroba.org/~ume/