./mail/dovecot, Secure IMAP and POP3 server

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


Branch: pkgsrc-2008Q3, Version: 1.1.6, Package name: dovecot-1.1.6, 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: 722fbe8cd199a8fabb01876df9da27460a0b19f9
RMD160: 35f0f2b9d9a661a9ee6fbc2a6ce4f08dedead5a3
Filesize: 2266.479 KB

Version history: (Expand)


CVS history: (Expand)


   2008-11-04 12:19:48 by Tyler R. Retzlaff | Files touched by this commit (3) | Package updated
Log message:
pullup ticket #2570 - requested by adrianp
dovecot: update package for security fixes

revisions pulled up:
pkgsrc/mail/dovecot/Makefile	1.122, 1.123
pkgsrc/mail/dovecot/PLIST	1.22
pkgsrc/mail/dovecot/distinfo	1.87, 1.88

   Module Name:    pkgsrc
   Committed By:   ghen
   Date:           Wed Oct 22 21:16:36 UTC 2008

   Modified Files:
           pkgsrc/mail/dovecot: Makefile PLIST distinfo

   Log message:
   Update to Dovecot 1.1.5.  Changes since 1.1.4:

   * Dovecot prints an informational message about authentication problems
     at startup. The message goes away after the first successful
     authentication. This hopefully reduces the number of "Why doesn't
     my authentication work?" questions.

   + Maildir/dbox: Try harder to assign unique UIDVALIDITY values to
     mailboxes to avoid potential problems when recreating or renaming
     mailboxes. The UIDVALIDITY is tracked using dovecot-uidvalidity*
     files in the mail root directory.
   + Many logging improvements
   - In some conditions Dovecot could have stopped using existing cache
     file and never used it again until it was deleted.
   - pop3 + Maildir: Make sure virtual sizes are always written to
     dovecot-uidlist. This way if the indexes are lost Dovecot will never
     do a huge amount of work to recalculate them.
   - mbox: Fixed listing mailboxes in namespaces with prefix beginning
     with '~' or '/' (i.e. UW-IMAP compatibility namespaces didn't work).
   - dict quota: Don't crash when recalculating quota (when quota warnings
     enabled).
   - Fixes to handling "out of disk space/quota" failures.
   - Blocking passdbs/userdbs (e.g. PAM, MySQL) could have failed lookups
     sometimes when auth_worker_max_request_count was non-zero.
   - Fixed compiling with OpenBSD
   ------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   adrianp
   Date:           Sun Nov  2 16:19:53 UTC 2008

   Modified Files:
           pkgsrc/mail/dovecot: Makefile distinfo

   Log message:
   Update to 1.1.6
   Ok'ed geert@
   The invalid message address parsing bug is pretty important since it
   allows a remote user to send broken mail headers and prevent the
   recipient from accessing the mailbox afterwards, because the process
   will always just crash trying to parse the header. This is assuming that
   the IMAP client uses FETCH ENVELOPE command, not all do. Note that it
   doesn't affect versions older than v1.1.4.

           + dovecot -n and -a now prints some system information at the top.
           + More error/debug message logging improvements.
           - pop3-login: Fixed assert-crash if a client sent USER+PASS+USER+PASS
             commands in the same IP packet.
           - Parsing an invalid message address like "From: (" caused an
             assert-crash in v1.1.4 and v1.1.5.
           - Folding whitespace wasn't handled correctly inside quoted-strings,
             causing some messages to be parsed incorrectly.
           - mbox: Fixed saving messages that begin with a valid From_-line.
   2008-10-08 14:16:45 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2547 - requested by ghen
dovecot: security update

Revisions pulled up:
- mail/dovecot/Makefile		1.121
- mail/dovecot/distinfo		1.86
---
Module Name:	pkgsrc
Committed By:	ghen
Date:		Mon Oct  6 07:08:02 UTC 2008

Modified Files:
	pkgsrc/mail/dovecot: Makefile distinfo

Log message:
Update to Dovecot 1.1.4.  Changes since 1.1.3:

- SORT: Yet another assert-crashfix when renumbering index sort IDs.
- ACL plugin fixes: Negative rights were actually treated as positive rights.
  'k' right didn't prevent creating parent/child/child mailbox.  ACL groups
  weren't working.
- Maildir++ quota: Fixes to rebuilding when quota limit wasn't specified in
  Dovecot (0 limit or limit read from maildirsize).
- mbox: Several bugfixes causing errors and crashes.
- Several fixes to expire plugin / expire-tool.
- lock_method=3Ddotlock could have deadlocked with itself.
- Many error handling fixes and log message improvements.