2009-08-10 10:46:30 by Matthias Scheler | Files touched by this commit (6) |
Log message:
Update "fetchmail" package to version 6.3.11. Changes since version 6.3.8:
- Security fixes for CVE-2009-2666, CVE-2007-4565 and CVE-2008-2711.
- Fetchmail no longer drops permanently undelivered messages by default,
to match historic documentation. It does this by adding a new
"softbounce" option.
- A lot bug fixes and improvements.
|
2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-21 13:33:12 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
remove not working mirror.
|
2008-06-19 13:29:49 by OBATA Akio | Files touched by this commit (3) |
Log message:
Add patch for CVE-2008-2711.
Taken from http://fetchmail.berlios.de/fetchmail-SA-2008-01.txt
Bump PKGREVISION.
|
2008-04-27 20:14:04 by Thorsten Frueauf | Files touched by this commit (4) |
Log message:
Set MAINTAINER to pkgsrc-users@NetBSD.org to indicate anyone can work on fixes \
for those packages.
|
2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2008-01-05 21:50:00 by Klaus Heinz | Files touched by this commit (1) |
Log message:
Added support for installation to DESTDIR.
|
2007-11-07 09:57:10 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Remove "inet6" option. The "configure" script doesn't recognize
"--enable-inet6" or "--disble-inet6 anymore and decides automatically
whether to enable IPv6 support.
Pointed out by Matthias Andree in private e-mail.
|
2007-09-23 14:48:46 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Add fix for security vulnerability reported in CVE-2007-4565.
Bump package revision.
|
2007-04-15 00:14:29 by Matthias Scheler | Files touched by this commit (3) |
Log message:
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.
|