Update to 4.0.9. From the changelog:
-fix cosmetic error for IMAP mailboxes with 0 messages in them. -change method of obtaining uidvalidity from IMAP server and remove wrapper. -previously, connecting to an IMAP-SSL server could fail if a non-SSL IMAP connection were attempted immediately before. This was due to the Python bug discussed here: http://sourceforge.net/tracker/index.php?func=detail&aid=945642&group_id=5470&atid=305470 Implemented a workaround for getmail. Thanks: Payal Rathod.
This commit is contained in:
parent
b5f87421c3
commit
6ad389a0fc
3 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.21 2004/08/06 16:02:50 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2004/08/10 05:18:58 schmonz Exp $
|
||||
|
||||
DISTNAME= getmail-4.0.8
|
||||
DISTNAME= getmail-4.0.9
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${HOMEPAGE}old-versions/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2004/08/06 16:02:50 schmonz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2004/08/10 05:18:58 schmonz Exp $
|
||||
bin/getmail
|
||||
bin/getmail_maildir
|
||||
bin/getmail_mbox
|
||||
|
@ -24,9 +24,6 @@ share/doc/getmail/troubleshooting.txt
|
|||
${PYSITELIB}/getmailcore/__init__.py
|
||||
${PYSITELIB}/getmailcore/__init__.pyc
|
||||
${PYSITELIB}/getmailcore/__init__.pyo
|
||||
${PYSITELIB}/getmailcore/_imap4fix.py
|
||||
${PYSITELIB}/getmailcore/_imap4fix.pyc
|
||||
${PYSITELIB}/getmailcore/_imap4fix.pyo
|
||||
${PYSITELIB}/getmailcore/_pop3ssl.py
|
||||
${PYSITELIB}/getmailcore/_pop3ssl.pyc
|
||||
${PYSITELIB}/getmailcore/_pop3ssl.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2004/08/06 16:02:50 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.16 2004/08/10 05:18:58 schmonz Exp $
|
||||
|
||||
SHA1 (getmail-4.0.8.tar.gz) = cde15feb4029974450b905220458e7ac9bf3a204
|
||||
Size (getmail-4.0.8.tar.gz) = 104180 bytes
|
||||
SHA1 (getmail-4.0.9.tar.gz) = 4c4a6d8625f31e35314f2be7b4bd6c54bb6df828
|
||||
Size (getmail-4.0.9.tar.gz) = 104565 bytes
|
||||
SHA1 (patch-aa) = 63bb1a6427f5b129200e7fa4bdd34267d427a2a7
|
||||
|
|
Loading…
Reference in a new issue