summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2001-08-10 05:31:40 +0000
committertron <tron>2001-08-10 05:31:40 +0000
commit9b5fcfad840cfb20594d26e28967becd9de71f39 (patch)
tree302c77206fc811e9ae418eb4b688aff9e6188f96 /mail
parentbed4d655483385f65509604b883e1475336dfc42 (diff)
downloadpkgsrc-9b5fcfad840cfb20594d26e28967becd9de71f39.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')
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/fetchmail/distinfo6
-rw-r--r--mail/fetchmailconf/Makefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 8fa89091a19..4823631f1e7 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2001/07/31 16:19:08 tron Exp $
+# $NetBSD: Makefile,v 1.103 2001/08/10 05:31:40 tron Exp $
-DISTNAME= fetchmail-5.8.14
+DISTNAME= fetchmail-5.8.17
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 c97c67c32d8..7655d830a69 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2001/07/29 07:30:59 tron Exp $
+$NetBSD: distinfo,v 1.9 2001/08/10 05:31:40 tron Exp $
-SHA1 (fetchmail-5.8.14.tar.gz) = 868cc0a13c68c4720c747d0721078cbf6e8e5818
-Size (fetchmail-5.8.14.tar.gz) = 852043 bytes
+SHA1 (fetchmail-5.8.17.tar.gz) = 60f1f4762e5cb73798828a10e6feb89b5aecb88d
+Size (fetchmail-5.8.17.tar.gz) = 877438 bytes
SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507
SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f
SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330
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/ \