From nobody@FreeBSD.org  Tue Jul  3 06:17:55 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CFEC61065673
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  3 Jul 2012 06:17:55 +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 9FA8A8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  3 Jul 2012 06:17:55 +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 q636Htn7032132
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 3 Jul 2012 06:17:55 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q636HsQ8032131;
	Tue, 3 Jul 2012 06:17:54 GMT
	(envelope-from nobody)
Message-Id: <201207030617.q636HsQ8032131@red.freebsd.org>
Date: Tue, 3 Jul 2012 06:17:54 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:         169622
>Category:       ports
>Synopsis:       maintainer update: mail/dovecot2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jase
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 03 06:20:00 UTC 2012
>Closed-Date:    Sat Jul 07 16:26:22 UTC 2012
>Last-Modified:  Sat Jul  7 16:30:16 UTC 2012
>Originator:     Attila Nagy
>Release:        
>Organization:
>Environment:
>Description:
Dovecot update to 2.1.8. Please also bump the portrevision of dovecot2-pigeonhole!

Changes included:
Most importantly fixes a pretty bad behavior of sending mailbox names as
UTF-8 instead of mUTF-7 as required by IMAP RFC. I'm surprised nobody
hadn't noticed this in v2.1.x tree before yesterday. I guess some
clients might have translated the name to UTF-8 anyway and not noticed
it, while others would have silently ignored the problem of not seeing
STATUS updates.

	+ pop3c: Added pop3c_master_user setting.
	- imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7
	  in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT
	  commands.
	- lmtp proxy: Don't timeout connections too early when mail has a lot
	  of RCPT TOs.
	- director: Don't crash if the director is working alone.
	- shared mailboxes: Avoid doing "@domain" userdb lookups.
	- doveadm: Fixed crash with proxying some commands.
	- fts-squat: Fixed handling multiple SEARCH parameters.
	- imapc: Fixed a crash when message had more than 8 keywords.
	- imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN dovecot2.orig/Makefile dovecot2/Makefile
--- dovecot2.orig/Makefile      2012-07-02 21:27:03.000000000 +0200
+++ dovecot2/Makefile   2012-07-03 08:03:50.327519901 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      dovecot
-PORTVERSION=   2.1.7
+PORTVERSION=   2.1.8
 CATEGORIES=    mail ipv6
 MASTER_SITES=  http://www.dovecot.org/releases/${PORTVERSION:R}/
 
diff -ruN dovecot2.orig/distinfo dovecot2/distinfo
--- dovecot2.orig/distinfo      2012-05-31 23:32:51.000000000 +0200
+++ dovecot2/distinfo   2012-07-03 08:03:51.947509860 +0200
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.1.7.tar.gz) = d5b7bc61fff947722aebe12ebb25e92c38ce3e27e14ebc54cfc66f0b346cf452
-SIZE (dovecot-2.1.7.tar.gz) = 3778791
+SHA256 (dovecot-2.1.8.tar.gz) = 48807384f815072cf5a9c8a94726b4179433d4a3dd35f33cbe8db3a7880b000d
+SIZE (dovecot-2.1.8.tar.gz) = 3807008


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jase 
Responsible-Changed-By: jase 
Responsible-Changed-When: Tue 3 Jul 2012 10:09:10 UTC 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169622 
State-Changed-From-To: open->closed 
State-Changed-By: jase 
State-Changed-When: Sat 7 Jul 2012 16:26:21 UTC 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169622: commit references a PR
Date: Sat,  7 Jul 2012 16:26:11 +0000 (UTC)

 jase        2012-07-07 16:26:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dovecot2        Makefile distinfo pkg-plist 
   Log:
   - Update to 2.1.8 [1]
   - Convert to optionsNG and add DOCS,EXAMPLES options
   - Minor PLIST_SUB and pkg-plist amendments
   
   PR:             ports/169622 [1]
   Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
   Approved by:    culot (mentor)
   
   Revision  Changes    Path
   1.19      +38 -47    ports/mail/dovecot2/Makefile
   1.13      +2 -2      ports/mail/dovecot2/distinfo
   1.12      +4 -4      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/169622: commit references a PR
Date: Sat,  7 Jul 2012 16:28:22 +0000 (UTC)

 jase        2012-07-07 16:28:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/dovecot2-pigeonhole Makefile pkg-plist 
   Log:
   - Bump PORTREVISION after update to mail/dovecot2 [1]
   - Convert to optionsNG and add DOCS,EXAMPLES options
   - Pet portlint(1): dirrm DOCSDIR
   
   PR:             ports/169622 [1]
   Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
   Approved by:    culot (mentor)
   
   Revision  Changes    Path
   1.16      +10 -6     ports/mail/dovecot2-pigeonhole/Makefile
   1.5       +1 -0      ports/mail/dovecot2-pigeonhole/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"
 
>Unformatted:
