diff options
author | tron <tron@pkgsrc.org> | 2011-08-26 07:19:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-08-26 07:19:25 +0000 |
commit | c0ed4c7074f26d039de257d092ebaacd7aaf0d5a (patch) | |
tree | 808c816901d166f188be6050050220f2e9c9c0a3 /mail | |
parent | a1acf17088f77d3e1e0e7d04f2e3e1d425cf263f (diff) | |
download | pkgsrc-c0ed4c7074f26d039de257d092ebaacd7aaf0d5a.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 8 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d5959d2c63f..42b17d59366 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -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 diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index e644cf5ead7..c0e9b2ac113 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -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 diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 50800915bbd..eecc7efe116 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -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/ |