./mail/dovecot2, Secure IMAP and POP3 server

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


Branch: pkgsrc-2014Q1, Version: 2.2.13, Package name: dovecot-2.2.13, Maintainer: adam

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.



Package options: kqueue, pam, ssl

Master sites:

SHA1: ee8efc77cb9d502dc416ae4fba242adc5f01c163
RMD160: 64c0dc156b5661037721dde7436013f95a024e2e
Filesize: 4505.688 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-28 21:34:15 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4424 - requested by taca
mail/dovecot2: security update

Revisions pulled up:
- mail/dovecot2/Makefile                                        1.61-1.62
- mail/dovecot2/PLIST                                           1.35
- mail/dovecot2/distinfo                                        1.46

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Wed Apr  9 07:27:19 UTC 2014

   Modified Files:
   	pkgsrc/mail/dovecot2: Makefile

   Log message:
   recursive bump from icu shlib major bump.

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Wed May 14 06:09:53 UTC 2014

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

   Log message:
   Changes 2.2.13:
   * Fixed a DoS attack against imap/pop3-login processes. If SSL/TLS
     handshake was started but wasn't finished, the login process
     attempted to eventually forcibly disconnect the client, but failed
     to do it correctly. This could have left the connections hanging
     arond for a long time. (Affected Dovecot v1.1+)

   + mdbox: Added mdbox_purge_preserve_alt setting to keep the file
     within alt storage during purge. (Should become enforced in v2.3.0?)
   + fts: Added support for parsing attachments via Apache Tika. Enable
     with: plugin { fts_tika = http://tikahost:9998/tika/ }
   + virtual plugin: Delay opening backend mailboxes until it's necessary.
     This requires mailbox_list_index=yes to work. (Currently IMAP IDLE
     command still causes all backend mailboxes to be opened.)
   + mail_never_cache_fields=* means now to disable all caching. This may
     be a useful optimization as doveadm/dsync parameter for some admin
     tasks which shouldn't really update the cache file.
   + IMAP: Return SPECIAL-USE flags always for LSUB command.
   - pop3 server was still crashing in v2.2.12 with some settings
   - maildir: Various fixes and improvements to handling compressed mails,
     especially when they have broken/missing S=sizes in filenames.
   - fts-lucene, fts-solr: Fixed crash on search when the index contained
     duplicate entries.
   - Many fixes and performance improvements to dsync and replication
   - director was somewhat broken when there were exactly two directors
     in the ring. It caused errors about "weak users" getting stuck.
   - mail_attachment_dir: Attachments with the last base64-encoded line
     longer than the rest wasn't handled correctly.
   - IMAP: SEARCH/SORT PARTIAL was handled completely wrong in v2.2.11+
   - acl: Global ACL file handling was broken when multiple entries
     matched the mailbox name. (Only the first entry was used.)