diff options
author | itojun <itojun@pkgsrc.org> | 2001-06-15 11:42:18 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-06-15 11:42:18 +0000 |
commit | f052997162289eb3e952c2aff5ca7ccf5b70fd73 (patch) | |
tree | 83b627fda3ced84246304c2ffed458666978dee2 /mail/fetchmail/Makefile | |
parent | f69695b5bb1d49fa7bb03f22f4f82df696c927c1 (diff) | |
download | pkgsrc-f052997162289eb3e952c2aff5ca7ccf5b70fd73.tar.gz |
upgrade to 5.8.6.
fetchmail-5.8.6 (Tue Jun 12 08:16:54 EDT 2001), 20676 lines:
* Reject candidate headers for the MAIL FROM address that have \n in them.
* Add capability to insert poll trace data in the Received line.
* HMH's patch to prevent buffer overflow due to long headers. Addresses
Debian bug #100394.
* Brendan Kehoe's patch to avoid doing DNS lookups on skip entries.
There are 347 people on fetchmail-friends and 592 on fetchmail-announce.
fetchmail-5.8.5 (Tue May 29 20:01:39 EDT 2001), 20650 lines:
* Interface option fix from Alexander Kourakos.
* Fixes for i18n glitches and new Danish translation from Byrial Jensen.
* Attempted fix for Harry McGavran's problems with the Kerberos V build.
* Added fetchmailnochda.pl to the contrib directory.
* Sunil Shetye's patches for the seen count on IMAP and auto protocol.
There are 337 people on fetchmail-friends and 583 on fetchmail-announce.
fetchmail-5.8.4 (Mon May 21 15:08:03 EDT 2001), 20636 lines:
* SSL certificate options from Thomas Moestl <tmoestl@gmx.net>.
* Frantisek Brabec's patch for better UIDL error recovery.
* Another zombie-leak patch from HMH.
* Jorg de Jong's patch attempts to handle spaces in the ID part of UIDLs.
* Eliminate use of -C in Makefile.
There are 334 people on fetchmail-friends and 583 on fetchmail-announce.
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 89aacc432fb..5eb2cfb6f3a 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2001/05/14 12:12:47 tron Exp $ +# $NetBSD: Makefile,v 1.95 2001/06/15 11:42:18 itojun Exp $ # -DISTNAME= fetchmail-5.8.3 +DISTNAME= fetchmail-5.8.6 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |