diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-11-21 05:23:43 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-11-21 05:23:43 +0000 |
commit | 290b302538a0385315b5c578ef05b4f06ba91e33 (patch) | |
tree | 56ed9e627f9cd791facaabfb175bd4d1585fba1d /mail | |
parent | 7346faa23d035dd2ca2694738531ff91264673aa (diff) | |
download | pkgsrc-290b302538a0385315b5c578ef05b4f06ba91e33.tar.gz |
Update to 4.4.2. From the changelog:
4.3.14:
-Fix copy and paste error that caused BrokenUIDLPOP3SSLRetriever to default
to port 110. Thanks: Daniel Burrows via Fredrik Steen.
4.4.0:
-add new POP3-over-SSL initialization class, which is automatically used
when Python 2.4 or newer is in use. This reduces the overhead involved
in retrieving messages from a POP3SSL server (reduces systime about 35%,
user time about 50%, wall time 10-30%). Thanks: Jan Vereecke.
-add getmail_fetch configuration-less commandline POP retriever, perfect
for scripting use. Development of getmail_fetch was sponsored by
Texas Communications.
-future proofing: eliminate relative imports within getmailcore package.
4.4.1:
-work around bug in Python which meant POP3-over-SSL with Python >= 2.4
could "hang" (it's exactly the same bug that affected getmail's initial
IMAP-over-SSL code).
4.4.2:
-fix logging import in corrupt messages with Python 2.3. Thanks: Marco Ferra.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/PLIST | 4 | ||||
-rw-r--r-- | mail/getmail/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 2902ccffaa8..f66bfe53736 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2005/10/16 02:19:39 schmonz Exp $ +# $NetBSD: Makefile,v 1.52 2005/11/21 05:23:43 schmonz Exp $ -DISTNAME= getmail-4.3.13 +DISTNAME= getmail-4.4.2 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/PLIST b/mail/getmail/PLIST index be3d5320303..ea03fa32604 100644 --- a/mail/getmail/PLIST +++ b/mail/getmail/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2004/08/10 05:18:58 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/11/21 05:23:43 schmonz Exp $ bin/getmail +bin/getmail_fetch bin/getmail_maildir bin/getmail_mbox man/man1/getmail.1 +man/man1/getmail_fetch.1 man/man1/getmail_maildir.1 man/man1/getmail_mbox.1 share/doc/getmail/BUGS diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 53960a803bd..4dd8ba03f43 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2005/10/16 02:19:39 schmonz Exp $ +$NetBSD: distinfo,v 1.43 2005/11/21 05:23:43 schmonz Exp $ -SHA1 (getmail-4.3.13.tar.gz) = 261172e3ac867f3dfff51ddf44226af046d65a24 -RMD160 (getmail-4.3.13.tar.gz) = 902313fb7221eb0eb5d78f3fe2f6060fd046c32b -Size (getmail-4.3.13.tar.gz) = 133634 bytes +SHA1 (getmail-4.4.2.tar.gz) = b419481a40dc05ebb7f7bbd2afbc0324d4c8510a +RMD160 (getmail-4.4.2.tar.gz) = 84f78bf9924011b597471f1cd7cc130a729825cf +Size (getmail-4.4.2.tar.gz) = 136867 bytes SHA1 (patch-aa) = 8298be4812f193b45901f5c9ed23d86080be103b |