summaryrefslogtreecommitdiff
path: root/mail/fetchmailconf
diff options
context:
space:
mode:
authortron <tron>2007-04-14 22:14:29 +0000
committertron <tron>2007-04-14 22:14:29 +0000
commit85e76b2657ff82b4ea83016ef0f7dc4bb8c5f9cf (patch)
tree8b2ffdf3be8a8f490fdffc74dfeeee285117e388 /mail/fetchmailconf
parent6ab9b506acbc5a0cc3eea02a81916002d81de674 (diff)
downloadpkgsrc-85e76b2657ff82b4ea83016ef0f7dc4bb8c5f9cf.tar.gz
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.
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 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/ \