diff options
author | itojun <itojun> | 2000-04-24 04:32:48 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-04-24 04:32:48 +0000 |
commit | 291091efb0bcffeaa1f1da44f4e3f8f958a6b09a (patch) | |
tree | 0bf8f6b6c5f7c1c5a7b1a4d2ca25bbac666a5bb5 /mail/fetchmail | |
parent | 38db9d5f041f38b0932e442fd26058224fb15f87 (diff) | |
download | pkgsrc-291091efb0bcffeaa1f1da44f4e3f8f958a6b09a.tar.gz |
upgrade to 5.3.8.
--- changes since 5.3.4
* Fixed brown-paper-bag bugs involving rcfile name initialization.
* In fetchmailconf, don't permit editing of a blank server entry.
* Updated and corrected version of contrib/domino.
* Galician translation added, courtesy of Jesus Bravo Alvarez <jba@pobox.com>.
* Spanish translation updated, courtesy of Javier Kohen.
* Removed an unnecessary Kereberos check that seemed to be causing lossage.
* FETCHMAILHOME environment variable introduced to optionally override the
normal $HOME location of fetchmail's rc, id, and pid files.
* Fixed a bug in the SEARCH UNSEEN code that resulted in only half the
available messages getting fetched each run.
* Autoprobe now recognizes Domino IMAP servers and warns the user.
* Add a needed pclose(3) call in interface.c (thank Matthias Andree).
* In IMAP, use SEARCH UNSEEN instead of flag queries to count and identify
unseen messages (thanks to Alexis Lê-Quôc <alq666@hotmail.com>).
* Added contrib/domino, a workaround for the Domino attachment problem.
* Added contrib/toprocmail, which demonstrates how a plugin can
display selected mail headers.
* French internationalization update from Guy Brand.
* IMAP PREAUTH fix from Todd Sabin <tas@webspan.net>.
* Fetchmail now runs on BeOS, thanks to David Reid <david@jetnet.co.uk>.
* Back out the InterChange workaround, it breaks operation with M$ Exchange.
* Update for cs.po from Jiri Pavlovsky.
* Prevent spurious hostname matches in fetchmailconf.
* Ultrix 4.5 port patches from Simon Burge <simonb@thistledown.com.au>.
* Add bug warning to FAQ about Lotus Domino.
* Suppress monitor check just after being woken by signal.
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 050221c7911..25ebb62d283 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.68 2000/03/28 02:44:03 fredb Exp $ +# $NetBSD: Makefile,v 1.69 2000/04/24 04:32:48 itojun Exp $ # -DISTNAME= fetchmail-5.3.4 +DISTNAME= fetchmail-5.3.8 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 19db9e223a9..36c259814ca 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.43 2000/03/26 08:58:33 itojun Exp $ +$NetBSD: md5,v 1.44 2000/04/24 04:32:50 itojun Exp $ -MD5 (fetchmail-5.3.4.tar.gz) = 58408c812d073e1058e265c15a78d2a7 +MD5 (fetchmail-5.3.8.tar.gz) = cb278207934947e121745c55d5477719 |