summaryrefslogtreecommitdiff
path: root/mail/fetchmailconf/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2002-07-13Use "distinfo" of "fetchmail" package.tron1-4/+0
2002-04-06Update fetchmail{conf} to 5.9.11.frueauf1-3/+3
Changes since 5.9.6: fetchmail-5.9.11 (Mon Apr 1 17:09:13 EST 2002), 21597 lines: * Updated Turkish and Japanese translations. * Added warning about auth failures on the GMX server. * HMH's Debian 5.9.10 patches: 1. Fix minor typo in FAQ 2. Fix partial implementation of ESMTP auth, and some minor fetchmailconf stuff 3. Add proper error reporting to bad logfile creation. patch by Sunil Shetye <shetye@bombay.retortsoft.com> 4. Fix incredible aggravating bug that caused dataloss risks if 4xx errors were returned by the MTA 5. Corrected version of the fix-timeouts-for-ssl and descriptor leaking patches from Sylvain Benoist <sylvainb@whitepj.com> Also fix outdated comments in driver.c 6. Sunil Shetye's patch to stop fetchmail from trying to fetch twice with IMAP 7. Stop stupid complaint about turning off SSL being illegal without SSL support. 8. Byrial Jensen <byrial@image.dk> i18n fixes * Sunil Shetye's attribute patch. * HMH's revised but untested SMTP authentication patch. fetchmail-5.9.10 (Sun Mar 10 15:09:57 EST 2002), 21529 lines: * Security fix: don't trust the message count passed back by the server. fetchmail-5.9.9 (Sat Mar 9 08:54:28 EST 2002), 21508 lines: * Renamed misnamed tr.po and da.po files * Jakub Ulanowski's patch to fix SSL fingerprint handling. * Matt Kraai's patch for supporting STLS over POP3. * French translation updated. * Debian fixes merged. * Added maildrop (MDA shipped with courier) as fallback after procmail and sendmail (thanks to Alexander Lazic <al-fetchmail@none.at>). * ESMTP AUTH support from Wojciech Polak <polak@lodz.pdi.net>. fetchmail-5.9.8 (Thu Feb 14 23:47:31 EST 2002), 21358 lines: * Added de translation catalog; updated da and tr catalogs. * vsprintf underflow fixes by Sunil Shetye. * Added warning about IMS POP3 server. * Mattyhias Andree's fix for a longstanding SSL hang bug. * Fix yacc syntax bug when building with SSL. * Sunil Shetye's patch for idle timeout during poll. * Applied HMH's fix for the "message delimiter found in headers" code path (Debian bug #128672). fetchmail-5.9.7 (Sat Feb 2 00:33:40 EST 2002), 21330 lines: * Minor fixes by HMH. * Properly guard some transaction reporting in the SSL code. * Updated German (de) po file. Added Turkish (tr) po file. * Expunge edge case fix by Sunil Shetye. * Fixes for some odd IMAP and SMTP edge cases by Sunil Shetye. * UIDL bug fix by Matthias Andree. * Use smtpaddress, if present, to set the return path on warning mail. * Tell parser to object when SSL keyboard is used with SSL not compiled. * GSSAPI and ODMR fixes by Tom Hughes.
2002-01-10Add back own distinfo -- since fetchmailconf isn't sharing fetchmail'swiz1-0/+4
patches, it shouldn't share its distinfo either.
2001-07-29Update "fetchmail" and "fetchmailconf" package to version 5.8.14. Changestron1-4/+0
since version 5.8.10: - Corrected Rob Braun's remote-build change, it broke the build with NLS. - Found (and killed) a subtle SMTP protocol error that was probably lurking behind a lot of the bug reports related to bounce mail, thanks to Quoc Luu. (Only manifested when the MTA rejected mail due to a bad RCPT TO address.) - Correction for backslash-handling patch in rfc822.c. - Fix for Debian bug Bug#1038222: fetchmail conf fails to write file after configuration; move .fetchmailrc to .fetchmailrc.bak before overwriting. - Discard Return-Path headers consisting of a single @. - Make fetchmailconf dump plugin and plugout options properly. - Rob Braun's changes for building fetchmail outside its source directory - Don't depend on having snprintf available. - Bug fix for envskip. - ODMR finally seems to be working. - Handle multiple backslashes within RFC822 address strings correctly. - Don't exit on a failure to DNS-resolve a mailserver name, just make it inactive. Exit only if all lookups fail. - Restore code to deal with SMTP error responses at RCPT TO time, but without issuing an RSET. This is intended to fix obscure bugs that show up in recent Postfix releases and sendmail configurations that delay antispam checks on the MAIL FROM line until RCPT TO time. - Signal-processing fix for Debian bug #102711. - More ODMR patches from Matt Armstrong.
2001-06-26Update "fetchmail" and "fetchmailconf" packages to version 5.8.10.tron1-3/+3
Changes since version 5.8.8: - More fixes for the new message-marking code from Thomas Moestl. - Fixes for ODMR code from Matt Armstrong. - HMH's snprintf/strncat cleanup patch. - Fixes for Debian bugs #101792, #101950. - Updated Danish translation by Byrial Jensen. - ODMR fixes from Matt Armstrong <matt@lickey.com>. - The smtphost option has been split. It is no longer overloaded to set the list of domains to be queried in ETRN and ODMR modes. Instead, use the `fetchdomains' option.
2001-06-23Update fetchmail{conf} to 5.8.8. This should fix pr 13269 submittedfrueauf1-3/+3
by Emmanuel Dreyfus. fetchmail-5.8.8 (Wed Jun 20 17:22:26 EDT 2001), 20782 lines: * Fix bug that prevented messages from being marked oversized unless -v was on. * Byrial Jensen made the tracepoll information RFC822-conformant. * Reorder code to avoid accessing line buffers after they have been freed. * Steven Krings's patch to deal with over-long header lines. * Fix for Debian bug #101500. * Updated Danish translation by Byrial Jensen. * Chris Maio's patch for POP3 with BSMTP. * Patch from HMH resolves DEbian bug #101530. fetchmail-5.8.7 (Sun Jun 17 12:02:17 EDT 2001), 20749 lines: * Make fetchmailconf work properly again by fixing tracepolls mismatch. * HMH's fix for Debian bug #98127. * driver.c refactoring in preparation for streaming mode.
2001-06-15upgrade to 5.8.6.itojun1-3/+3
fetchmail-5.8.6 (Tue Jun 12 08:16:54 EDT 2001), 20676 lines: * Reject candidate headers for the MAIL FROM address that have \n in them. * Add capability to insert poll trace data in the Received line. * HMH's patch to prevent buffer overflow due to long headers. Addresses Debian bug #100394. * Brendan Kehoe's patch to avoid doing DNS lookups on skip entries. There are 347 people on fetchmail-friends and 592 on fetchmail-announce. fetchmail-5.8.5 (Tue May 29 20:01:39 EDT 2001), 20650 lines: * Interface option fix from Alexander Kourakos. * Fixes for i18n glitches and new Danish translation from Byrial Jensen. * Attempted fix for Harry McGavran's problems with the Kerberos V build. * Added fetchmailnochda.pl to the contrib directory. * Sunil Shetye's patches for the seen count on IMAP and auto protocol. There are 337 people on fetchmail-friends and 583 on fetchmail-announce. fetchmail-5.8.4 (Mon May 21 15:08:03 EDT 2001), 20636 lines: * SSL certificate options from Thomas Moestl <tmoestl@gmx.net>. * Frantisek Brabec's patch for better UIDL error recovery. * Another zombie-leak patch from HMH. * Jorg de Jong's patch attempts to handle spaces in the ID part of UIDLs. * Eliminate use of -C in Makefile. There are 334 people on fetchmail-friends and 583 on fetchmail-announce.
2001-05-29Remove patch checksums for patches that are not here.wiz1-5/+1
2001-05-14Update "fetchmail" and "fetchmailconf" package to version 5.8.3. Changestron1-3/+7
since version 5.8.1: - The `localhost' special case of `via' is gone. Use `plugin %h' for talking to ssh instead. - Prevent POP3 code from authenticating multiple times on success. - Fixed IMAP password shrouding. - GCC warning cleanups from ahaas@neosoft.com. - Plug another hole that was letting zombies through. - SA_RESTART portability fix for SunOS. - Ignore Sender and Resent-Sender headers unless they contain @. - HH's patches fixing Debian bug #90966 and addressing Debian bug #92554. - GSSAPI portability patch by Peter Fales. - Updated cs.po by Jiri Pavlovsky. - Michael Kjorling's patch to add server ID to authentication success/failure bugmail. - Kerberos build patch by HH. - Don't cough and die from failure to resolve a skipped host. Resolves Debian bug #92530 - Do aka suffix match even if DNS checking is enabled (Johannes Stille's bug). - SIGCHLD handler now sets SA_RESTART explicitly in order to avoid zombies from interrupted system calls. Debian bug #95659.
2001-04-21Update fetchmail{conf} to 5.8.1.frueauf1-3/+3
Changes since fetchmail 5.7.2: fetchmail-5.8.1 (Tue Apr 10 09:32:04 EDT 2001), 20511 lines: * Nalin Dahyabai's password parse and authentication fixe. * Vitezslav Samel's patch to Makefile.in to make parallel makes work. fetchmail-5.8.0 (Mon Apr 2 15:18:33 EDT 2001), 20459 lines: * Documentation update for gold release. fetchmail-5.7.7 (Wed Mar 28 20:24:48 EST 2001), 20459 lines: * More configure fixes -- include missing stub script in the distribution. fetchmail-5.7.6 (Thu Mar 22 16:22:48 EST 2001), 20456 lines: * Fix POP2 and POP3 password shrouding. * Don't remove UIDL scratchlist on query completion (Frantisek Brabec's bug). * IMAP: don't just quit if GSSAPI or Kerberos IV fail, but try other methods. * Document the fact the IDLE and multiple folders don't play well together. Closes Debian bug#89908. fetchmail-5.7.5 (Sat Mar 17 23:24:41 EST 2001), 20440 lines: * Nalin Dahyabhai's patch to make IPv6 build on older systems. * Restrict shrouding to just the password send so it won't leak info. * Move an #ifdef INET6_ENABLE to deal with libc5 headers. * Only DNS-probe entries that are active on this run. * Fix `nospambounce' recognition. * Updated French translation. * Yoshihiko SARUMARU's patch to keep kanji out of Received headers. * Include aclocal.m4 in the tarball (solves some build problems). * Added HMH's patch to support configuring a specific fallback MUA. fetchmail-5.7.4 (Mon Mar 12 00:02:23 EST 2001), 20323 lines: * SECURITY FIX: unsecure tempfile creation bug in fetchmailconf, thanks to Colin Phipps <cph@cph.demon.co.uk> for pointing this out. * Configure cleanup from HMH. * Documentation refresh. fetchmail-5.7.3 (Sun Mar 11 17:01:56 EST 2001), 20323 lines: * Incorporate SA_LEN patch from Red Hat. * HMH's "no spambounce" patch for fetchmailconf. * John Bartlett's patch to make the driver code more tolerant of flaky POP3 servers (better handling of timeout at session start). * Make `fetchmail --configdump' work when there's a defaults entry. * Incorporated HMH's build fixes. * Added FALLBACK_MDA; fetchmail now looks for procmail or sendmail at build time and uses it if it can't open port 25 for local delivery. * Incorporated Red Hat fixes for GSSAPI, configure.in. * Bailing out on read-only messages breaks fetchmail -c. To avoid this, use EXAMINE rather than SELECT in that case.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo