diff options
author | snj <snj@pkgsrc.org> | 2004-03-29 08:16:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-29 08:16:38 +0000 |
commit | ca710cdea6946813f03459aee1b6d2c35dd3f564 (patch) | |
tree | b57bc2b6126b507cd60b1e771bfdf8500a8db910 /mail | |
parent | e1ef76d5d7eef49ed3e1eda2baba725609745b6f (diff) | |
download | pkgsrc-ca710cdea6946813f03459aee1b6d2c35dd3f564.tar.gz |
Update to getmail-3.2.2.
From the changelog:
* Add an error handler for the case where a POP3 server returns a message
that isn't even close to valid 822 format, particularly one where the
first line in the message header is a continuation line (starts with
whitespace).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 5 | ||||
-rw-r--r-- | mail/getmail/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 170fe71031f..23090d21179 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2003/10/29 11:55:27 xtraeme Exp $ -# +# $NetBSD: Makefile,v 1.14 2004/03/29 08:16:38 snj Exp $ -DISTNAME= getmail-3.2.1 +DISTNAME= getmail-3.2.2 CATEGORIES= mail MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-3.0/ \ http://www.qcc.ca/~charlesc/software/getmail-3.0/old-versions/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 5b24fb70651..3ccd064f4d2 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2003/10/29 11:55:27 xtraeme Exp $ +$NetBSD: distinfo,v 1.9 2004/03/29 08:16:38 snj Exp $ -SHA1 (getmail-3.2.1.tar.gz) = 6b5c55ed627c021f3d2764e64d41eb5c1f5d3134 -Size (getmail-3.2.1.tar.gz) = 67905 bytes +SHA1 (getmail-3.2.2.tar.gz) = 16eaebf5641636a838a69771bcea7c5e11cb832b +Size (getmail-3.2.2.tar.gz) = 69026 bytes |