svn commit: r358411 - head/contrib/sendmail/src
Eugene Grosbein
eugen at grosbein.net
Fri Feb 28 13:46:05 UTC 2020
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?
More information about the svn-src-head
mailing list