diff options
author | tron <tron@pkgsrc.org> | 2007-04-14 22:14:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-04-14 22:14:29 +0000 |
commit | 95da0014987c10b27e76c34d24e07ba1cd064813 (patch) | |
tree | 8b2ffdf3be8a8f490fdffc74dfeeee285117e388 /mail | |
parent | 31ae67755bb43011bc056ae540734ca5800205b7 (diff) | |
download | pkgsrc-95da0014987c10b27e76c34d24e07ba1cd064813.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')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 8 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 2edf94ee948..79c9f23ce5d 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.161 2007/01/17 19:18:01 tron Exp $ +# $NetBSD: Makefile,v 1.162 2007/04/14 22:14:29 tron Exp $ -DISTNAME= fetchmail-6.3.6 +DISTNAME= fetchmail-6.3.8 CATEGORIES= mail MASTER_SITES= http://download.berlios.de/fetchmail/ \ http://download2.berlios.de/fetchmail/ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 311baf52575..8b2559cca5e 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2007/01/17 19:18:01 tron Exp $ +$NetBSD: distinfo,v 1.37 2007/04/14 22:14:29 tron Exp $ -SHA1 (fetchmail-6.3.6.tar.bz2) = 4c362d8d86c0d4efb191d0faae0b48b54b0887ba -RMD160 (fetchmail-6.3.6.tar.bz2) = 455c1413cc5090f834e82be4876b572d4bef35cc -Size (fetchmail-6.3.6.tar.bz2) = 1307730 bytes +SHA1 (fetchmail-6.3.8.tar.bz2) = b8e8c51ed6cf53fc398c821fdb29d166c6713bb0 +RMD160 (fetchmail-6.3.8.tar.bz2) = 34034f9ae9fe44ba35f0a16d3128d4a9b0001df2 +Size (fetchmail-6.3.8.tar.bz2) = 1323515 bytes 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/ \ |