This is a preventative measure.
Msmtp can be built with either gnutls or openssl as its security lib.
By default, it will use gnutls if it exists on the user's system. It
will use openssl only if either the user requests it or gnutls is
absent. The current formula is silent about what security lib to use,
which means the brewer will get gnutls if it's present.
This is risky, because brewers have no idea that this is the case.
Suppose a brewer has gnutls brewed, and then brews msmtp with the
current official formula. Then suppose the brewer removes gnutls later
but keeps msmtp. Then msmtp will break, the user will have no idea why,
there probably will be a ticket, and no matter what the brewer will have
to rebrew.
It therefore seems better to explicitly ask msmtp to build against
openssl, since that isn't transient. Msmtp will find the system's ssl.
For users who never brewed msmtp with gnutls already on their machines,
this commit changes nothing at all.
ClosesHomebrew/homebrew#20756.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Msmtp will enable support for the OS X Keychain by default on Macs. No need to ask for it.
ClosesHomebrew/homebrew#20753.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Bump msmtp to 1.4.22. Also remove --disable-debug from config options, since
the configuration script doesn't even recognize that option.
ClosesHomebrew/homebrew#3850.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
This release adds support for authentication mechanism SCRAM-SHA-1 via GNU SASL. The new command tls_fingerprint allows one to trust one particular TLS certificate, in case tls_trust_file cannot be used for some reason.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Added --with-macosx-keyring option to enable the configure
option of the same name.
Signed-off-by: Tuncer Ayaz <tuncer.ayaz@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>