Received: by mail.netbsd.org (Postfix, from userid 605) id 2E81684D9C; Thu, 17 Jan 2019 18:39:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A22184D43 for ; Thu, 17 Jan 2019 18:39:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id f9o6X749AtI3 for ; Thu, 17 Jan 2019 18:39:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7C67584C81 for ; Thu, 17 Jan 2019 18:39:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 736E3FB16; Thu, 17 Jan 2019 18:39:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547750394168820" MIME-Version: 1.0 Date: Thu, 17 Jan 2019 18:39:54 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/mail/msmtp To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190117183954.736E3FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1547750394168820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Jan 17 18:39:54 UTC 2019 Modified Files: pkgsrc/mail/msmtp: Makefile PLIST distinfo Log Message: 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 ' 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. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/mail/msmtp/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/msmtp/PLIST cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/msmtp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547750394168820 Content-Disposition: inline Content-Length: 2343 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/msmtp/Makefile diff -u pkgsrc/mail/msmtp/Makefile:1.71 pkgsrc/mail/msmtp/Makefile:1.72 --- pkgsrc/mail/msmtp/Makefile:1.71 Sat Sep 29 21:42:13 2018 +++ pkgsrc/mail/msmtp/Makefile Thu Jan 17 18:39:54 2019 @@ -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 Index: pkgsrc/mail/msmtp/PLIST diff -u pkgsrc/mail/msmtp/PLIST:1.12 pkgsrc/mail/msmtp/PLIST:1.13 --- pkgsrc/mail/msmtp/PLIST:1.12 Wed Sep 19 09:26:45 2018 +++ pkgsrc/mail/msmtp/PLIST Thu Jan 17 18:39:54 2019 @@ -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 Index: pkgsrc/mail/msmtp/distinfo diff -u pkgsrc/mail/msmtp/distinfo:1.36 pkgsrc/mail/msmtp/distinfo:1.37 --- pkgsrc/mail/msmtp/distinfo:1.36 Wed Sep 19 09:26:45 2018 +++ pkgsrc/mail/msmtp/distinfo Thu Jan 17 18:39:54 2019 @@ -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 --_----------=_1547750394168820--