diff options
author | frueauf <frueauf> | 2000-10-15 17:11:42 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2000-10-15 17:11:42 +0000 |
commit | 0d6a857b321f96865a35c1b5579c956a11d13360 (patch) | |
tree | e4aee88c6ea04a20331aae6a13376432c7b38bca /mail/fetchmail | |
parent | 502f6dbb1efc1164f9afd03cd232a6cb68bd43d8 (diff) | |
download | pkgsrc-0d6a857b321f96865a35c1b5579c956a11d13360.tar.gz |
Update fetchmail and fetchmailconf to 5.5.3.
fetchmail-5.5.3 (Tue Sep 26 17:56:32 EDT 2000), 19278 lines:
* Added skip size reporting as suggested by Franck Pommereau.
* Don't terminate on failed DNS lookup of host, go to next entry.
* Danish localization support, courtesy of Byrial Jensen.
* Fix reference to freed message header block (thanks to Andrew Morton)
fetchmail-5.5.2 (Thu Sep 7 23:00:24 EDT 2000), 19243 lines:
* Horst Von Brand's security and specfile patches.
* Major changes to FAQ item T1.
* Minor correction to FAQ item K3 by Malte Kiesel.
* Added to FAQ R1, on enabling sendmail in RH 6.9.
* Resolved Debian bugs #66110, #70862.
fetchmail-5.5.1 (Sun Aug 20 23:43:03 EDT 2000), 19241 lines:
* Fix a finger error in the dot-termination fix for 5.5.0.
* Javier Kohen's update for es.po.
* Jiri Pavlovsky's cs.po update.
* Added to FAQ item on K3 a recipe using the new plugin %h option.
* Fixed a nasty typo in FAQ item T1 -- the old version didn't generate
correct Delivered-To hacks. Thanks to Peter 'Rattacresh' Backes
<rtc@helen.PLASMA.Xg8.DE> for spotting this.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 181dd9b096a..a3f87207e16 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2000/09/09 19:40:18 fredb Exp $ +# $NetBSD: Makefile,v 1.77 2000/10/15 17:11:42 frueauf Exp $ # -DISTNAME= fetchmail-5.5.0 +DISTNAME= fetchmail-5.5.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index 20cc34d9d86..461444e11c7 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.47 2000/08/13 11:23:20 frueauf Exp $ +$NetBSD: md5,v 1.48 2000/10/15 17:11:43 frueauf Exp $ -MD5 (fetchmail-5.5.0.tar.gz) = 40ce23412285a82b74b1ad24e2e4c2c2 +MD5 (fetchmail-5.5.3.tar.gz) = bc4cbae5af3f0f64a68762e3d3eb33a0 |