Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 489C863B9FE for ; Tue, 10 Apr 2012 12:12:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CE01114A45B; Tue, 10 Apr 2012 12:12:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F056214A43F for ; Tue, 10 Apr 2012 12:12:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tWVFhdc2IAuQ for ; Tue, 10 Apr 2012 12:12:23 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0D5FF14A44D for ; Tue, 10 Apr 2012 12:12:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8F2A2175DD; Tue, 10 Apr 2012 12:12:22 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 10 Apr 2012 12:12:22 +0000 From: "Geert Hendrickx" Subject: CVS commit: pkgsrc/mail/dovecot2 To: pkgsrc-changes@NetBSD.org Reply-To: ghen@netbsd.org X-Mailer: log_accum Message-Id: <20120410121222.8F2A2175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ghen Date: Tue Apr 10 12:12:22 UTC 2012 Modified Files: pkgsrc/mail/dovecot2: Makefile PLIST distinfo Removed Files: pkgsrc/mail/dovecot2/patches: patch-src_lib-storage_list_mailbox-list-fs-iter.c Log Message: Update to Dovecot 2.1.4. + Added mail_temp_scan_interval setting and changed its default value from 8 hours to 1 week. + Added pop3-migration plugin for easily doing a transparent IMAP+POP3 migration to Dovecot: http://wiki2.dovecot.org/Migration/Dsync + doveadm user: Added -m parameter to show some of the mail settings. - Proxying SSL connections crashed in v2.1.[23] - fts-solr: Indexing mail bodies was broken. - director: Several changes to significantly improve error handling - doveadm import didn't import messages' flags - mail_full_filesystem_access=yes was broken - Make sure IMAP clients can't create directories when accessing nonexistent users' mailboxes via shared namespace. - Dovecot auth clients authenticating via TCP socket could have failed with bogus "PID already in use" errors. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/dovecot2/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/dovecot2/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/dovecot2/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/mail/dovecot2/patches/patch-src_lib-storage_list_mailbox-list-fs-iter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.