./mail/dovecot, Secure IMAP and POP3 server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 1.1.11, Package name: dovecot-1.1.11, Maintainer: ghen

Dovecot is an open source IMAP and POP3 server, written with security
primarily in mind. It supports Maildirs and mbox formats, and has
complete IMAP4rev1 support, TLS/SSL support, and is IPv6 ready.


Required to build:
[devel/libtool-base] [devel/pkg-config]

Package options: inet6, kqueue, ssl

Master sites:

SHA1: cc7fb44d3a750c656d6c2116b569b5587319d405
RMD160: 74d233c7995df89a917d49f2f332efe0fe2b1dd3
Filesize: 2307.046 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-23 13:51:09 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2702 - requested by martti
dovecot: bug fix update

Revisions pulled up:
- mail/dovecot/Makefile			1.128
- mail/dovecot/distinfo			1.93
---
Module Name:    pkgsrc
Committed By:   ghen
Date:           Wed Feb  4 18:36:54 UTC 2009

Modified Files:
         pkgsrc/mail/dovecot: Makefile distinfo

Log message:
Update to Dovecot 1.1.11.

- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
   not to save keywords.
- dbox: INTERNALDATE and save date was returned wrong for converted
   maildir files.
- auth: Using "username" or "domain" passdb fields caused \ 
problems
   with cache and blocking passdbs in v1.1.8 .. v1.1.10.
- userdb prefetch + blocking passdbs was broken with non-plaintext
   auth in v1.1.8 .. v1.1.10.
- If mail_chroot is set, don't fail at startup in dump-capability.
   2009-02-01 23:53:10 by Matthias Scheler | Files touched by this commit (5)
Log message:
Pullup ticket #2675 - requested by ghen
dovecot: bug fixes

Revisions pulled up:
- mail/dovecot/Makefile				1.125-1.127
- mail/dovecot/PLIST				1.23
- mail/dovecot/distinfo				1.90-1.92
- mail/dovecot/patches/patch-ab			1.24-1.25
- mail/dovecot/patches/patch-ac			1.10
---
Module Name:	pkgsrc
Committed By:	abs
Date:		Thu Jan  8 00:02:44 UTC 2009

Modified Files:
	pkgsrc/mail/dovecot: Makefile PLIST distinfo
	pkgsrc/mail/dovecot/patches: patch-ab patch-ac

Log message:
Updated mail/dovecot to 1.1.8

Most importantly mbox bugfixes. v1.1 should finally be as stable with
mboxes as it was with v1.0. Hopefully we'll also soon have the first
v1.2 beta release and the final v1.2.0 somewhat soon after that.

	- mbox: Several bugfixes. Fixes "next message unexpectedly lost"
          errors and perhaps some other problems as well.
	- deliver: It wasn't possible to override boolean settings in
	  lda section by setting them to "no".
	- Maildir++ quota didn't correctly check if maildirs had changed
	  during recalculation.
	- kqueue notify: Fixed assert-crash in some situations
	- dbox: Several fixes to handling Maildir migrations
	- Logging/error message improvements
---
Module Name:	pkgsrc
Committed By:	ghen
Date:		Sat Jan 24 10:51:35 UTC 2009

Modified Files:
	pkgsrc/mail/dovecot: Makefile distinfo
	pkgsrc/mail/dovecot/patches: patch-ab

Log message:
Update to Dovecot 1.1.9.  From the release announcement mail:

Lots of small dbox fixes, hopefully migrations from Maildir are now working
correctly.

+ Sending SIGUSR2 to dovecot-auth now also logs statistics about cache inserts.
  This could help figuring out auth cache size.
+ deliver: Added rejection_subject setting, which is used for rejected mails.
+ pop3: Prevent clients from looping forever trying to fetch an expunged
  message.
+ If login process crashes, log the IP address that (maybe) caused it.
+ If core dump limit is 0, add "core dumps disabled" to startup log line.
+ Log better messages for "Permission denied" errors
- mbox: Fixed assert-crash with pop3_lock_session=3Dyes
- dbox: Fixes to handling maildir-converted files.
- Auth cache wasn't working correctly for all fields (e.g. allow_nets) with
  blocking passdbs (e.g. mysql).
- pgsql: Handle reconnecting to server without failing auth lookups.
- Berkeley DB memory/resource leak fixes.
- maildir: Fixes to handling over 26 keywords.
---
Module Name:	pkgsrc
Committed By:	ghen
Date:		Tue Jan 27 08:29:31 UTC 2009

Modified Files:
	pkgsrc/mail/dovecot: Makefile distinfo

Log message:
Update to Dovecot 1.1.10.

- Maildir: Keyword handling was somewhat broken in v1.1.9
- userdb prefetch was broken with blocking passdbs in v1.1.9
- dict process didn't always die with the rest of Dovecot
- dict quota was somewhat broken with pgsql