Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 03/03/2000 18:16:08
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Mar  4 02:16:07 UTC 2000

Modified Files:
	pkgsrc/mail/fetchmail: Makefile
	pkgsrc/mail/fetchmail/files: md5 patch-sum
	pkgsrc/mail/fetchmailconf: Makefile
	pkgsrc/mail/fetchmailconf/files: md5
Added Files:
	pkgsrc/mail/fetchmail/patches: patch-ae

Log Message:
Update fetchmail and fetchmailconf to 5.3.0.
Changes since 5.2.4:

fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines:

* Horst von Brand's improvements to the specfile generator.
* Joop Susan's improvements in error status reporting.
* Only emit progress dots when stdout is connected to a tty.
* Fix for GNATS bug 16468, "INET6 breaks fetchmail preconnect"
  by Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>.
* Lexical analyzer now understands that -?[0-9]*[a-zA-Z] is not a number.

fetchmail-5.2.8 (Mon Feb 14 19:16:46 EST 2000), 18571 lines:

* Attempted fix for Joop Susan's ENOTCONN bug.
* Fix for NO response during SIZE fetches for M$ Exchange IMAP server.
* Thomas Zajic <zlatko@gmx.at> sent a change that copes with GMX X-UIDLs.
* Fix fetchmailconf's handling of ssl attributes when SSL is not configured.
* Handle IMAP folder names with embedded spaces.
* cs.po update from Jiri Pavlovsky.
* Make -d0 -v work when -a and -k are on.
* UID handling has been broken since 5.2.5.  This version should work.
  Thanks to Bruce Hauge <bruce_hauge@agilent.com> for testing.

fetchmail-5.2.7 (Sun Feb  6 20:45:41 EST 2000), 18517 lines:
* Updated FAQ.
* Updated es.po.
* Disable mail notification on server unreachable.  This turned out to
  be a very bad idea.

fetchmail-5.2.6 (Sat Feb  5 00:01:53 EST 2000), 18517 lines:
* Close down sockets using shutdown(2) and discarding read data until we
  get a TCP FIN.  With any luck this will squash our socket leak.
* Open the lockfile with O_SYNC, so we know the file has been written
  before close (sigh...NFS might still betray us...).
* Added Martijn Lievaart's sendmail hacks for multidrop to the contrib
  directory.
* Fix bug in processing of plugout option.
* AIX port tweak from Dave Marquardt <marquard@austin.ibm.com>.
* Add support for `ssh' preauth type to suppress password prompts at startup.
* Support for RFC2449 extended POP3 responses [IN-USE] and [LOGIN-DELAY].
* Log bounced messages via syslog (Debian bug #50184).
* Add scrollbars on fetchmailconf help windows (Debian bug #51770).
* Notify user by mail when pop server nonexistent (Debian bug #47143).
* Debian buglist cleanup.

fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines:
* Fixed bugs in BSMTP generation reported by Jaap Lutz.
* Make fetchmailconf better at handling backslashes in usernames
  and passwords.
* Jochen Hayek's patch to handle spaces in UID usernames.


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 pkgsrc/mail/fetchmail/Makefile
cvs rdiff -r1.40 -r1.41 pkgsrc/mail/fetchmail/files/md5
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/fetchmail/files/patch-sum
cvs rdiff -r0 -r1.1 pkgsrc/mail/fetchmail/patches/patch-ae
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/fetchmailconf/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/fetchmailconf/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.