summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-29 07:30:59 +0000
committertron <tron@pkgsrc.org>2001-07-29 07:30:59 +0000
commit2965c24bec8217e3ec9e3253123c17b17a2069be (patch)
treec315ceb688ea750a99655f29770efea5aa94c77e
parent93a8d206d2d5e67c25898be2e95933a2899bf363 (diff)
downloadpkgsrc-2965c24bec8217e3ec9e3253123c17b17a2069be.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.
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/fetchmail/distinfo6
-rw-r--r--mail/fetchmailconf/Makefile5
-rw-r--r--mail/fetchmailconf/distinfo4
4 files changed, 8 insertions, 11 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 9371a9ad614..4063587aa31 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2001/06/27 04:28:48 jlam Exp $
+# $NetBSD: Makefile,v 1.101 2001/07/29 07:30:59 tron Exp $
-DISTNAME= fetchmail-5.8.10
+DISTNAME= fetchmail-5.8.14
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 02805a1c062..c97c67c32d8 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2001/06/26 07:18:09 tron Exp $
+$NetBSD: distinfo,v 1.8 2001/07/29 07:30:59 tron Exp $
-SHA1 (fetchmail-5.8.10.tar.gz) = 9617d0bcc36978d6280fa1a8310b654567b9d2bf
-Size (fetchmail-5.8.10.tar.gz) = 844548 bytes
+SHA1 (fetchmail-5.8.14.tar.gz) = 868cc0a13c68c4720c747d0721078cbf6e8e5818
+Size (fetchmail-5.8.14.tar.gz) = 852043 bytes
SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507
SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f
SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330
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