diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-11-21 18:37:57 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-11-21 18:37:57 +0000 |
commit | 921fedbeabf00588667f75773f465ee77d6f4e85 (patch) | |
tree | 1a9b5f3278506d778e81175f35d6727220f6e0d6 /mail/fetchmail/files | |
parent | 9620e8aec53b8ffa8d580ee2a4a034f433c41329 (diff) | |
download | pkgsrc-921fedbeabf00588667f75773f465ee77d6f4e85.tar.gz |
Update fetchmail to 5.1.4.
fetchmail-5.1.4 (Sun Nov 7 17:40:21 EST 1999), 18302 lines:
* Mike Pearce's patch to fix a compile-time error recently introduced into
the socket code when HAVE_INET_ATON is off.
* Added warning to fetchmailconf autoprobe about a flaky Netscape IMAP server.
* Disable duplicate suppression when there is only one recognized recipient.
fetchmail-5.1.3 (Sun Oct 31 12:19:52 EST 1999), 18290 lines:
* Grant Edwards's patch to correct NTLM behavior.
* James Brister's fix for IP-address hostnames.
* Updated config.guess and config.sub.
* Backed out the 5.1.0 change to quote usernames with embedded spaces.
It actually breaks things.
* Added to fetchmailconf a warning about Imail IMAP servers.
* SSL patches by Michael Warfield merged in. Distribution still contains
no crypto code.
fetchmail-5.1.2 (Thu Oct 7 09:46:07 EDT 1999), 17906 lines:
* Joe Loughry <loughry@uswest.net> sent a patch to handle multihomed machines.
* Changed mimedecode default to `off'; it seems that doing RFC2047 decoding
on headers throws away information that the MUA may need to see.
* Change Received header parsing to no longer demand an embedded dot in
a mailhost address.
* Incorporated Grant Edwards's ntlmlib-0.2 with fixes for byte-order problems.
fetchmail-5.1.1 (Wed Sep 29 11:52:06 EDT 1999), 17827 lines:
* Added workaround, fetchmailconf warning, and FAQ about Novell GroupWise.
* Consistently show dummy arguments on manual page.
* Fix lexer to permit `antispam -1'.
* John Cigas's delay patch to avoid a timing problem with plugins.
* During IMAP authentication, canonicalize both name and password.
* -A has been retired (goes with authenticate -> preauthenticate change).
* Check for both fetchall and keep on in daemon mode; reject this.
* Fixed a logfile bug dumping IMAP-LOGIN and IMAP-CRAM-MD5.
* Tolerate a tunable constant number of authorization failures before
complaining and wedging.
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r-- | mail/fetchmail/files/md5 | 4 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-sum | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index 98b3d5232b0..87dde8cb8ad 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.36 1999/09/25 11:18:34 frueauf Exp $ +$NetBSD: md5,v 1.37 1999/11/21 18:37:58 frueauf Exp $ -MD5 (fetchmail-5.1.0.tar.gz) = e8de130d95bd9a68863d27ac8c5a0fdc +MD5 (fetchmail-5.1.4.tar.gz) = fee8c9a801eeb08f167cccc20ba0d209 diff --git a/mail/fetchmail/files/patch-sum b/mail/fetchmail/files/patch-sum index aea00168990..24ee80a0da2 100644 --- a/mail/fetchmail/files/patch-sum +++ b/mail/fetchmail/files/patch-sum @@ -1,7 +1,6 @@ -$NetBSD: patch-sum,v 1.5 1999/11/18 14:20:15 agc Exp $ +$NetBSD: patch-sum,v 1.6 1999/11/21 18:37:58 frueauf Exp $ MD5 (patch-aa) = cc1298297934cf1b0821583ef27ac5d9 MD5 (patch-ab) = dcbd9a50e28acc1bd321e776add01826 -MD5 (patch-ac) = 0d3ec248fde73c402eea978fbe54c911 +MD5 (patch-ac) = aa44698fac33efbe0576f591ac4d4150 MD5 (patch-ba) = 498ab1120edc90111572689f142c953b -MD5 (patch-bb) = 39f9be97652cf615519a7f7f44264803 |