diff options
author | tron <tron@pkgsrc.org> | 2001-07-29 07:30:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-29 07:30:59 +0000 |
commit | 2965c24bec8217e3ec9e3253123c17b17a2069be (patch) | |
tree | c315ceb688ea750a99655f29770efea5aa94c77e /mail/fetchmail | |
parent | 93a8d206d2d5e67c25898be2e95933a2899bf363 (diff) | |
download | pkgsrc-2965c24bec8217e3ec9e3253123c17b17a2069be.tar.gz |
Update "fetchmail" and "fetchmailconf" package to version 5.8.14. Changes
since version 5.8.10:
- Corrected Rob Braun's remote-build change, it broke the build with NLS.
- Found (and killed) a subtle SMTP protocol error that was probably lurking
behind a lot of the bug reports related to bounce mail, thanks to Quoc Luu.
(Only manifested when the MTA rejected mail due to a bad RCPT TO address.)
- Correction for backslash-handling patch in rfc822.c.
- Fix for Debian bug Bug#1038222: fetchmail conf fails to write file
after configuration; move .fetchmailrc to .fetchmailrc.bak before
overwriting.
- Discard Return-Path headers consisting of a single @.
- Make fetchmailconf dump plugin and plugout options properly.
- Rob Braun's changes for building fetchmail outside its source directory
- Don't depend on having snprintf available.
- Bug fix for envskip.
- ODMR finally seems to be working.
- Handle multiple backslashes within RFC822 address strings correctly.
- Don't exit on a failure to DNS-resolve a mailserver name, just
make it inactive. Exit only if all lookups fail.
- Restore code to deal with SMTP error responses at RCPT TO time, but
without issuing an RSET. This is intended to fix obscure bugs that
show up in recent Postfix releases and sendmail configurations that
delay antispam checks on the MAIL FROM line until RCPT TO time.
- Signal-processing fix for Debian bug #102711.
- More ODMR patches from Matt Armstrong.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 9371a9ad614..4063587aa31 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.100 2001/06/27 04:28:48 jlam Exp $ +# $NetBSD: Makefile,v 1.101 2001/07/29 07:30:59 tron Exp $ -DISTNAME= fetchmail-5.8.10 +DISTNAME= fetchmail-5.8.14 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 02805a1c062..c97c67c32d8 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2001/06/26 07:18:09 tron Exp $ +$NetBSD: distinfo,v 1.8 2001/07/29 07:30:59 tron Exp $ -SHA1 (fetchmail-5.8.10.tar.gz) = 9617d0bcc36978d6280fa1a8310b654567b9d2bf -Size (fetchmail-5.8.10.tar.gz) = 844548 bytes +SHA1 (fetchmail-5.8.14.tar.gz) = 868cc0a13c68c4720c747d0721078cbf6e8e5818 +Size (fetchmail-5.8.14.tar.gz) = 852043 bytes SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507 SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330 |