Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 11:29:31 +0200
From:      Attila Nagy <bra@fsn.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org,  bug-followup@freebsd.org
Subject:   Re: ports/150789: New port: mail/dovecot20
Message-ID:  <4CA063FB.5090506@fsn.hu>
In-Reply-To: <201009211620.o8LGK137064181@freefall.freebsd.org>
References:  <201009211620.o8LGK137064181@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CA063FB.5090506>