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 | |
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')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmailconf/distinfo | 6 |
4 files changed, 10 insertions, 10 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 diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 7c41de72c1d..c60cc6b22b7 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2001/06/15 11:42:19 itojun Exp $ +# $NetBSD: Makefile,v 1.23 2001/06/23 10:02:00 frueauf Exp $ -DISTNAME= fetchmail-5.8.6 +DISTNAME= fetchmail-5.8.8 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ diff --git a/mail/fetchmailconf/distinfo b/mail/fetchmailconf/distinfo index 1d43e37e1b6..bd8e55080d0 100644 --- a/mail/fetchmailconf/distinfo +++ b/mail/fetchmailconf/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2001/06/15 11:42:19 itojun Exp $ +$NetBSD: distinfo,v 1.7 2001/06/23 10:02:00 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 |