diff options
author | frueauf <frueauf> | 2001-06-23 10:01:59 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2001-06-23 10:01:59 +0000 |
commit | 54f5e86adf1b63c8be39a729f5ba3283e472631e (patch) | |
tree | 58debff2ef28e62c63ef4f402661a7b69ef898da /mail/fetchmail | |
parent | 4bce40a678c9bc01f21cd5466896a1ec8b09f5f9 (diff) | |
download | pkgsrc-54f5e86adf1b63c8be39a729f5ba3283e472631e.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')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 |
2 files changed, 5 insertions, 5 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/ \ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 1a9430be71c..7f59a0885b0 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2001/06/15 11:42:18 itojun Exp $ +$NetBSD: distinfo,v 1.6 2001/06/23 10:01:59 frueauf Exp $ -SHA1 (fetchmail-5.8.6.tar.gz) = 4ea77798a977181ffa488ec81a80bced3c4d880e -Size (fetchmail-5.8.6.tar.gz) = 840711 bytes +SHA1 (fetchmail-5.8.8.tar.gz) = ab4b87a7bbb17a5ea638f589b8c4873c8cbcc08f +Size (fetchmail-5.8.8.tar.gz) = 843249 bytes SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507 SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330 |