./mail/dovecot2, Secure IMAP and POP3 server

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


Branch: pkgsrc-2011Q1, Version: 2.0.13, Package name: dovecot-2.0.13, Maintainer: ghen

Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems,
written with security primarily in mind. Dovecot is an excellent choice for both
small and large installations. It's fast, simple to set up, requires no special
administration and it uses very little memory.


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

Package options: kqueue, ssl

Master sites:

SHA1: 31d556bd1659fb10e5edb45bab8951911151bbfb
RMD160: 2c0edd03aba7935e6db18af1384a26bf0b5b432e
Filesize: 3195.842 KB

Version history: (Expand)


CVS history: (Expand)


   2011-06-11 07:11:43 by Steven Drake | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #3450 - requested by tron
mail/dovecot2 security update

Revisions pulled up:
- mail/dovecot2/Makefile                                        1.9,1.11
- mail/dovecot2/PLIST                                           1.6-1.7
- mail/dovecot2/buildlink3.mk                                   1.4
- mail/dovecot2/distinfo                                        1.9-1.10

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Fri Apr 15 13:34:28 UTC 2011

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

   Log message:
   Changes 2.0.12:
   * doveadm: Added "move" command for moving mails between mailboxes.
   * virtual: Added support for "+mailbox" entries that clear \Recent
     flag from messages (default is to preserve them).
   * dbox: Fixes to handling external attachments
   * dsync: More fixes to avoid hanging with remote syncs
   * dsync: Many other syncing/correctness fixes
   * doveconf: v2.0.10 and v2.0.11 didn't output plugin {} section right

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Fri May 13 07:36:39 UTC 2011

   Modified Files:
   	pkgsrc/mail/dovecot2: Makefile PLIST buildlink3.mk distinfo

   Log message:
   Changes 2.0.13:
   * Added "doveadm index" command to add unindexed messages into
     index/cache. If full text search is enabled, it also adds unindexed
     messages to the fts database.
   * added "doveadm director dump" command.
   * pop3: Added support for showing messages in "POP3 order", which can
     be different from IMAP message order. This can be useful for
     migrations from other servers. Implemented it for Maildir as 'O'
     field in dovecot-uidlist.
   * doveconf: Fixed a wrong "subsection has ssl=yes" warning.
   * mdbox purge: Fixed wrong warning about corrupted extrefs.
   * sdbox: INBOX GUID changed when INBOX was autocreated, leading to
     trouble with dsync.
   * script-login binary wasn't actually dropping privileges to the
     user/group/chroot specified by its service settings.
   * Fixed potential crashes and other problems when parsing header names
     that contained NUL characters.