From 85e76b2657ff82b4ea83016ef0f7dc4bb8c5f9cf Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 14 Apr 2007 22:14:29 +0000 Subject: Update "fetchmail" and "fetchmailconf" packages to version 6.3.8. Changes since version 6.3.6: - Make the APOP challenge parser more distrustful and have it reject challenges that do not conform to RFC-822 msg-id format, in the hope to make mounting man-in-the-middle attacks (MITM) against APOP a bit more difficult. (CVE-2007-1558) - Fix pluralization of oversized-message warning mails. - Fix manual page: --sslcheck -> --sslcertck, and do not set trailing "recommended:" in bold. - Repoll immediately if a protocol error happens during the authentication attempt after a failed opportunistic TLS upgrade. - Fix rendering of the "24 - 26, 28, 29" paragraph in the exit codes section. - If SOCKS support was compiled in, add 'socks' to the feature_options Python list emitted in --configdump. - Do not crash with a null pointer dereference when opening the BSMTP file fails. Improve error checking and reporting. - Make BSMTP output actually work, it would persistently fail with SOCKET error after writing the first header. - Fix KPOP. - Fix repoll when server disconnects after opportunistic TLS failed for POP3. --- 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 4e36899f0c5..6783f9514c7 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2007/01/17 17:36:51 salo Exp $ +# $NetBSD: Makefile,v 1.72 2007/04/14 22:14:29 tron Exp $ -DISTNAME= fetchmail-6.3.6 +DISTNAME= fetchmail-6.3.8 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= http://download.berlios.de/fetchmail/ \ -- cgit v1.2.3