diff options
author | frueauf <frueauf> | 1998-12-02 11:13:46 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-02 11:13:46 +0000 |
commit | 2f74c12e544eedaf66b12fc9d9e9b339a986ad25 (patch) | |
tree | 8a15ef453e0861b61b72038c136bfcf594b19d8e /mail/fetchmail | |
parent | b1b028740ff82b788552c9a405ec2dc64825aeb4 (diff) | |
download | pkgsrc-2f74c12e544eedaf66b12fc9d9e9b339a986ad25.tar.gz |
Update fetchmail to 4.6.9. From its Changelog:
fetchmail-4.6.9 (Tue Dec 1 14:46:19 EST 1998):
* Better RFC822 conformance in fetchmail trace headers.
* Corrected MIME generation of bounce mail.
* Prevent core dumps on 'for' and 'by' in names (bug introduced in 4.6.8).
* Peter Hamlen's fix for bounce-message generation.
* Silent mode now suppresses progress messages from 2xx responses in ETRN.
* Fix for netrc.c core dump from Michael Pearce
<Michael_Pearce-AMP001@email.mot.com>.
fetchmail-4.6.8 (Sat Nov 28 21:07:46 EST 1998):
* Added bounce-mail capability on SMTP/ESMTP error conditions.
* Internationalization support via GNU gettext from Arnaldo Carvalho de Melo
<acme@conectiva.com.br> and Jorge Godoy <jorge@bestway.com.br>. First
supported language is Brazilo-Portuegese (LC_ALL=pt_BR).
* Fixed Debian Bug#29913: -M on the command line causes SEGV in daemon mode.
* Emit an informational message when fetchlimit is reached.
* Documented fetchmail's actions on ESMTP errors on the man page.
* Fix an undead-message hole in POP3 with fetchall on.
* Fix a minor error in generation of fetchmail's trace headers.
* Better Received-line parsing (avoid some false positives).
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 10 | ||||
-rw-r--r-- | mail/fetchmail/files/md5 | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 7d3622e5a0d..68935d69252 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.26 1998/11/22 20:42:36 frueauf Exp $ +# $NetBSD: Makefile,v 1.27 1998/12/02 11:13:46 frueauf Exp $ # -DISTNAME= fetchmail-4.6.7 +DISTNAME= fetchmail-4.6.9 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ +MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ + http://www.tuxedo.org/~esr/fetchmail/ \ + http://sunsite.unc.edu/pub/Linux/system/mail/pop/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://sagan.earthspace.net/~esr/fetchmail/ @@ -13,7 +15,7 @@ CONFLICTS= fetchmail-4.3.6 fetchmail-4.3.9 fetchmail-4.5.1 \ fetchmail-4.5.5 fetchmail-4.5.6 fetchmail-4.5.7 \ fetchmail-4.6.0 fetchmail-4.6.1 fetchmail-4.6.2 \ fetchmail-4.6.3 fetchmail-4.6.4 fetchmail-4.6.5 \ - fetchmail-4.6.6 + fetchmail-4.6.6 fetchmail-4.6.7 GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${CFLAGS}" diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index f118025af28..6be1a6358d7 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.18 1998/11/22 20:42:36 frueauf Exp $ +$NetBSD: md5,v 1.19 1998/12/02 11:13:47 frueauf Exp $ -MD5 (fetchmail-4.6.7.tar.gz) = c81acd7e757ea769dd6660d5d05947d9 +MD5 (fetchmail-4.6.9.tar.gz) = 78cead783a45fd952cdc83e647c0a475 |