diff options
author | frueauf <frueauf> | 1999-05-02 10:35:03 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-05-02 10:35:03 +0000 |
commit | a7a6a3ea4743d0431c62c8bc663d7cb8f73de538 (patch) | |
tree | d7b1519d46b38b63630d70eae6b7cd1fbe1f1a2a /mail/fetchmail | |
parent | ee0e0bec9585c6f7a6ec470767397683fa388086 (diff) | |
download | pkgsrc-a7a6a3ea4743d0431c62c8bc663d7cb8f73de538.tar.gz |
Update fetchmail to 5.02.
fetchmail-5.0.2 (Thu Apr 29 22:09:46 EDT 1999):
* The IMAP driver now sets SEEN at deletion time, in case the server
ships DSNs when that bit is set (HP OpenMail does this).
* Delay between POP3 subsessions to allow the server time to release locks.
* Improved environment-query logic to handle mutiple names per UID.
(This also fixes the no-pidfile bug introduced in 5.0.1.)
* FAQ now includes the location of SSL patches.
fetchmail-5.0.1 (Sun Apr 18 14:59:56 EDT 1999):
* Try to discover user/home via getpwuid(getuid()) before using LOGNAME/HOME.
* Mike Pearce's fix for buggy DEFAULT handling in .netrc.
* Keep validation errors from generating message lines that qmail will reject.
* Can now use expunge option to chop POP3 retrievals into subsessions.
* Fix broken site-deletion code in fetchmailconf.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 35896d34df9..db805efc802 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 1999/04/11 09:00:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.41 1999/05/02 10:35:03 frueauf Exp $ # -DISTNAME= fetchmail-5.0.0 +DISTNAME= fetchmail-5.0.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index ca767a68a48..22c8f3d3ca7 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.28 1999/04/11 09:00:42 frueauf Exp $ +$NetBSD: md5,v 1.29 1999/05/02 10:35:04 frueauf Exp $ -MD5 (fetchmail-5.0.0.tar.gz) = b335d27ee666438f49c9eb5422b3a0e7 +MD5 (fetchmail-5.0.2.tar.gz) = 3a72fc2a07c86444734aa2561ee508e5 |