diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-18 21:52:43 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-18 21:52:43 +0000 |
commit | 5e13c4ea442f119018b39785b48a4ac56f5c0492 (patch) | |
tree | cdeed8466fe5c5e04cce7409d7d642e75d1712e0 /mail | |
parent | c3bfb33a8941ab4f097f7f24bdf85437bfee6472 (diff) | |
download | pkgsrc-5e13c4ea442f119018b39785b48a4ac56f5c0492.tar.gz |
Update to 4.0.11. From the changelog:
-change oldmail file writing to save a few bytes of disk space
-documentation additions.
-Python's standard library email.Message().flatten() could barf on certain
types of badly mis-formatted messages (instead of the during instantiation,
like the /other/ buggy cases). Hope this is fixed in Python 2.4. Developed
a work-around for getmail. Thanks: Juergen Nagel.
-changes to "normal" output of getmail to make it slightly less verbose.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 1d140e487ff..a30dde20901 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2004/08/12 16:44:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.24 2004/08/18 21:52:43 schmonz Exp $ -DISTNAME= getmail-4.0.10 +DISTNAME= getmail-4.0.11 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index f3333b28580..254486e62b3 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2004/08/12 16:44:01 schmonz Exp $ +$NetBSD: distinfo,v 1.18 2004/08/18 21:52:43 schmonz Exp $ -SHA1 (getmail-4.0.10.tar.gz) = a4850bcc3241ec7a8c76b554eadefd004b9b0f48 -Size (getmail-4.0.10.tar.gz) = 104602 bytes +SHA1 (getmail-4.0.11.tar.gz) = 0534105f5a1ae555330b1f1175b8ffd8c64234ee +Size (getmail-4.0.11.tar.gz) = 107358 bytes SHA1 (patch-aa) = 63bb1a6427f5b129200e7fa4bdd34267d427a2a7 |