Path to this page:
./
mail/dovecot,
Secure IMAP and POP3 server
Branch: CURRENT,
Version: 1.2.13,
Package name: dovecot-1.2.13,
Maintainer: ghenDovecot 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: kqueue, ssl
Master sites:
SHA1: 8a6e12cc40df02083480f9e9eef57939a81fd7af
RMD160: 083dd4504dbf0e86187019853514811155c9087f
Filesize: 2877.073 KB
Version history: (Expand)
- (2010-07-26) Updated to version: dovecot-1.2.13
- (2010-06-20) Updated to version: dovecot-1.2.12
- (2010-06-14) Updated to version: dovecot-1.2.11nb3
- (2010-05-04) Updated to version: dovecot-1.2.11nb2
- (2010-04-30) Updated to version: dovecot-1.2.11nb1
- (2010-03-18) Updated to version: dovecot-1.2.11
CVS history: (Expand)
2010-07-26 00:17:20 by Geert Hendrickx | Files touched by this commit (3) |  |
Log message:
Update Dovecot to 1.2.13.
This release fixes a bug in ACL plugin, which could be considered a security
bug: If Maildir is used with default settings (INBOX is same as Maildir root
dir) and user set some ACLs to INBOX, those ACLs were copied to all newly
created mailboxes. This should have been done only for "default ACLs", \
but with
Maildir the INBOX directory is the same as the default ACL directory, so this
mixup happened. This bug exists only in v1.2.x releases.
Other fixes:
- Fixed iconv() crash when it was processing several kilobytes of broken
continuous input. This mainly could have caused a problem with IMAP SEARCH.
Possibly also with some Sieve checks.
- If MIME encoded-words contained line feeds, Dovecot logged cache corruption
errors.
- mbox: Renaming mailbox under newly created dir didn't move index directory.
- mbox: When generating envelope to From_-line, don't append a second
@owndomain if username already has one.
|
| 2010-07-23 09:44:52 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Automatically include dovecot-(manage)sieve options when generating distinfo.
|
| 2010-06-20 11:55:52 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Reset PKGREVISION.
|
| 2010-06-20 11:55:02 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Remove MESSAGE file, it's old enough now.
|
2010-06-20 11:54:48 by Geert Hendrickx | Files touched by this commit (2) |  |
Log message:
Update Dovecot to 1.2.12, and Pigeonhole Sieve to 0.1.17.
ChangeLog for Dovecot 1.2.12:
- deliver: Don't crash when a message with Auto-submitted: header gets
rejected.
- lib-storage: Fixed header searches to work correctly when there are
multiple headers with same name.
- dict client: Disconnect from dict server after 1 second of idling.
- dict: If process crashed, it wasn't automatically restarted
- dict file: If dict file's group permissions equal world permissions,
don't try to change its gid.
- maildir: Fixed a memory leak when copying with hardlinks.
- maildir: Expunging last messages may have assert-crashed if their
filenames had just changed.
Changelog for Sieve 0.1.17:
- Made sure source code positions for compiler messages are recorded
at start of tokens.
- Fixed a few potential memory leaks in the Sieve compiler and the
spam/virustest extensions.
- Made command line tools return proper exit status upon failure.
|
| 2010-06-14 01:01:50 by Eric Haszlakiewicz | Files touched by this commit (2) |
Log message:
Doveget becomes unhappy and exits if the time jumps after it starts, so make
it start after ntpdate runs.
|
2010-05-03 21:19:01 by Geert Hendrickx | Files touched by this commit (2) |  |
Log message:
load_rc_config prior to setting a default for dovecot_fdlimit in the
rc.d script, so it can be overridden from rc.conf. From Edgar Fuß.
Bump PKGREVISION.
|
| 2010-04-30 12:50:21 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Fix some pkglint nits.
|