./mail/dovecot, Secure IMAP and POP3 server

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


Branch: pkgsrc-2009Q2, Version: 1.1.19, Package name: dovecot-1.1.19, 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: ce8f8a135a2c8ef1bd0cd1ceff04018402f3cb58
RMD160: 8fe25b5a5347792e7aa919cc285c1b8c99bab36e
Filesize: 2333.197 KB

Version history: (Expand)


CVS history: (Expand)


   2009-09-16 12:48:30 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #2895 - requested by ghen
dovecot: security update

Requested revisions:
- mail/dovecot/Makefile				1.136,1.138-1.139
- mail/dovecot/distinfo				1.101-1.103
- mail/dovecot/patches/patch-ai			delete
---
odule Name:	pkgsrc
Committed By:	ghen
Date:		Mon Jul 13 08:00:11 UTC 2009

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

Log message:
Update to Dovecot 1.1.17.  manu's patch-ai has been included upstream.

- IMAP: Don't crash if IDLE command is pipelined after a long-running
  UID FETCH or UID SEARCH.
- IMAP: Some FETCH command parameters were broken with in some OSes.
- mbox: New mailboxes were created with UIDVALIDITY 1.
- mbox: Don't write garbage to mbox if message doesn't have a body.
- Maildir: Fixed using in-memory indexes when some required directory
  was missing.
- auth: Don't assert-crash if trying to log in as master user but
  with empty login username.
- Transaction log dotlocking ignored mail_nfs_index and
  dotlock_use_excl settings.
- convert plugin / convert-tool: Fixed changing hierarchy separators
  in mailbox names when alt_hierarchy_char isn't set.
- Several fixes to expire plugin / expire-tool
- zlib: Give better error messages on failures.
---
Module Name:	pkgsrc
Committed By:	ghen
Date:		Tue Aug 11 11:33:58 UTC 2009

Modified Files:
	pkgsrc/mail/dovecot: Makefile distinfo

Log message:
Update to Dovecot 1.1.18.

+ dovecot -n/-a now outputs also lda settings.
- Maildir++ quota: Quota was sometimes updated wrong when it was
  being recalculated.
- Searching quoted-printable message body internally converted "_"
  characters to spaces and didn't match search keys with "_".
- Messages in year's first/last day may have had broken timezones
  with OSes not having struct tm->tm_gmtoff (e.g. Solaris).
---
Module Name:	pkgsrc
Committed By:	ghen
Date:		Mon Sep 14 06:09:08 UTC 2009

Modified Files:
	pkgsrc/mail/dovecot: Makefile distinfo

Log message:
Update to Dovecot 1.1.19.

- file_set_size() was broken with OSes that didn't support posix_fallocate()
  (almost everyone except Linux), causing all kinds of index file errors.
- ldap: Fixed hang when >128 requests were sent at once.
- Fixed a crash in saving messages where message contained a CR character t=
hat
  wasn't followed by LF (and the CR happened to be the last character in an
  internal buffer).
- deliver: Don't send rejects to any messages that have Auto-Submitted head=
er.
  This avoids emails loops.
- Message decoding fixes (mainly for IMAP SEARCH, Sieve).