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.
This commit is contained in:
parent
22562651f7
commit
3cc65bd49b
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.176 2011/06/09 11:52:33 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.177 2011/08/26 07:19:25 tron Exp $
|
||||
|
||||
# Note to updaters: mail/fetchmailconf reaches over here, make sure it builds.
|
||||
DISTNAME= fetchmail-6.3.20
|
||||
DISTNAME= fetchmail-6.3.21
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://download.berlios.de/fetchmail/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.44 2011/06/09 11:52:33 obache Exp $
|
||||
$NetBSD: distinfo,v 1.45 2011/08/26 07:19:25 tron Exp $
|
||||
|
||||
SHA1 (fetchmail-6.3.20.tar.bz2) = 797b5b0050763ad111c244aba606b2fcb4dfdaad
|
||||
RMD160 (fetchmail-6.3.20.tar.bz2) = 1262100c4a74a84e9dd969e4ab4902771752dbe5
|
||||
Size (fetchmail-6.3.20.tar.bz2) = 1723623 bytes
|
||||
SHA1 (fetchmail-6.3.21.tar.bz2) = e32a0d40ec133d651782543ecd7bc9bbee52dff7
|
||||
RMD160 (fetchmail-6.3.21.tar.bz2) = 981084b384eb8f6f424af64ceb5922a030271519
|
||||
Size (fetchmail-6.3.21.tar.bz2) = 1724445 bytes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.80 2011/06/09 11:52:33 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.81 2011/08/26 07:19:25 tron Exp $
|
||||
|
||||
DISTNAME= fetchmail-6.3.20
|
||||
DISTNAME= fetchmail-6.3.21
|
||||
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://download.berlios.de/fetchmail/
|
||||
|
|
Loading…
Reference in a new issue