Subject: CVS commit: pkgsrc/mail/dovecot
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 04/04/2006 09:38:46
Module Name:	pkgsrc
Committed By:	ghen
Date:		Tue Apr  4 09:38:46 UTC 2006

Modified Files:
	pkgsrc/mail/dovecot: Makefile PLIST distinfo
	pkgsrc/mail/dovecot/patches: patch-aa patch-ab
Removed Files:
	pkgsrc/mail/dovecot/patches: patch-ac patch-ad patch-ae

Log Message:
Update Dovecot from 1.0beta3 to 1.0beta5.  The beta4 release had SSL issues
which were fixed again in beta5.

patch-ac and patch-ad were taken from CVS and are not needed anymore.

Changes in Dovecot 1.0beta4:
	* Changed the default lock_method back to fcntl. Apparently flock
	  gives problems with some systems.
	* mbox: mailboxes beginning with '.' are now also listed
	* Replaced mail_use_modules and mail_modules settings with mail_plugins
	  and mail_plugin_dir. Now instead of loading all plugins from the
	  directory, you'll have to give a list of plugins to load. If the
	  plugin couldn't be loaded, the process exits instead of just
	  ignoring the problem (this is important with ACL plugin).

	+ Added support for "master users" who can log in as other people.
	  The master username can be given either in authorization ID
	  string with SASL PLAIN mechanism or by setting
	  auth_master_user_separator and giving it within the normal username
	  string.
	+ Added ACL plugin with ACL file backend. This however doesn't mean
	  that there yet exists a proper shared folder support. If master user
	  logged in as someone else, the ACLs are checked as the master user.
	+ Added some Dovecot extensions to checkpassword passdb, see ChangeLog
	+ Updated passwd-file format to allow specifying any key=value fields
	+ Maildir++ quota support and several quota fixes
	+ passdb supporting extra fields: Added "allow_nets" option which takes
	  a comma separated list of IPs/networks where to allow user to log in.
	+ NFS: Handle ESTALE errors the best way we can
	+ IMAP now writes to log when client disconnects
	+ In shared mailboxes (if dovecot-shared file exists) \Seen flags are
	  now kept only in index files, so as long as each user has a separate
	  index file they have separate \Seen flags.
	- Fixes to DIGEST-MD5 realm handling so it works with more clients
	- BODYSTRUCTURE -> BODY conversion from cache file was broken with
	  mails containing message/rfc822 parts.
	- Fixed several memory leaks
	- We could have sent client FETCH notifications about messages before
	  telling about them with EXISTS
	- Compiling fixes for Solaris and some other OSes
	- Fixed problem with internal timeout handling code, which caused eg.
	  outlook-idle workaround to break.
	- If /dev/urandom didn't exist, we didn't seed OpenSSL's random number
	  generator properly. Patch by Vilmos Nebehaj.
	- Maildir: Recent flags weren't always immediately removed from mails
	  when mailbox was opened.
	- Several changes to SSL proxying code, hopefully making it work
	  better.

Changes in Dovecot 1.0beta5:
	- Beta4's SSL proxying rewrite worked worse than I thought.
	  Reverted it back to original code.
	- Filesystem quota plugin now looks up the mount path correctly.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 pkgsrc/mail/dovecot/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/dovecot/PLIST
cvs rdiff -r1.25 -r1.26 pkgsrc/mail/dovecot/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/dovecot/patches/patch-aa
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/dovecot/patches/patch-ab
cvs rdiff -r1.3 -r0 pkgsrc/mail/dovecot/patches/patch-ac \
    pkgsrc/mail/dovecot/patches/patch-ad
cvs rdiff -r1.1 -r0 pkgsrc/mail/dovecot/patches/patch-ae

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