From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 09:50:08 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 426A7106566B for ; Mon, 27 Sep 2010 09:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 03EBD8FC22 for ; Mon, 27 Sep 2010 09:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8R9o7mP033746 for ; Mon, 27 Sep 2010 09:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8R9o7mr033738; Mon, 27 Sep 2010 09:50:07 GMT (envelope-from gnats) Date: Mon, 27 Sep 2010 09:50:07 GMT Message-Id: <201009270950.o8R9o7mr033738@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Attila Nagy Cc: Subject: Re: ports/150789: New port: mail/dovecot20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Attila Nagy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 09:50:08 -0000 The following reply was made to PR ports/150789; it has been noted by GNATS. From: Attila Nagy To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bug-followup@freebsd.org Cc: Subject: Re: ports/150789: New port: mail/dovecot20 Date: Mon, 27 Sep 2010 11:29:31 +0200 This is a multi-part message in MIME format. --------------050700060506040408020307 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Dovecot 2.0.4 is released, attached is a patch for the submitted port, users are advised to upgrade. Changelog: multi-dbox users: Be careful about the INDEX change. Maildir users: I hope v2.0 is now finally stable. * multi-dbox: If :INDEX=path is specified, keep storage/dovecot.map.index* files also in the index path rather than in the main storage directory. WARNING: if you specified :INDEX= with earlier mdbox installation, you must now manually move the storage indexes to the expected directory! Otherwise Dovecot won't see them and will rebuild the indexes, possibly unexpunging some mails. - Maildir: Copying messages with hard links sometimes caused the source maildir's entire tmp/ directory to be renamed to destination maildir as if it were a message. - Maildir: v2.0.3 broke expunging copied messages sometimes - Maildir: INBOX whose tmp/ directory was lost couldn't be opened - single-dbox: Messages weren't copied with hard links - vpopmail support is hopefully working again. - dsync: POP3 UIDLs weren't copied with Maildir - dict file: Fixed fd leak (showed up easily with LMTP + quota) --------------050700060506040408020307 Content-Type: text/plain; name="dovecot204.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dovecot204.patch" diff -ruN dovecot20.orig/Makefile dovecot20/Makefile --- dovecot20.orig/Makefile 2010-09-27 10:01:07.956900000 +0200 +++ dovecot20/Makefile 2010-09-27 10:48:01.314162419 +0200 @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ diff -ruN dovecot20.orig/distinfo dovecot20/distinfo --- dovecot20.orig/distinfo 2010-09-20 14:40:55.000000000 +0200 +++ dovecot20/distinfo 2010-09-27 10:48:08.917358231 +0200 @@ -1,3 +1,3 @@ -MD5 (dovecot-2.0.3.tar.gz) = c0c72dd57071593ff3a6a452fcee6a03 -SHA256 (dovecot-2.0.3.tar.gz) = 56d696d9a5114ea5069b0c2f366b3eefc8790c0f438522d7d9f1369942cf4f45 -SIZE (dovecot-2.0.3.tar.gz) = 3096760 +MD5 (dovecot-2.0.4.tar.gz) = ff1cd0dbfca4a26cce782f7d31cb2028 +SHA256 (dovecot-2.0.4.tar.gz) = 1f88a2ccb3c427f32409d78b94f18aff0d02085acb5d8d4b6c1fca33c8196f27 +SIZE (dovecot-2.0.4.tar.gz) = 3102701 --------------050700060506040408020307--