summaryrefslogtreecommitdiff
path: root/mail/fetchmail/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>2001-11-12 17:33:42 +0000
committerfrueauf <frueauf@pkgsrc.org>2001-11-12 17:33:42 +0000
commit28790bfc419acd6b7d29f68908c1d4979830178c (patch)
treebf32424e2b13a310f984f81395e9bbd5ed635cf9 /mail/fetchmail/patches
parentd81130e1e0e4e2b454977f176e8d0773bef87ac2 (diff)
downloadpkgsrc-28790bfc419acd6b7d29f68908c1d4979830178c.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/fetchmail/patches')
-rw-r--r--mail/fetchmail/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/fetchmail/patches/patch-ae b/mail/fetchmail/patches/patch-ae
deleted file mode 100644
index fa5fe54000a..00000000000
--- a/mail/fetchmail/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2001/10/06 17:59:30 mycroft Exp $
-
---- kerberos.c.orig Wed Oct 3 09:33:07 2001
-+++ kerberos.c Sat Oct 6 17:52:35 2001
-@@ -208,7 +208,7 @@
- * process is complete.
- */
-
-- len = from64tobits(buf2, buf1, sizeof(buf2x));
-+ len = from64tobits(buf2, buf1, sizeof(buf2));
- if (len < 0) {
- report(stderr, GT_("could not decode BASE64 ready response\n"));
- return PS_AUTHFAIL;