[Midnightbsd-cvs] mports: mail/dovecot: Update to 1.0.5.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 1 04:24:53 EDT 2007


Log Message:
-----------
Update to 1.0.5.

This is a bugfix release which addresses the following from 1.0.4 and 1.0.5

	* Assume a MIME message if Content-Type: header exists, even if
	  Mime-Version: header doesn't.

	- IMAP: CREATE ns_prefix/box/ didn't work right when namespace prefix
	  existed.
	- deliver: plugin {} settings were overriding settings from userdb.
	- mbox: Expunging the first message might not have worked always
	- PostgreSQL: If we can't connect to server, timeout queries after
	  a while instead of trying forever.
	- Solaris: sendfile() support was broken and could have caused
	  100% CPU usage and the connection hanging.

And one more thing I forgot from NEWS file:

	- IMAP: Fixed infinite loop in some situations

v1.0.4 was a bit bad release.

	- deliver: v1.0.4 broke home directory handling
	- maildir: Creating mailboxes didn't use dovecot-shared's group for
	  cur/new/tmp directories.

Modified Files:
--------------
    mports/mail/dovecot:
        Makefile (r1.10 -> r1.11)
        distinfo (r1.8 -> r1.9)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/dovecot/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lmail/dovecot/Makefile -Lmail/dovecot/Makefile -u -r1.10 -r1.11
--- mail/dovecot/Makefile
+++ mail/dovecot/Makefile
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	dovecot
-DISTVERSION=	1.0.3
+DISTVERSION=	1.0.5
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/1.0/
 
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/mail/dovecot/distinfo,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lmail/dovecot/distinfo -Lmail/dovecot/distinfo -u -r1.8 -r1.9
--- mail/dovecot/distinfo
+++ mail/dovecot/distinfo
@@ -1,3 +1,3 @@
-MD5 (dovecot-1.0.3.tar.gz) = 1d7cc3c4964789554553e7e4ea3f82b4
-SHA256 (dovecot-1.0.3.tar.gz) = 5f361980448d0d2411bd9ad950ac8aafb95f39cb7c2bc7652df5f624f7d26391
-SIZE (dovecot-1.0.3.tar.gz) = 1773226
+MD5 (dovecot-1.0.5.tar.gz) = 94b7d29cf44f63f89d538361afa05c40
+SHA256 (dovecot-1.0.5.tar.gz) = 938edb1c767282ec0299fd99e71e4ce1a1f9f119623ef9f8b47776ab6a504024
+SIZE (dovecot-1.0.5.tar.gz) = 1775898


More information about the Midnightbsd-cvs mailing list