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>
This commit is contained in:
parent
36b907226f
commit
7ebcc1d806
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require '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'
|
||||
md5 'f0afdc943bf7c8a3a3bf3fe1a73072c4'
|
||||
md5 '065042eaaee40c2779cf0bcfffe72aae'
|
||||
|
||||
def options
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue