Subject: CVS commit: pkgsrc/mail
To: None <pkgsrc-changes@netbsd.org>
From: Thorsten Frueauf <frueauf@netbsd.org>
List: pkgsrc-changes
Date: 11/12/2001 19:33:43
Module Name:	pkgsrc
Committed By:	frueauf
Date:		Mon Nov 12 17:33:43 UTC 2001

Modified Files:
	pkgsrc/mail/fetchmail: Makefile distinfo
	pkgsrc/mail/fetchmailconf: Makefile
Removed Files:
	pkgsrc/mail/fetchmail/patches: patch-ae

Log Message:
Update fetchmail{conf} to 5.9.5.

fetchmail-5.9.5 (Thu Nov  8 14:14:35 EST 2001), 21162 lines:

* Changed the logging logic along lines suggested by Jan Klaverstijn,
* fetchmailconf looks first in the directory it's running from to find
  fetchmail.
* Make sure we vet a success status correctly from open_smtp_sink()
  and open_bsmtp_sink().
* Matthias Andree's env.c patch to refuse service when QMAILINJECT is defined.
* Immediately abort if a non-empty QMAILINJECT environment variable is
  found. If it is set and contains f or i, qmail-inject or qmail's
  sendmail `compatibility' wrapper will rewrite From: or Message-ID:
  headers, respectively. En passant, fix the bug that program_name was
  not filled in before used when the user's ID had no PW entry, leading
  to (null) or crash when printing the error message. Patch by Matthias
  Andree.
* NextStep and OpenStep port patch from Eric Sunshine.
* Block signals during SockConnect() so we don't get a socket descriptor
  leak if we're hit by an alarm signal during connect(2).
* Set queryname even when server is inactive; avoids a core-dump bug in
  the fetchids code.


To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 pkgsrc/mail/fetchmail/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/mail/fetchmail/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/mail/fetchmail/patches/patch-ae
cvs rdiff -r1.29 -r1.30 pkgsrc/mail/fetchmailconf/Makefile

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