Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 550A663BAA9 for ; Tue, 6 Jul 2010 07:33:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 1047B63B102; Tue, 6 Jul 2010 07:33:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DFA5963B100 for ; Tue, 6 Jul 2010 07:33:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C9CCC175DD; Tue, 6 Jul 2010 07:33:43 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 6 Jul 2010 07:33:43 +0000 From: OBATA Akio Subject: CVS commit: pkgsrc/mail/msmtp To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20100706073343.C9CCC175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: obache Date: Tue Jul 6 07:33:43 UTC 2010 Modified Files: pkgsrc/mail/msmtp: Makefile PLIST distinfo options.mk Removed Files: pkgsrc/mail/msmtp/patches: patch-ad Log Message: Update msmtp to 1.4.21. Based on PR#43566, with additional clean up, exactly enable/disable options. Version 1.4.21: - No significant changes. Version 1.4.20: - Added 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. - The new script msmtp-gnome-tool.py manages Gnome Keyring passwords for msmtp. Version 1.4.19: - When using OpenSSL, msmtp now correctly handles NUL characters in the Common Name and Subject Alternative Name fields of certificates. This fixes a security problem. Note that msmtp is not affected by this problem if GnuTLS is used. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/msmtp/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/msmtp/PLIST cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/msmtp/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/msmtp/options.mk cvs rdiff -u -r1.3 -r0 pkgsrc/mail/msmtp/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.