diff options
author | schmonz <schmonz@pkgsrc.org> | 2012-06-21 20:52:56 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2012-06-21 20:52:56 +0000 |
commit | 3003b37f4d194cade4ef55d9b8b8d5c1f473216e (patch) | |
tree | f040d798dfc131bad6830c3527a610f16df91011 | |
parent | d4d54bcdcd845797da48adb9e975f02bb84e8add (diff) | |
download | pkgsrc-3003b37f4d194cade4ef55d9b8b8d5c1f473216e.tar.gz |
Update to 4.30.1. From the changelog:
- silence a nuisance deprecation warning about the sets module when
running with Python >= 2.5 which was reintroduced in 4.29.0.
Thanks: Stephan Schulz.
- fix breakage introduced in 4.29.0 where BrokenUIDLPOP3Retriever
would fail with a TypeError at logout time. Thanks: Scott Robbins,
Stephan Schulz.
- fix breakage introduced in 4.29.0 where deleted mail was not being
expunged from the last (or only) folder retrieved from in an IMAP
session. Thanks: Paul Howarth.
- update old contact information for Free Software Foundation.
Thanks: Ricky Zhou.
- fix incorrect character encoding in plaintext documentation.
Thanks: Ricky Zhou.
- ensure getmail exits nonzero if a server refuses login due to a
credential problem. Thanks: Stephan Schulz.
- ensure getmail exits nonzero if various error conditions (like
POP/IMAP authentication failure) occur. Thanks: Ryan J., Stephan
Schulz.
- python versions prior to 2.5.0 contain a bug when dealing with
read-only IMAP mailboxes. Monkey-patch imaplib when running with
Python<2.5.0. Thanks: Les Barstow.
- do IMAP modified-utf7 conversion of mailbox names containing
non-ASCII characters. Thanks: A. Lapraitis, Randall Mason.
- add special ALL value for retrieving mail from all selectable
IMAP mailboxes in the account.
- change IMAP retrieval strategy to retrieve all messages from a
mailbox, then move on to the next mailbox, etc. Should result in
increased speed, but if you set `max_messages_per_session` too
low, this could result in later mailboxes not being retrieved
from.
Updating this leaf package during the freeze for bugfixes.
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/PLIST | 5 | ||||
-rw-r--r-- | mail/getmail/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 8fc3ec15e54..f595a6604c6 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2012/05/20 19:23:56 schmonz Exp $ +# $NetBSD: Makefile,v 1.113 2012/06/21 20:52:56 schmonz Exp $ -DISTNAME= getmail-4.27.0 +DISTNAME= getmail-4.30.1 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/PLIST b/mail/getmail/PLIST index 04cd0e4d44c..e181459f9c6 100644 --- a/mail/getmail/PLIST +++ b/mail/getmail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2012/04/08 20:21:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2012/06/21 20:52:56 schmonz Exp $ bin/getmail bin/getmail_fetch bin/getmail_maildir @@ -51,6 +51,9 @@ ${PYSITELIB}/getmailcore/exceptions.pyo ${PYSITELIB}/getmailcore/filters.py ${PYSITELIB}/getmailcore/filters.pyc ${PYSITELIB}/getmailcore/filters.pyo +${PYSITELIB}/getmailcore/imap_utf7.py +${PYSITELIB}/getmailcore/imap_utf7.pyc +${PYSITELIB}/getmailcore/imap_utf7.pyo ${PYSITELIB}/getmailcore/logging.py ${PYSITELIB}/getmailcore/logging.pyc ${PYSITELIB}/getmailcore/logging.pyo diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index eae3f105c33..8b5babab9ae 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.95 2012/05/20 19:23:56 schmonz Exp $ +$NetBSD: distinfo,v 1.96 2012/06/21 20:52:56 schmonz Exp $ -SHA1 (getmail-4.27.0.tar.gz) = f7968c9cf2f3dccd2218976a2c7ca5541ce437e4 -RMD160 (getmail-4.27.0.tar.gz) = 60f1f324b8e5c375adc3f06ba70f0f014b3760f2 -Size (getmail-4.27.0.tar.gz) = 159592 bytes +SHA1 (getmail-4.30.1.tar.gz) = 0021e931a9bec9363ba411d7799256594c1f4578 +RMD160 (getmail-4.30.1.tar.gz) = 69d12ab4ffadbbe9a2fd1a5a9987ed1b7bdf8fe4 +Size (getmail-4.30.1.tar.gz) = 164480 bytes SHA1 (patch-aa) = 5432eedfcbf7e25d4b9582e08b11c983ea6c11a6 |