Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id D61C663BEE5 for ; Fri, 26 Aug 2011 07:19:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D441614A2C0; Fri, 26 Aug 2011 07:19:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A34E14A2AA for ; Fri, 26 Aug 2011 07:19:26 +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 wr2Khm83fk-f for ; Fri, 26 Aug 2011 07:19:25 +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 D488314A1AE for ; Fri, 26 Aug 2011 07:19:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BADA4175DD; Fri, 26 Aug 2011 07:19:25 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 26 Aug 2011 07:19:25 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20110826071925.BADA4175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Fri Aug 26 07:19:25 UTC 2011 Modified Files: pkgsrc/mail/fetchmail: Makefile distinfo pkgsrc/mail/fetchmailconf: Makefile Log Message: Update "fetchmail" and "fetchmailconf" package to version 6.3.21. Changes since version 6.3.20: - The IMAP client no longer inserts NUL bytes into the last line of a message when it is not closed with a LF or CRLF sequence. Reported by Antoine Levitt. As a side effect of the fix, and in order to avoid a full rewrite, fetchmail will now CRLF-terminate the last line fetched through IMAP, even if it is originally not terminated by LF or CRLF. This bears no relevance if your messages end up in mbox, but adds line termination for storages (like Maildir) that do not require that the last line be LF- or CRLF-terminated. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 pkgsrc/mail/fetchmail/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/mail/fetchmail/distinfo cvs rdiff -u -r1.80 -r1.81 pkgsrc/mail/fetchmailconf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.