summaryrefslogtreecommitdiff
path: root/mail/fetchmailconf
diff options
context:
space:
mode:
authortron <tron>2001-07-29 07:30:59 +0000
committertron <tron>2001-07-29 07:30:59 +0000
commit2952f457d12fb3dd39c41f5ba864a079d4fefd77 (patch)
treec315ceb688ea750a99655f29770efea5aa94c77e /mail/fetchmailconf
parent686da05229d93cfafb8545fa58d506fccd1a0c15 (diff)
downloadpkgsrc-2952f457d12fb3dd39c41f5ba864a079d4fefd77.tar.gz
Update "fetchmail" and "fetchmailconf" package to version 5.8.14. Changes
since version 5.8.10: - Corrected Rob Braun's remote-build change, it broke the build with NLS. - Found (and killed) a subtle SMTP protocol error that was probably lurking behind a lot of the bug reports related to bounce mail, thanks to Quoc Luu. (Only manifested when the MTA rejected mail due to a bad RCPT TO address.) - Correction for backslash-handling patch in rfc822.c. - Fix for Debian bug Bug#1038222: fetchmail conf fails to write file after configuration; move .fetchmailrc to .fetchmailrc.bak before overwriting. - Discard Return-Path headers consisting of a single @. - Make fetchmailconf dump plugin and plugout options properly. - Rob Braun's changes for building fetchmail outside its source directory - Don't depend on having snprintf available. - Bug fix for envskip. - ODMR finally seems to be working. - Handle multiple backslashes within RFC822 address strings correctly. - Don't exit on a failure to DNS-resolve a mailserver name, just make it inactive. Exit only if all lookups fail. - Restore code to deal with SMTP error responses at RCPT TO time, but without issuing an RSET. This is intended to fix obscure bugs that show up in recent Postfix releases and sendmail configurations that delay antispam checks on the MAIL FROM line until RCPT TO time. - Signal-processing fix for Debian bug #102711. - More ODMR patches from Matt Armstrong.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r--mail/fetchmailconf/Makefile5
-rw-r--r--mail/fetchmailconf/distinfo4
2 files changed, 3 insertions, 6 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 76e072ebdd4..ec1792a85ca 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2001/06/26 07:18:09 tron Exp $
+# $NetBSD: Makefile,v 1.25 2001/07/29 07:30:59 tron Exp $
-DISTNAME= fetchmail-5.8.10
+DISTNAME= fetchmail-5.8.14
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
@@ -14,6 +14,7 @@ COMMENT= Configuration tool for fetchmail
DEPENDS+= ${DISTNAME}:../../mail/fetchmail
DEPENDS+= py-Tk-*:../../x11/py-Tk
+DISTINFO_FILE= ${.CURDIR}/../fetchmail/distinfo
NO_BUILD= YES
USE_X11= YES
diff --git a/mail/fetchmailconf/distinfo b/mail/fetchmailconf/distinfo
deleted file mode 100644
index cfbec7dc046..00000000000
--- a/mail/fetchmailconf/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.8 2001/06/26 07:18:10 tron Exp $
-
-SHA1 (fetchmail-5.8.10.tar.gz) = 9617d0bcc36978d6280fa1a8310b654567b9d2bf
-Size (fetchmail-5.8.10.tar.gz) = 844548 bytes