Subject: CVS commit: pkgsrc/mail/dovecot
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 02/06/2006 15:54:38
Module Name:	pkgsrc
Committed By:	ghen
Date:		Mon Feb  6 15:54:37 UTC 2006

Modified Files:
	pkgsrc/mail/dovecot: Makefile PLIST distinfo options.mk
	pkgsrc/mail/dovecot/patches: patch-aa patch-ab
Added Files:
	pkgsrc/mail/dovecot: MESSAGE

Log Message:
- Update mail/dovecot to 1.0beta2.  The 1.0 betas are very stable, and
  recommended by the Dovecot author (the 0.99.x series are deprecated).

  Major changes:

  v1.0.beta2 2006-01-22  Timo Sirainen <tss@iki.fi>
	+ Added SQLite support. Patch by Jakob Hirsch.
	+ Added auth_debug_passwords setting. If it's not enabled, hide all
          password strings from logs.
	+ Added mail_cache_min_mail_count and mbox_min_index_size settings
	  which can be used to make Dovecot do less disk writes in small
          mailboxes where they don't benefit that much.
	+ Added --build-ssl-parameters parameter to dovecot binary
	- SSL parameters were being regenerated every 10 minutes, although not
	  with all systems.
	- Fixed dovecot-auth crashing at startup. Happened only with some
	  specific compilers.
	- base_dir was supposed to be set world-readable, not world-writable

  v1.0.beta1 2006-01-16  Timo Sirainen <tss@iki.fi>
	* Almost a complete rewrite since 0.99.x, but some of the major
	  changes are:

	+ Index file code rewritten to do less disk I/O, wait locks less and in
	  generate be smarter. They also support being in clustered filesystems
          and NFS support is mostly working also.
	+ Mail caching is smarter. Only the data that client requests is
	  cached. Before Dovecot opened and cached all mails when mailbox was
          opened the first time, which was slow.
	+ Mbox handling code rewritten to be much faster, safer and correct
	+ New authentication mechanisms: APOP, GSSAPI, LOGIN, NTLM and RPA.
	+ LDAP supports authentication binds
	+ Authentication server can cache password database lookups
	+ Support for multiple authentication databases
	+ Namespace configuration
	+ Dovecot works with shared

- Add an option for sqlite support.

- Take over maintainership.

All suggested (and ok'ed) by xtraeme.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mail/dovecot/MESSAGE
cvs rdiff -r1.42 -r1.43 pkgsrc/mail/dovecot/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/dovecot/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/mail/dovecot/distinfo
cvs rdiff -r1.10 -r1.11 pkgsrc/mail/dovecot/options.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/dovecot/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/dovecot/patches/patch-ab

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