svn commit: r358411 - head/contrib/sendmail/src

Jung-uk Kim jkim at FreeBSD.org
Fri Feb 28 15:21:49 UTC 2020


On 20. 2. 28., Eugene Grosbein wrote:
> 28.02.2020 5:02, Jung-uk Kim wrote:
> 
>> Author: jkim
>> Date: Thu Feb 27 22:02:00 2020
>> New Revision: 358411
>> URL: https://svnweb.freebsd.org/changeset/base/358411
>>
>> Log:
>>   Fix style inconsistencies near our OpenSSL 1.1.x patch.
> 
> Our Handbook describes how to use stock sendmail with SSL and SASL enabled:
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/SMTP-Auth.html
> 
> Now we have no openssl 1.0.2 in ports anymore, and sasl support builds with openssl-1.1.1,
> so stable/11 world building breaks due to stock sendmail using old 1.0.2 SSL API
> if one follows noted guide adding to /etc/make.conf:
> 
> SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
> SENDMAIL_LDFLAGS=-L/usr/local/lib
> SENDMAIL_LDADD=-lsasl2
> 
> For upcoming 11.4-RELEASE to be able to run stock sendmail with SSL/SASL
> please consider merging "OpenSSL 1.1.x patch" to stable/11 before the release.
> 
> I'm willing to test the change before merge with my stable/11 workstation utilizing these features
> because I'm stuck at 11.2-STABLE being unable to upgrade to due to this problem.
> 
> Could you please supply me with the diff ready to apply to stable/11 or describe how do I make it myself?

All you have to do is rebuilding security/cyrus-sasl2 with system
OpenSSL, i.e., disable SSL option.

Jung-uk Kim


More information about the svn-src-head mailing list