Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CC48963B873 for ; Wed, 2 Feb 2011 11:18:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 60C9819CF17; Wed, 2 Feb 2011 11:18:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA9CC19CF0E for ; Wed, 2 Feb 2011 11:18:31 +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 2T1SkDFBJ2ER for ; Wed, 2 Feb 2011 11:18:31 +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 30E8719CECC for ; Wed, 2 Feb 2011 11:18:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 07D83175DD; Wed, 2 Feb 2011 11:18:30 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 2 Feb 2011 11:18:30 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/msmtp To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20110202111831.07D83175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Wed Feb 2 11:18:30 UTC 2011 Modified Files: pkgsrc/mail/msmtp: Makefile distinfo Log Message: Update to 1.4.23. Changelog: Version 1.4.23: - Fix SCRAM-SHA-1 authentication via libgsasl. Reported and analyzed by Steffen Lehmann for mpop. Version 1.4.22: - Update gnulib to 2010-12-23. - Avoid different account selection behaviour in --pretend mode, and print more informational messages about account selection in --pretend and --debug mode. Suggested by Adam Spiers. - Add a new passwordeval command and --passwordeval option, to set the password from the output of a command. Written by Martin Stenberg. - A few documentation improvements, suggested by Andries E. Brouwer. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/msmtp/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/msmtp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.