diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-04-11 09:00:42 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-04-11 09:00:42 +0000 |
commit | 016b7c4bd8f5290e870278f3ba67e35ad18be63a (patch) | |
tree | 8ebea7555be63c23a0f97d8161d1f39bd780b510 /mail/fetchmail/Makefile | |
parent | 9a8ace1ec6e60607f2638436259edf4d6c62085e (diff) | |
download | pkgsrc-016b7c4bd8f5290e870278f3ba67e35ad18be63a.tar.gz |
Update fetchmail to 5.0.0.
fetchmail-5.0.0 (Mon Apr 5 11:00:24 EDT 1999):
* Update for fetchsetup from Kent Robotti.
* Eliminate a realloc error in fetchmail -v -v progress message generation.
* Spanish-language update by Javier Kohen.
* French-language update by Guy Brand.
* Danish summary and description for specgen.sh.
* Henrik Storner's fix for the PGP/mimedecode problem.
* Fix netrc search code to be able to search >1 host entry per file.
* Added heads-up about SpryNet in the FAQ and a test in the autoprobe code.
* Removed the Hotmole script. Instead, the web page and FAQ now refer to it.
fetchmail-4.7.9 (Tue Mar 9 13:25:01 EST 1999):
* Patch by Dan Root to solve an endianness problem in IMAP-K4.
* Fix lexical-analyzer bug that rejected `set nobouncemail',
* Prevent send_bouncemail from stepping on SMTP antispam response.
* Added French internationalization (LC_ALL=fr) from Guy Brand.
* Added Hugo Rabson's script for fetching from Hotmail.
* Test for .fetchmailrc ownership using geteuid() when possible.
* Prevent parsing of delimited protocols from tripping up on a
MIME-armored line consisting of "=2E\r\n".
fetchmail-4.7.8 (Mon Feb 22 10:06:04 EST 1999):
* FreeBSD support for interface and monitor options by Andy Doran <ad@psn.ie>.
* Fixed server-deletion bug in fetchmailconf. Also, handle `port' properly.
* Timestamps now generated into logfiles at start of poll cycle.
* New `nobounce' debugging option (specifically exempted from feature freeze)
allows SMTP error bouncemail to be redirected from sender to local
postmaster.
* Suppress dancing progress dots when syslog is on.
* es.po update by Javier Kohen.
* Added FAQ material on what to do for a "do not relay" sendmail response.
* Can now build under Lynx 3.0.0.
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 21a6ac3629a..35896d34df9 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 1999/03/29 16:26:46 tron Exp $ +# $NetBSD: Makefile,v 1.40 1999/04/11 09:00:42 frueauf Exp $ # -DISTNAME= fetchmail-4.7.7 +DISTNAME= fetchmail-5.0.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |