summaryrefslogtreecommitdiff
path: root/mail/fetchmail
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/fetchmail
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/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/fetchmail/distinfo7
-rw-r--r--mail/fetchmail/patches/patch-ae13
3 files changed, 5 insertions, 19 deletions
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/ \
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index f2e65a8b7af..fb9896416bb 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.12 2001/10/06 17:59:29 mycroft Exp $
+$NetBSD: distinfo,v 1.13 2001/11/12 17:33:42 frueauf Exp $
-SHA1 (fetchmail-5.9.4.tar.gz) = a5385c4e11d7a6b5ec0e5f16cf9eeb221f35fda3
-Size (fetchmail-5.9.4.tar.gz) = 864505 bytes
+SHA1 (fetchmail-5.9.5.tar.gz) = 7164b5e5d117df57bd1257a5b8970315c5822d68
+Size (fetchmail-5.9.5.tar.gz) = 865980 bytes
SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507
SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f
SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330
SHA1 (patch-ad) = b6bffc59f28992fa0d3de0f9dad250c73bbeffc6
-SHA1 (patch-ae) = d99bbc017817f10d2217df41f6ea29540dddd0bd
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;