diff options
author | frueauf <frueauf@pkgsrc.org> | 2001-12-30 12:05:12 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2001-12-30 12:05:12 +0000 |
commit | b81c9f09c64f6fdf40a9d6c11c1e55b8e174f87c (patch) | |
tree | c079a679eac47df2e16f2c4e8a07a4af20ba1b54 /mail/fetchmail/Makefile | |
parent | 074e87bad3f6edd39a4dd4c70a2f59dfa0640b38 (diff) | |
download | pkgsrc-b81c9f09c64f6fdf40a9d6c11c1e55b8e174f87c.tar.gz |
Update fetchmail{conf} to 5.9.6.
fetchmail-5.9.6 (Fri Dec 14 04:03:50 EST 2001), 21247 lines:
* OPIE bug fixes by Jun Miyoshi <usako@omnisci.co.jp>.
* Documented known IDLE bug in the todo.html file.
* Sunil Shetye's fix for a timeout/reconnect bug.
* LMTP fix from Toshiro HIKITA <toshi@sodan.org>.
* The duplicate-killer doesn't try to operate if we can get an actual
recipient address from the trace headers.
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 bff479268c1..382b7bf5349 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.108 2001/11/12 17:33:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.109 2001/12/30 12:05:12 frueauf Exp $ -DISTNAME= fetchmail-5.9.5 +DISTNAME= fetchmail-5.9.6 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |