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>
master
Elmak 2010-05-04 11:44:57 -04:00 committed by Adam Vandenberg
parent 36b907226f
commit 7ebcc1d806
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula' require 'formula'
class Msmtp <Formula class Msmtp <Formula
url 'http://downloads.sourceforge.net/project/msmtp/msmtp/1.4.19/msmtp-1.4.19.tar.bz2' url 'http://downloads.sourceforge.net/project/msmtp/msmtp/1.4.20/msmtp-1.4.20.tar.bz2'
homepage 'http://msmtp.sourceforge.net' homepage 'http://msmtp.sourceforge.net'
md5 'f0afdc943bf7c8a3a3bf3fe1a73072c4' md5 '065042eaaee40c2779cf0bcfffe72aae'
def options def options
[ [