pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Update "fetchmail" and "fetchmailconf" packages t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d06baecea05
branches: trunk
changeset: 527854:4d06baecea05
user: tron <tron%pkgsrc.org@localhost>
date: Sat Apr 14 22:14:29 2007 +0000
description:
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:
mail/fetchmail/Makefile | 4 ++--
mail/fetchmail/distinfo | 8 ++++----
mail/fetchmailconf/Makefile | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 1a8959374b03 -r 4d06baecea05 mail/fetchmail/Makefile
--- a/mail/fetchmail/Makefile Sat Apr 14 22:13:38 2007 +0000
+++ b/mail/fetchmail/Makefile Sat Apr 14 22:14:29 2007 +0000
@@ -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 -r 1a8959374b03 -r 4d06baecea05 mail/fetchmail/distinfo
--- a/mail/fetchmail/distinfo Sat Apr 14 22:13:38 2007 +0000
+++ b/mail/fetchmail/distinfo Sat Apr 14 22:14:29 2007 +0000
@@ -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 -r 1a8959374b03 -r 4d06baecea05 mail/fetchmailconf/Makefile
--- a/mail/fetchmailconf/Makefile Sat Apr 14 22:13:38 2007 +0000
+++ b/mail/fetchmailconf/Makefile Sat Apr 14 22:14:29 2007 +0000
@@ -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/ \
Home |
Main Index |
Thread Index |
Old Index