Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C53A77A473 for ; Tue, 7 Jun 2016 07:08:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4357585E7D; Tue, 7 Jun 2016 07:08:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C64D584CE5 for ; Tue, 7 Jun 2016 07:08:30 +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 u-41Nqk3YlKa for ; Tue, 7 Jun 2016 07:08:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7188184C8B for ; Tue, 7 Jun 2016 07:08:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 684E1FBB5; Tue, 7 Jun 2016 07:08:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 7 Jun 2016 07:08:30 +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: <20160607070830.684E1FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: leot Date: Tue Jun 7 07:08:30 UTC 2016 Modified Files: pkgsrc/mail/msmtp: Makefile distinfo options.mk Log Message: Update mail/msmtp to 1.6.5 pkgsrc changes: - (cosmetic) fix a pkglint warning and proper indent variables in options.mk Changes: Version 1.6.5: - Support SHA256 fingerprints for tls_fingerprint, and mark both SHA1 and MD5 as deprecated. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/mail/msmtp/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/msmtp/distinfo cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/msmtp/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.