aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/msmtp.rb
AgeCommit message (Collapse)Author
2013-06-25msmtp: Explicitly request opensslchdiza
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 #20756. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24msmtp: Delete unnecessary option codechdiza
Msmtp will enable support for the OS X Keychain by default on Macs. No need to ask for it. Closes #20753. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-23msmtp 1.4.31Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-16msmtp 1.4.30Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03msmtp: use new dslAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-03msmtp 1.4.28Christian Köstlin
Closes #12041. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-18msmtp needs pk-config to buildwrb
Closes #10304. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-02msmtp: Update to 1.4.26Tuncer Ayaz
Closes #8892. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-16Update msmtp formulaPeter Aronoff
Bump msmtp to 1.4.22. Also remove --disable-debug from config options, since the configuration script doesn't even recognize that option. Closes #3850. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-05-04Update msmtp to latest with tls improvementsElmak
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-01-30msmtp: add option to build with Mac OSX Keychain supportTuncer Ayaz
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>
2009-12-05msmtp formula.Justin Weiss
An SMTP client with a sendmail compatible interface.