pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/msmtp msmtp: Update to 1.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d9a308c7414
branches:  trunk
changeset: 317966:8d9a308c7414
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Jan 17 18:39:54 2019 +0000

description:
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.

diffstat:

 mail/msmtp/Makefile |   4 ++--
 mail/msmtp/PLIST    |   4 +++-
 mail/msmtp/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 638a40a5a4e3 -r 8d9a308c7414 mail/msmtp/Makefile
--- a/mail/msmtp/Makefile       Thu Jan 17 17:27:30 2019 +0000
+++ b/mail/msmtp/Makefile       Thu Jan 17 18:39:54 2019 +0000
@@ -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
diff -r 638a40a5a4e3 -r 8d9a308c7414 mail/msmtp/PLIST
--- a/mail/msmtp/PLIST  Thu Jan 17 17:27:30 2019 +0000
+++ b/mail/msmtp/PLIST  Thu Jan 17 18:39:54 2019 +0000
@@ -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 @@
 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
diff -r 638a40a5a4e3 -r 8d9a308c7414 mail/msmtp/distinfo
--- a/mail/msmtp/distinfo       Thu Jan 17 17:27:30 2019 +0000
+++ b/mail/msmtp/distinfo       Thu Jan 17 18:39:54 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index