From 28790bfc419acd6b7d29f68908c1d4979830178c Mon Sep 17 00:00:00 2001 From: frueauf Date: Mon, 12 Nov 2001 17:33:42 +0000 Subject: 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. --- mail/fetchmail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/fetchmail/Makefile') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 687ceacce71..bff479268c1 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2001/10/27 07:00:52 jlam Exp $ +# $NetBSD: Makefile,v 1.108 2001/11/12 17:33:42 frueauf Exp $ -DISTNAME= fetchmail-5.9.4 +DISTNAME= fetchmail-5.9.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ -- cgit v1.2.3