./mail/dovecot2, Secure IMAP and POP3 server

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


Branch: pkgsrc-2013Q2, Version: 2.2.5, Package name: dovecot-2.2.5, 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: 12c976ec24a869d958f3b09c1a8803dda54fab86
RMD160: ca3c0140fbd04f6543ce423cb4bc0a97214127f6
Filesize: 4254.634 KB

Version history: (Expand)


CVS history: (Expand)


   2013-08-16 12:19:54 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4212 - requested by adam
mail/dovecot2: security update

Revisions pulled up:
- mail/dovecot2/Makefile                                    1.46,1.50 via patch
- mail/dovecot2/PLIST                                       1.25-1.26
- mail/dovecot2/distinfo                                    1.36,1.38

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Tue Jul  2 15:38:19 UTC 2013

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

   Log message:
   Changes 2.2.4:
   + doveadm: Added "flags" command to modify message flags.
   + doveadm: Added "deduplicate" command to expunge message duplicates.
   + dsync: Show the state in process title with verbose_proctitle=yes.
   - imap/pop3 proxy: Master user logins were broken in v2.2.3
   - sdbox/mdbox: A corrupted index header with wrong size was never
     automatically fixed in v2.2.3.
   - mbox: Fixed assert-crashes related to locking

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Thu Aug 15 09:42:41 UTC 2013

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

   Log message:
   Changes 2.2.5:
   + SSL: Added support for ECDH/ECDHE cipher suites
   + Added some missing man pages
   + quota-status: Added quota_status_toolarge setting
   - director: Users near expiration could have been redirected to
     different servers at the same time.
   - pop3: Avoid assert-crash if client disconnects during LIST.
   - mdbox: Corrupted index header still wasn't automatically fixed.
   - dsync: Various fixes to work better with imapc and pop3c storages.
   - ldap: sasl_bind=yes caused crashes, because Dovecot's lib-sasl
     symbols conflicted with Cyrus SASL library.
   - imap: Various error handling fixes to CATENATE. (Found using
     Apple's stress test script.)
   2013-08-06 17:57:07 by Matthias Scheler | Files touched by this commit (4)
Log message:
Pullup ticket #4203 - requested by bouyer
mail/dovecot2: bug fix patch

Revisions pulled up:
- mail/dovecot2/Makefile                                        1.48
- mail/dovecot2/distinfo                                        1.37
- mail/dovecot2/patches/patch-src_plugins_quota_quota-fs.c      1.4
- mail/dovecot2/patches/patch-src_plugins_quota_quota-fs.h      1.4

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Mon Aug  5 23:12:42 UTC 2013

   Modified Files:
   	pkgsrc/mail/dovecot2: Makefile distinfo
   Added Files:
   	pkgsrc/mail/dovecot2/patches: patch-src_plugins_quota_quota-fs.c
   	    patch-src_plugins_quota_quota-fs.h

   Log message:
   Fix (again) NetBSD libquota support.