Here is an update to Dovecot 2.1.rc3.

Still looking for testing and feedback for
the DB backends.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.180
diff -u -p -r1.180 Makefile
--- Makefile    16 Jan 2012 23:59:22 -0000      1.180
+++ Makefile    17 Jan 2012 01:37:47 -0000
@@ -9,23 +9,23 @@ COMMENT-postgresql= PostgreSQL authentic
 COMMENT-sqlite=        SQLite authentication / dictionary support for Dovecot
 
 # Bump dovecot-pigeonhole every time you update to a new Dovecot version.
-V_MAJOR=       2.0
-V_DOVECOT=     2.0.17
+V_MAJOR=       2.1
+V_DOVECOT=     2.1.rc3
 
 DISTNAME=      dovecot-${V_DOVECOT}
 PKGNAME=       dovecot-${V_DOVECOT}
 PKGNAME-server=        dovecot-${V_DOVECOT}
-REVISION-server= 0
 PKGNAME-ldap=  dovecot-ldap-${V_DOVECOT}
 PKGNAME-mysql= dovecot-mysql-${V_DOVECOT}
 PKGNAME-postgresql= dovecot-postgresql-${V_DOVECOT}
 PKGNAME-sqlite=        dovecot-sqlite-${V_DOVECOT}
 CATEGORIES=    mail
-MASTER_SITES=  ${HOMEPAGE}releases/${V_MAJOR}/
+MASTER_SITES=  ${HOMEPAGE}releases/${V_MAJOR}/rc/
 
 SHARED_LIBS=   dovecot-lda     0.0 \
                dovecot-login   0.0 \
                dovecot-sql     0.0 \
+               dovecot-ssl     0.0 \
                dovecot-storage 0.0 \
                dovecot         0.0
 
@@ -65,6 +65,7 @@ CONFIGURE_ARGS=       --localstatedir=/var \
                --with-statedir=/var/dovecot \
                --without-pam \
                --without-shadow \
+               --without-stemmer \
                --without-vpopmail
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib"
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.94
diff -u -p -r1.94 distinfo
--- distinfo    16 Jan 2012 16:34:17 -0000      1.94
+++ distinfo    16 Jan 2012 22:02:01 -0000
@@ -1,5 +1,5 @@
-MD5 (dovecot-2.0.17.tar.gz) = QcEN/6VuIouRdoM9su+qxQ==
-RMD160 (dovecot-2.0.17.tar.gz) = EIOZva8OA+ATt4t545xcil3S9i0=
-SHA1 (dovecot-2.0.17.tar.gz) = TBLxoHTFKxfLZPzHPEHwooIKiP4=
-SHA256 (dovecot-2.0.17.tar.gz) = Pw1CiQZ9I1W0zkoAJlvytL9lQLyo/c7Pxq0gYR2hRdI=
-SIZE (dovecot-2.0.17.tar.gz) = 3329794
+MD5 (dovecot-2.1.rc3.tar.gz) = QMgTz/w3XyewNaoJiTtYvQ==
+RMD160 (dovecot-2.1.rc3.tar.gz) = FDWDLQzedAGIVRKFVKNRb4gGFmA=
+SHA1 (dovecot-2.1.rc3.tar.gz) = lWhU2a+8LlydhSX+LHd26vsZ9/o=
+SHA256 (dovecot-2.1.rc3.tar.gz) = uht9uZyH8VI1ZDtIokkoUV7jPYdkp2nXBZzp7fHcCcg=
+SIZE (dovecot-2.1.rc3.tar.gz) = 3606163
Index: patches/patch-doc_example-config_Makefile_in
===================================================================
RCS file: 
/home/cvs/ports/mail/dovecot/patches/patch-doc_example-config_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-doc_example-config_Makefile_in
--- patches/patch-doc_example-config_Makefile_in        23 May 2011 22:54:38 
-0000      1.1
+++ patches/patch-doc_example-config_Makefile_in        24 Nov 2011 03:15:28 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-doc_example-config_Makefile_in,v 1.1 2011/05/23 22:54:38 sthen 
Exp $
---- doc/example-config/Makefile.in.orig        Wed May 11 10:35:51 2011
-+++ doc/example-config/Makefile.in     Wed May 11 20:26:49 2011
-@@ -285,7 +285,7 @@ top_srcdir = @top_srcdir@
+--- doc/example-config/Makefile.in.orig        Fri Sep 16 10:00:02 2011
++++ doc/example-config/Makefile.in     Sun Sep 18 16:38:16 2011
+@@ -288,7 +288,7 @@ top_srcdir = @top_srcdir@
  SUBDIRS = conf.d
  pkgsysconfdir = $(sysconfdir)/dovecot
  nodist_pkgsysconf_DATA = README
Index: patches/patch-doc_example-config_conf_d_10-mail_conf
===================================================================
RCS file: 
/home/cvs/ports/mail/dovecot/patches/patch-doc_example-config_conf_d_10-mail_conf,v
retrieving revision 1.1
diff -u -p -r1.1 patch-doc_example-config_conf_d_10-mail_conf
--- patches/patch-doc_example-config_conf_d_10-mail_conf        23 May 2011 
22:54:38 -0000      1.1
+++ patches/patch-doc_example-config_conf_d_10-mail_conf        11 Jan 2012 
05:49:00 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-doc_example-config_conf_d_10-mail_conf,v 1.1 2011/05/23 
22:54:38 sthen Exp $
---- doc/example-config/conf.d/10-mail.conf.orig        Thu Dec 30 10:42:54 2010
-+++ doc/example-config/conf.d/10-mail.conf     Tue Mar 22 15:11:14 2011
-@@ -132,8 +132,9 @@
+--- doc/example-config/conf.d/10-mail.conf.orig        Tue Dec  6 16:55:44 2011
++++ doc/example-config/conf.d/10-mail.conf     Wed Jan 11 00:48:48 2012
+@@ -127,8 +127,9 @@ namespace inbox {
  ##
  
  # Don't use mmap() at all. This is required if you store indexes to shared
@@ -13,7 +13,7 @@ $OpenBSD: patch-doc_example-config_conf_
  
  # Rely on O_EXCL to work when creating dotlock files. NFS supports O_EXCL
  # since version 3, so this should be safe to use nowadays by default.
-@@ -197,10 +198,10 @@
+@@ -192,10 +193,10 @@ namespace inbox {
  
  # UNIX socket path to master authentication server to find users.
  # This is used by imap (for shared users) and lda.
@@ -26,7 +26,7 @@ $OpenBSD: patch-doc_example-config_conf_
  
  # Space separated list of plugins to load for all services. Plugins specific 
to
  # IMAP, LDA, etc. are added to this list in their own .conf files.
-@@ -266,7 +267,7 @@
+@@ -271,7 +272,7 @@ namespace inbox {
  # locking methods as well. Some operating systems don't allow using some of
  # them simultaneously.
  #mbox_read_locks = fcntl
Index: patches/patch-doc_example-config_conf_d_Makefile_in
===================================================================
RCS file: 
/home/cvs/ports/mail/dovecot/patches/patch-doc_example-config_conf_d_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-doc_example-config_conf_d_Makefile_in
--- patches/patch-doc_example-config_conf_d_Makefile_in 23 May 2011 22:54:38 
-0000      1.1
+++ patches/patch-doc_example-config_conf_d_Makefile_in 24 Nov 2011 03:15:28 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-doc_example-config_conf_d_Makefile_in,v 1.1 2011/05/23 
22:54:38 sthen Exp $
---- doc/example-config/conf.d/Makefile.in.orig Wed May 11 10:35:51 2011
-+++ doc/example-config/conf.d/Makefile.in      Wed May 11 20:26:49 2011
-@@ -242,7 +242,7 @@ top_build_prefix = @top_build_prefix@
+--- doc/example-config/conf.d/Makefile.in.orig Fri Sep 16 10:00:02 2011
++++ doc/example-config/conf.d/Makefile.in      Sun Sep 18 16:38:16 2011
+@@ -245,7 +245,7 @@ top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  pkgsysconfdir = $(sysconfdir)/dovecot
Index: patches/patch-src_master_master-settings_c
===================================================================
RCS file: 
/home/cvs/ports/mail/dovecot/patches/patch-src_master_master-settings_c,v
retrieving revision 1.13
diff -u -p -r1.13 patch-src_master_master-settings_c
--- patches/patch-src_master_master-settings_c  7 Jan 2012 12:14:21 -0000       
1.13
+++ patches/patch-src_master_master-settings_c  11 Jan 2012 05:48:58 -0000
@@ -3,9 +3,9 @@ $OpenBSD: patch-src_master_master-settin
 changed settings are also present in src/config/all-settings.c; this file
 is rebuilt as part of the Dovecot build.
 
---- src/master/master-settings.c.orig  Thu Jan  5 21:36:15 2012
-+++ src/master/master-settings.c       Thu Jan  5 21:36:40 2012
-@@ -214,8 +214,8 @@ static const struct master_settings master_default_set
+--- src/master/master-settings.c.orig  Tue Dec  6 16:33:21 2011
++++ src/master/master-settings.c       Wed Jan 11 00:48:49 2012
+@@ -215,8 +215,8 @@ static const struct master_settings master_default_set
        .protocols = "imap pop3 lmtp",
        .listen = "*, ::",
        .ssl = "yes:no:required",
Index: pkg/PLIST-server
===================================================================
RCS file: /home/cvs/ports/mail/dovecot/pkg/PLIST-server,v
retrieving revision 1.26
diff -u -p -r1.26 PLIST-server
--- pkg/PLIST-server    16 Jan 2012 23:59:22 -0000      1.26
+++ pkg/PLIST-server    17 Jan 2012 01:37:13 -0000
@@ -19,7 +19,7 @@
 @extraunexec rm -rf /var/dovecot/*
 @bin bin/doveadm
 @bin bin/doveconf
-@bin bin/dsync
+bin/dsync
 include/dovecot/
 include/dovecot/abspath.h
 include/dovecot/access-lookup.h
@@ -99,6 +99,7 @@ include/dovecot/fs-api-private.h
 include/dovecot/fs-api.h
 include/dovecot/fs-sis-common.h
 include/dovecot/fsync-mode.h
+include/dovecot/guid.h
 include/dovecot/hash-format.h
 include/dovecot/hash-method.h
 include/dovecot/hash.h
@@ -106,6 +107,7 @@ include/dovecot/hash2.h
 include/dovecot/hex-binary.h
 include/dovecot/hex-dec.h
 include/dovecot/hmac-md5.h
+include/dovecot/hmac-sha1.h
 include/dovecot/home-expand.h
 include/dovecot/hostpid.h
 include/dovecot/imap-arg.h
@@ -132,10 +134,19 @@ include/dovecot/imap-status.h
 include/dovecot/imap-sync.h
 include/dovecot/imap-utf7.h
 include/dovecot/imap-util.h
+include/dovecot/imapc-client-private.h
+include/dovecot/imapc-client.h
+include/dovecot/imapc-connection.h
+include/dovecot/imapc-list.h
+include/dovecot/imapc-mail.h
+include/dovecot/imapc-msgmap.h
+include/dovecot/imapc-settings.h
+include/dovecot/imapc-storage.h
+include/dovecot/imapc-sync.h
 include/dovecot/imem.h
 include/dovecot/index-attachment.h
 include/dovecot/index-mail.h
-include/dovecot/index-mailbox-list.h
+include/dovecot/index-search-private.h
 include/dovecot/index-search-result.h
 include/dovecot/index-sort-private.h
 include/dovecot/index-sort.h
@@ -143,11 +154,15 @@ include/dovecot/index-storage.h
 include/dovecot/index-sync-changes.h
 include/dovecot/index-sync-private.h
 include/dovecot/index-thread-private.h
-include/dovecot/ioloop-internal.h
 include/dovecot/ioloop-iolist.h
 include/dovecot/ioloop-notify-fd.h
+include/dovecot/ioloop-private.h
 include/dovecot/ioloop.h
-include/dovecot/iostream-internal.h
+include/dovecot/iostream-openssl.h
+include/dovecot/iostream-private.h
+include/dovecot/iostream-rawlog-private.h
+include/dovecot/iostream-rawlog.h
+include/dovecot/iostream-ssl.h
 include/dovecot/ipc-client.h
 include/dovecot/ipc-server.h
 include/dovecot/ipwd.h
@@ -157,9 +172,10 @@ include/dovecot/istream-concat.h
 include/dovecot/istream-crlf.h
 include/dovecot/istream-dot.h
 include/dovecot/istream-header-filter.h
-include/dovecot/istream-internal.h
-include/dovecot/istream-mail-stats.h
+include/dovecot/istream-mail.h
+include/dovecot/istream-private.h
 include/dovecot/istream-raw-mbox.h
+include/dovecot/istream-rawlog.h
 include/dovecot/istream-seekable.h
 include/dovecot/istream-tee.h
 include/dovecot/istream.h
@@ -205,9 +221,9 @@ include/dovecot/mail-transaction-log-vie
 include/dovecot/mail-transaction-log.h
 include/dovecot/mail-types.h
 include/dovecot/mail-user.h
+include/dovecot/mailbox-guid-cache.h
 include/dovecot/mailbox-list-delete.h
 include/dovecot/mailbox-list-fs.h
-include/dovecot/mailbox-list-index-private.h
 include/dovecot/mailbox-list-index.h
 include/dovecot/mailbox-list-maildir.h
 include/dovecot/mailbox-list-private.h
@@ -217,6 +233,7 @@ include/dovecot/mailbox-log.h
 include/dovecot/mailbox-search-result-private.h
 include/dovecot/mailbox-tree.h
 include/dovecot/mailbox-uidvalidity.h
+include/dovecot/maildir-filename-flags.h
 include/dovecot/maildir-filename.h
 include/dovecot/maildir-keywords.h
 include/dovecot/maildir-settings.h
@@ -274,10 +291,12 @@ include/dovecot/nfs-workarounds.h
 include/dovecot/notify-plugin-private.h
 include/dovecot/notify-plugin.h
 include/dovecot/ostream-cmp.h
-include/dovecot/ostream-internal.h
+include/dovecot/ostream-private.h
+include/dovecot/ostream-rawlog.h
 include/dovecot/ostream.h
 include/dovecot/passdb-blocking.h
 include/dovecot/passdb-cache.h
+include/dovecot/passdb-template.h
 include/dovecot/passdb.h
 include/dovecot/password-scheme.h
 include/dovecot/pop3-capability.h
@@ -285,6 +304,10 @@ include/dovecot/pop3-client.h
 include/dovecot/pop3-commands.h
 include/dovecot/pop3-common.h
 include/dovecot/pop3-settings.h
+include/dovecot/pop3c-client.h
+include/dovecot/pop3c-settings.h
+include/dovecot/pop3c-storage.h
+include/dovecot/pop3c-sync.h
 include/dovecot/primes.h
 include/dovecot/printf-format-fix.h
 include/dovecot/priorityq.h
@@ -333,7 +356,7 @@ include/dovecot/unix-socket-create.h
 include/dovecot/unlink-directory.h
 include/dovecot/unlink-old-files.h
 include/dovecot/userdb-blocking.h
-include/dovecot/userdb-static.h
+include/dovecot/userdb-template.h
 include/dovecot/userdb-vpopmail.h
 include/dovecot/userdb.h
 include/dovecot/utc-mktime.h
@@ -343,12 +366,14 @@ include/dovecot/wildcard-match.h
 include/dovecot/write-full.h
 lib/dovecot/
 lib/dovecot/auth/
+lib/dovecot/auth/libauthdb_imap.so
 lib/dovecot/dict/
 lib/dovecot/doveadm/
 lib/dovecot/doveadm/lib10_doveadm_acl_plugin.so
 lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so
 lib/dovecot/doveadm/lib10_doveadm_quota_plugin.so
 lib/dovecot/doveadm/lib10_doveadm_zlib_plugin.so
+lib/dovecot/doveadm/lib20_doveadm_fts_plugin.so
 lib/dovecot/dovecot-config
 lib/dovecot/lib01_acl_plugin.so
 lib/dovecot/lib02_imap_acl_plugin.so
@@ -367,9 +392,12 @@ lib/dovecot/lib20_virtual_plugin.so
 lib/dovecot/lib20_zlib_plugin.so
 lib/dovecot/lib21_fts_squat_plugin.so
 lib/dovecot/lib30_imap_zlib_plugin.so
+lib/dovecot/lib90_stats_plugin.so
+lib/dovecot/lib95_imap_stats_plugin.so
 @lib lib/dovecot/libdovecot-lda.so.${LIBdovecot-lda_VERSION}
 @lib lib/dovecot/libdovecot-login.so.${LIBdovecot-login_VERSION}
 @lib lib/dovecot/libdovecot-sql.so.${LIBdovecot-sql_VERSION}
+@lib lib/dovecot/libdovecot-ssl.so.${LIBdovecot-ssl_VERSION}
 @lib lib/dovecot/libdovecot-storage.so.${LIBdovecot-storage_VERSION}
 @lib lib/dovecot/libdovecot.so.${LIBdovecot_VERSION}
 libexec/dovecot/
@@ -377,6 +405,7 @@ libexec/dovecot/
 @bin libexec/dovecot/auth
 @bin libexec/dovecot/checkpassword-reply
 @bin libexec/dovecot/config
+libexec/dovecot/decode2text.sh
 libexec/dovecot/deliver
 @bin libexec/dovecot/dict
 @bin libexec/dovecot/director
@@ -386,8 +415,9 @@ libexec/dovecot/deliver
 @bin libexec/dovecot/gdbhelper
 @bin libexec/dovecot/imap
 @bin libexec/dovecot/imap-login
+@bin libexec/dovecot/indexer
+@bin libexec/dovecot/indexer-worker
 @bin libexec/dovecot/ipc
-@bin libexec/dovecot/listview
 @bin libexec/dovecot/lmtp
 @bin libexec/dovecot/log
 @bin libexec/dovecot/maildirlock
@@ -397,6 +427,8 @@ libexec/dovecot/deliver
 @bin libexec/dovecot/script
 @bin libexec/dovecot/script-login
 @bin libexec/dovecot/ssl-params
+@bin libexec/dovecot/stats
+@bin libexec/dovecot/xml2text
 @comment @man man/man1/deliver.1
 @man man/man1/doveadm-altmove.1
 @man man/man1/doveadm-auth.1
@@ -433,7 +465,6 @@ sbin/dovecot-mkcert.sh
 share/aclocal/
 share/aclocal/dovecot.m4
 share/doc/dovecot/
-share/doc/dovecot/auth-protocol.txt
 share/doc/dovecot/documentation.txt
 @sample ${SYSCONFDIR}/dovecot/
 @sample ${SYSCONFDIR}/dovecot/conf.d/
@@ -670,6 +701,8 @@ share/examples/dovecot/example-config/co
 @sample ${SYSCONFDIR}/dovecot/conf.d/10-ssl.conf
 share/examples/dovecot/example-config/conf.d/15-lda.conf
 @sample ${SYSCONFDIR}/dovecot/conf.d/15-lda.conf
+share/examples/dovecot/example-config/conf.d/15-mailboxes.conf
+@sample ${SYSCONFDIR}/dovecot/conf.d/15-mailboxes.conf
 share/examples/dovecot/example-config/conf.d/20-imap.conf
 @sample ${SYSCONFDIR}/dovecot/conf.d/20-imap.conf
 share/examples/dovecot/example-config/conf.d/20-lmtp.conf

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to