[Lunar-commits] <moonbase> dovecot: version bumped to 2.0.1.

Florin Braescu florin at lunar-linux.org
Wed Aug 25 13:24:07 CEST 2010


commit c35214bf2782fc0b99c7c497bc9dea11153e5dd0
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Aug 25 14:24:07 2010 +0300

    dovecot: version bumped to 2.0.1.
    
    Changes:
    * Dovecot uses two system users for internal purposes now by default:
      dovenull and dovecot. You need to create the dovenull user or change
      default_login_user setting.
    * Global ACLs are now looked up using namespace prefixes. For example
      if you previously had INBOX. namespace prefix and a global ACL for
      "INBOX.Sent", it's now looked up from "INBOX.Sent" file instead of
      "Sent" as before.
    * Maildir: File permissions are no longer based on dovecot-shared file,
      but the mailbox directory.
    * Redesigned master process. It's now more modular and there is less
      code running as root.
    * Configuration supports now per-local/remote ip/network settings.
    * dsync utility does a two-way mailbox synchronization.
    * LMTP server and proxying.
    * Added mdbox (multi-dbox) mail storage backend.
    * doveadm utility can be used to do all kinds of administration
      functions. Old dovecotpw and *view utilities now exist in its
      subcommands.
    * imap and pop3 processes can now handle multiple connections.
    * IMAP: COMPRESS=DEFLATE is supported by imap_zlib plugin
    * director service helps NFS installations to redirect users always
      to same server to avoid corruption
---
 mail/dovecot/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index c8d8d38..4806e60 100644
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -1,12 +1,12 @@
           MODULE=dovecot
-           MAJOR=1.2
-         VERSION=$MAJOR.13
+           MAJOR=2.0
+         VERSION=$MAJOR.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.dovecot.org/releases/$MAJOR
-      SOURCE_VFY=sha1:8a6e12cc40df02083480f9e9eef57939a81fd7af
+      SOURCE_VFY=sha1:203ebd06c5401c4f68c3e957de1869bc80e9d64a
         WEB_SITE=http://www.dovecot.org
          ENTERED=20041204
-         UPDATED=20100724
+         UPDATED=20100825
            SHORT="A small, fast and secure (SSL) Maildir capable imap daemon"
 
 cat << EOF


More information about the Lunar-commits mailing list