summaryrefslogtreecommitdiff
path: root/mail/fetchmailconf
diff options
context:
space:
mode:
authorfrueauf <frueauf>2001-11-12 17:33:42 +0000
committerfrueauf <frueauf>2001-11-12 17:33:42 +0000
commitac9268cff084ea54def1f0c35716a08524f30c43 (patch)
treebf32424e2b13a310f984f81395e9bbd5ed635cf9 /mail/fetchmailconf
parente94c18c9fea7e460869fc40e110ef7ddfe666e94 (diff)
downloadpkgsrc-ac9268cff084ea54def1f0c35716a08524f30c43.tar.gz
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.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r--mail/fetchmailconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 2d4babd6eb1..2e9e44a3abc 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2001/10/06 17:18:06 frueauf Exp $
+# $NetBSD: Makefile,v 1.30 2001/11/12 17:33:43 frueauf Exp $
-DISTNAME= fetchmail-5.9.4
+DISTNAME= fetchmail-5.9.5
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \