diff options
author | frueauf <frueauf@pkgsrc.org> | 2001-06-23 10:01:59 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2001-06-23 10:01:59 +0000 |
commit | 6b1294e9579701538e91b5bca1b19fbe768e4eae (patch) | |
tree | 58debff2ef28e62c63ef4f402661a7b69ef898da /mail/fetchmail/Makefile | |
parent | 3d9322d4ca58d25d8a472ca86e661dbb34493f60 (diff) | |
download | pkgsrc-6b1294e9579701538e91b5bca1b19fbe768e4eae.tar.gz |
Update fetchmail{conf} to 5.8.8. This should fix pr 13269 submitted
by Emmanuel Dreyfus.
fetchmail-5.8.8 (Wed Jun 20 17:22:26 EDT 2001), 20782 lines:
* Fix bug that prevented messages from being marked oversized unless -v was on.
* Byrial Jensen made the tracepoll information RFC822-conformant.
* Reorder code to avoid accessing line buffers after they have been freed.
* Steven Krings's patch to deal with over-long header lines.
* Fix for Debian bug #101500.
* Updated Danish translation by Byrial Jensen.
* Chris Maio's patch for POP3 with BSMTP.
* Patch from HMH resolves DEbian bug #101530.
fetchmail-5.8.7 (Sun Jun 17 12:02:17 EDT 2001), 20749 lines:
* Make fetchmailconf work properly again by fixing tracepolls mismatch.
* HMH's fix for Debian bug #98127.
* driver.c refactoring in preparation for streaming mode.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 5eb2cfb6f3a..4644a144de7 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2001/06/15 11:42:18 itojun Exp $ +# $NetBSD: Makefile,v 1.96 2001/06/23 10:01:59 frueauf Exp $ # -DISTNAME= fetchmail-5.8.6 +DISTNAME= fetchmail-5.8.8 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |