diff options
author | tron <tron> | 2001-07-29 07:30:59 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-29 07:30:59 +0000 |
commit | e564760b3ebf95b4460687bb3c6840daaa172fd1 (patch) | |
tree | c315ceb688ea750a99655f29770efea5aa94c77e /mail/fetchmailconf | |
parent | 176a33040c8351444ca1abb87ed936f2acf17d53 (diff) | |
download | pkgsrc-e564760b3ebf95b4460687bb3c6840daaa172fd1.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/Makefile | 5 | ||||
-rw-r--r-- | mail/fetchmailconf/distinfo | 4 |
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 |