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 | d7c86b315d25287c2c072a956c7478227fd36f53 (patch) | |
tree | 56ed9e627f9cd791facaabfb175bd4d1585fba1d /mail/getmail/PLIST | |
parent | 92538da3bb79cac17d8925c005d18d1bab2075f2 (diff) | |
download | pkgsrc-d7c86b315d25287c2c072a956c7478227fd36f53.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/getmail/PLIST')
-rw-r--r-- | mail/getmail/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
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 |