diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-08-22 20:20:57 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-08-22 20:20:57 +0000 |
commit | de99380eab8d24b98fe1a92e553ee87760a38eb2 (patch) | |
tree | a3f9093e3a2cb994e5b5cee7337e06dca131e519 /mail/fetchmail/Makefile | |
parent | 47427c5236bb0a6693cdf821d58785e8c7b0a5e7 (diff) | |
download | pkgsrc-de99380eab8d24b98fe1a92e553ee87760a38eb2.tar.gz |
Update fetchmail to 5.0.7.
fetchmail-5.0.7 (Sat Aug 21 04:26:13 EDT 1999):
* RPA support works again.
* Added debian_rc startup/shutdown script to contrib/.
* Yet another monitor option fix.
* Variouas small option-processing fixes.
* Teach fetchmailconf about HP OpenMail.
* SunOS compilation fixes.
* Steve Dodd's fix to not send bouncemail on transient errors.
* Don Willis's improved UID parsing.
* Fetchmail now logs and recovers from SIGPIPE errors produced by broken
socket streams or MDAs. The current poll cycle is terminated.
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 8f822c30c85..5f59f06adbc 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 1999/08/18 09:24:08 agc Exp $ +# $NetBSD: Makefile,v 1.51 1999/08/22 20:20:57 frueauf Exp $ # -DISTNAME= fetchmail-5.0.6 +DISTNAME= fetchmail-5.0.7 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |