From 175359bf8b575e0b9c4aa3e5c4617d60b2bfce44 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 10 Aug 2001 05:31:40 +0000 Subject: 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 . - 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). --- mail/fetchmailconf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/fetchmailconf') 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/ \ -- cgit v1.2.3