Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id E5A0763D7B3 for ; Sun, 27 Jan 2013 10:28:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9EABE14A3E6; Sun, 27 Jan 2013 10:28:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 83F4D14A3D8 for ; Sun, 27 Jan 2013 10:28:04 +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 c8JZgzM8io88 for ; Sun, 27 Jan 2013 10:28:04 +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 E4DD014A328 for ; Sun, 27 Jan 2013 10:28:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C7023175DD; Sun, 27 Jan 2013 10:28:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Sun, 27 Jan 2013 10:28:03 +0000 From: "Ulrich Habel" Subject: CVS commit: pkgsrc/mail/p5-MailTools To: pkgsrc-changes@NetBSD.org Reply-To: rhaen@netbsd.org X-Mailer: log_accum Message-Id: <20130127102803.C7023175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rhaen Date: Sun Jan 27 10:28:03 UTC 2013 Modified Files: pkgsrc/mail/p5-MailTools: Makefile distinfo Log Message: Updated to 2.12 Changes: version 2.12: Fri Dec 21 12:18:51 CET 2012 Fixes: - default for Mail::Header::new(Modify) is 'false', not 'true' rt.cpan.org#79985 [Thomas Sibley] - Mail::Address take username with rindex(), a bit better than index() but still poor. rt.cpan.org#82056 [Filipe Gonçalves] Improvements: - check for bad folding of header lines rt.cpan.org#79993 [Thomas Sibley] - add a note about better to avoid Mail::Address->name(), in response to a question by rt.cpan.org#81459 [Moritz Lenz] To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/mail/p5-MailTools/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/p5-MailTools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.