msmtp: Update to 1.8.2
Changes: Version 1.8.2: - To simplify TLS setup, the tls_trust_file command has a new default value 'system' that selects the system default trust. Now you just need tls=on to use TLS; the other TLS options are only required in special cases. To make this work without breaking compatibility with older msmtp versions, tls_fingerprint now overrides tls_trust_file, and tls_certcheck=off overrides both (previously, you could not specify contradicting options). - To simplify setup, a new option '--configure <mailaddress>' was added that automatically generates a configuration file for a given mail address. However, this only works if the mail domain publishes appropriate SRV records. Version 1.8.1: - Fixed our TLS code to support TLS 1.3 with GnuTLS.
This commit is contained in:
parent
593b2b4c7b
commit
e2945d728e
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.71 2018/09/29 21:42:13 wiedi Exp $
|
||||
# $NetBSD: Makefile,v 1.72 2019/01/17 18:39:54 leot Exp $
|
||||
|
||||
DISTNAME= msmtp-1.8.0
|
||||
DISTNAME= msmtp-1.8.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://marlam.de/msmtp/releases/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2018/09/19 09:26:45 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2019/01/17 18:39:54 leot Exp $
|
||||
bin/msmtp
|
||||
bin/msmtpd
|
||||
info/msmtp.info
|
||||
|
@ -7,6 +7,8 @@ man/man1/msmtpd.1
|
|||
share/examples/msmtp/msmtprc-user.example
|
||||
share/locale/de/LC_MESSAGES/msmtp.mo
|
||||
share/locale/fr/LC_MESSAGES/msmtp.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/msmtp.mo
|
||||
share/locale/uk/LC_MESSAGES/msmtp.mo
|
||||
${PLIST.scripts}share/msmtp/find_alias/find_alias_for_msmtp.sh
|
||||
${PLIST.scripts}share/msmtp/msmtpq/README.msmtpq
|
||||
${PLIST.scripts}share/msmtp/msmtpq/msmtp-queue
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.36 2018/09/19 09:26:45 leot Exp $
|
||||
$NetBSD: distinfo,v 1.37 2019/01/17 18:39:54 leot Exp $
|
||||
|
||||
SHA1 (msmtp-1.8.0.tar.xz) = a6dbfa621b6399fdd7b103351599e70a38f275b7
|
||||
RMD160 (msmtp-1.8.0.tar.xz) = ea4c5d0f20a63688970b09e7078d9797b5dae69e
|
||||
SHA512 (msmtp-1.8.0.tar.xz) = 986cf8ceca847b857f3884fcef26202429b3099820aa20e4e458768a80421bfb163d8aab9d950da2190ae0e2e95bafb80f4c2647d28dbd470d78c439bfba4f77
|
||||
Size (msmtp-1.8.0.tar.xz) = 302680 bytes
|
||||
SHA1 (msmtp-1.8.2.tar.xz) = 4527ea8c7197706a30f25b6a5f8d226619480a72
|
||||
RMD160 (msmtp-1.8.2.tar.xz) = c7851e06ec48ff7e688b6bc05700ee4da07bfe91
|
||||
SHA512 (msmtp-1.8.2.tar.xz) = 1f37be6f6bb01ddb3ba202673d7ba6457e6e9d8cfb718fdb5e9c19162b85e08c1487f160011775e626df0e37c414dcfbb20380d14084fbe80c46287eec15f5e6
|
||||
Size (msmtp-1.8.2.tar.xz) = 335760 bytes
|
||||
|
|
Loading…
Reference in a new issue