From nobody@FreeBSD.org  Mon Sep  5 08:51:18 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 151F3106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Sep 2011 08:51:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id EDEAF8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Sep 2011 08:51:17 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p858pHTZ066978
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 5 Sep 2011 08:51:17 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p858pHMM066977;
	Mon, 5 Sep 2011 08:51:17 GMT
	(envelope-from nobody)
Message-Id: <201109050851.p858pHMM066977@red.freebsd.org>
Date: Mon, 5 Sep 2011 08:51:17 GMT
From: Attila Nagy <bra@fsn.hu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: maintainer update: mail/dovecot2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160476
>Category:       ports
>Synopsis:       maintainer update: mail/dovecot2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 05 09:00:02 UTC 2011
>Closed-Date:    Thu Sep 08 13:14:20 UTC 2011
>Last-Modified:  Thu Sep  8 13:20:07 UTC 2011
>Originator:     Attila Nagy
>Release:        
>Organization:
>Environment:
>Description:
Update Dovecot to 2.0.14 and increasing PORTREVISION of dovecot2-pigeonhole to allow it to rebuild.

Some of the largest changes since v2.0.13:

	+ doveadm: Added support for running mail commands by proxying to
	  another doveadm server.
	+ Added "doveadm proxy list" and "doveadm proxy kick" commands to
	  list/kick proxy connections (via a new "ipc" service).
	+ Added "doveadm director move" to assign user from one server to
	  another, killing any existing connections.
	+ Added "doveadm director ring status" command.
	+ userdb extra fields can now return name+=value to append to an
	  existing name, e.g. "mail_plugins+= quota".
	- script-login attempted an unnecessary config lookup, which usually
	  failed with "Permission denied".
	- lmtp: Fixed parsing quoted strings with spaces as local-part for
	  MAIL FROM and RCPT TO.
	- imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not
	  returned all data sometimes.
	- ldap: Fixed random assert-crashing with with sasl_bind=yes.
	- Fixes to handling mail chroots
	- Fixed renaming mailboxes under different parent with FS layout when
	  using separate ALT, INDEX or CONTROL paths.
	- zlib: Fixed reading concatenated .gz files.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN dovecot2.orig/Makefile dovecot2/Makefile
--- dovecot2.orig/Makefile	2011-09-01 09:17:31.569866000 +0200
+++ dovecot2/Makefile	2011-09-05 09:44:19.227317513 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dovecot
-PORTVERSION=	2.0.13
+PORTVERSION=	2.0.14
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
 
diff -ruN dovecot2.orig/distinfo dovecot2/distinfo
--- dovecot2.orig/distinfo	2011-09-01 09:17:31.589864000 +0200
+++ dovecot2/distinfo	2011-09-05 09:44:24.136386990 +0200
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.0.13.tar.gz) = 2b512263ec05bbd74cde5c697ad12250d9268eba1c8ce4a8144adea69308675d
-SIZE (dovecot-2.0.13.tar.gz) = 3272542
+SHA256 (dovecot-2.0.14.tar.gz) = 42eec803c84bc21a7658a0637428ef6d2f4e2ea8e8cce1177783cc4812c3c7fc
+SIZE (dovecot-2.0.14.tar.gz) = 3300530
diff -ruN dovecot2.orig/pkg-plist dovecot2/pkg-plist
--- dovecot2.orig/pkg-plist	2011-07-07 15:07:49.513399000 +0200
+++ dovecot2/pkg-plist	2011-09-05 10:38:59.987830241 +0200
@@ -130,6 +130,8 @@
 include/dovecot/ioloop-notify-fd.h
 include/dovecot/ioloop.h
 include/dovecot/iostream-internal.h
+include/dovecot/ipc-client.h
+include/dovecot/ipc-server.h
 include/dovecot/ipwd.h
 include/dovecot/istream-attachment.h
 include/dovecot/istream-base64-encoder.h
@@ -418,6 +420,7 @@
 libexec/dovecot/gdbhelper
 libexec/dovecot/imap
 libexec/dovecot/imap-login
+libexec/dovecot/ipc
 libexec/dovecot/listview
 libexec/dovecot/lmtp
 libexec/dovecot/log
diff -ruN dovecot2-pigeonhole.orig/Makefile dovecot2-pigeonhole/Makefile
--- dovecot2-pigeonhole.orig/Makefile	2011-09-01 09:17:31.589864000 +0200
+++ dovecot2-pigeonhole/Makefile	2011-09-05 09:49:40.816680427 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	dovecot-pigeonhole
 PORTVERSION=	0.2.3
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
 DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon Sep 5 16:20:10 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160476 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Sep 8 13:14:19 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160476 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160476: commit references a PR
Date: Thu,  8 Sep 2011 13:13:21 +0000 (UTC)

 sunpoet     2011-09-08 13:13:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dovecot2        Makefile distinfo pkg-plist 
   Log:
   - Update to 2.0.14
   
   Changes:        http://www.dovecot.org/list/dovecot-news/2011-August/000193.html
   PR:             ports/160476
   Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
   
   Revision  Changes    Path
   1.7       +1 -1      ports/mail/dovecot2/Makefile
   1.6       +2 -2      ports/mail/dovecot2/distinfo
   1.8       +3 -0      ports/mail/dovecot2/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160476: commit references a PR
Date: Thu,  8 Sep 2011 13:14:12 +0000 (UTC)

 sunpoet     2011-09-08 13:14:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dovecot2-pigeonhole Makefile 
   Log:
   - Bump PORTREVISION of mail/dovecot2-pigeonhole
   
   PR:             ports/160476
   Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
   
   Revision  Changes    Path
   1.7       +1 -0      ports/mail/dovecot2-pigeonhole/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
