Subject: CVS commit: pkgsrc/mail
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 07/29/2001 10:31:00
Module Name:	pkgsrc
Committed By:	tron
Date:		Sun Jul 29 07:30:59 UTC 2001

Modified Files:
	pkgsrc/mail/fetchmail: Makefile distinfo
	pkgsrc/mail/fetchmailconf: Makefile
Removed Files:
	pkgsrc/mail/fetchmailconf: distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.100 -r1.101 pkgsrc/mail/fetchmail/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/fetchmail/distinfo
cvs rdiff -r1.24 -r1.25 pkgsrc/mail/fetchmailconf/Makefile
cvs rdiff -r1.8 -r0 pkgsrc/mail/fetchmailconf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.