Commit graph

15 commits

Author SHA1 Message Date
chdiza
27c7507d5f msmtp: Explicitly request openssl
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.

Closes Homebrew/homebrew#20756.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25 10:26:25 -07:00
chdiza
0806d375aa msmtp: Delete unnecessary option code
Msmtp will enable support for the OS X Keychain by default on Macs.  No need to ask for it.

Closes Homebrew/homebrew#20753.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 12:22:02 -07:00
Brett Koonce
7eae905e53 msmtp 1.4.31
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-23 10:06:44 -05:00
Brett Koonce
24d4f467d2 msmtp 1.4.30
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-16 14:28:16 -08:00
Adam Vandenberg
3e72e1a6e8 msmtp: use new dsl 2012-09-03 13:51:13 -07:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Christian Köstlin
da39bf6d7b msmtp 1.4.28
Closes Homebrew/homebrew#12041.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-03 18:27:08 -05:00
wrb
71e10261fe msmtp needs pk-config to build
Closes Homebrew/homebrew#10304.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18 08:50:12 -08:00
Tuncer Ayaz
5bc9e00649 msmtp: Update to 1.4.26
Closes Homebrew/homebrew#8892.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 11:34:27 -08:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Peter Aronoff
e2ab21e971 Update msmtp formula
Bump msmtp to 1.4.22. Also remove --disable-debug from config options, since
the configuration script doesn't even recognize that option.

Closes Homebrew/homebrew#3850.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-16 14:53:57 +00:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* 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
2010-08-07 18:08:53 -07:00
Elmak
7ebcc1d806 Update msmtp to latest with tls improvements
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>
2010-05-04 08:49:51 -07:00
Tuncer Ayaz
e68d4e1906 msmtp: add option to build with Mac OSX Keychain support
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>
2010-01-30 22:50:21 -08:00
Justin Weiss
0004d67e9f msmtp formula.
An SMTP client with a sendmail compatible interface.
2009-12-05 16:35:36 +00:00