diff options
author | itojun <itojun@pkgsrc.org> | 2000-03-26 08:58:33 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-03-26 08:58:33 +0000 |
commit | 2ab581c5c0ca157b3f0c96cd19d48a61bcf4744c (patch) | |
tree | c49f7e8718f8e7361ef070b1a7e044b076ac72cd /mail/fetchmail/Makefile | |
parent | c1a19d047c10431f00fc65db8906952f687d16f7 (diff) | |
download | pkgsrc-2ab581c5c0ca157b3f0c96cd19d48a61bcf4744c.tar.gz |
upgrade to 5.3.4.
changes between 5.3.2 -> 5.3.4:
fetchmail-5.3.4 (Wed Mar 22 15:55:51 EST 2000), 18819 lines:
* Added FAQ item on performance under load.
* Fix Debian bug #60202 (segfaults when given command line arguments).
This only applied to `antispam', as it turned out.
* Work around InterChange's bug with attachments as suggested by
paul666@mailandnews.com.
* Enable checks on multiple folders.
fetchmail-5.3.3 (Mon Mar 13 16:34:29 EST 2000), 18763 lines:
* Fixed reporting of listener timeouts.
* Configure now supports SOCKS5, thanks to Alan Schmitt.
* Fix a minor bug in preauthenticated IMAP, thanks to Urban Boquist
<boquist@crt.se>.
* Try to support suffix matching in aka lists.
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 75ef15d7f94..0a451c64dc1 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2000/03/12 12:26:29 fredb Exp $ +# $NetBSD: Makefile,v 1.67 2000/03/26 08:58:33 itojun Exp $ # -DISTNAME= fetchmail-5.3.2 +DISTNAME= fetchmail-5.3.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |