summaryrefslogtreecommitdiff
path: root/mail/fetchmailconf
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-08-10 05:31:40 +0000
committertron <tron@pkgsrc.org>2001-08-10 05:31:40 +0000
commit175359bf8b575e0b9c4aa3e5c4617d60b2bfce44 (patch)
tree302c77206fc811e9ae418eb4b688aff9e6188f96 /mail/fetchmailconf
parent163bd67dc96736606c36759732f47f8754a9fafb (diff)
downloadpkgsrc-175359bf8b575e0b9c4aa3e5c4617d60b2bfce44.tar.gz
Update 'fetchmail' package to version 5.8.17. Changes since version 5.8.14:
- SECURITY FIX: Fixed a security hole that is exploitable if fetchmail is running as root and the attacker can either subvert the mailserver or redirect to a fake one using DNS spoofing. Bugtraq announcement to follow soon. Thanks to Salvatore Sanfilippo <antirez@invece.org>. - Eliminated second bounce on failed RCPT TO address. - Always use fetchmail host's FQDN to identify the daemon when sending bounce messages. - Embarrassing bug of the month -- somehow, 'skip' wasn't being interpreted! - Handle ! in RFC2821 Return-Path addresses properly. - Better handling of BAD and NO responses to FETCH (thank Justin Guyett). - Fixed *yet another- build error due to breakage in the i18n code. - Refuse mail that has no good addresses and can't be sent to postmaster. - Restore behavior of discarding mail on 550 (Debian bug #105237). - John Summerfield updated getfetchmail. - Cleanup patches by HMH. - Lock-file-name bug reported by Scott Johnson. - Updated Danish translation by Byrial Jensen. - Updated French translation by Thierry Vignaud. - Man page bugs pointed out by Andrew Benham. - POP3 end of session RSET on keep removed. - In IMAP, handle BAD and NO responses to FETCH gracefully. - Parse 'no {syslog|invisible|showdots}' properly. - Change AC_DEFINE to AC_DEFINE_UNQUOTED appropriately in configure.in (Debian bug #104484). - Fixed bug in fetchmailconf plugin/plugout code (Debian bug #105987).
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r--mail/fetchmailconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index ec1792a85ca..e8b539ac5cd 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2001/07/29 07:30:59 tron Exp $
+# $NetBSD: Makefile,v 1.26 2001/08/10 05:31:40 tron Exp $
-DISTNAME= fetchmail-5.8.14
+DISTNAME= fetchmail-5.8.17
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \