From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 3 06:20:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 545841065674 for ; Tue, 3 Jul 2012 06:20:01 +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 2651D8FC0C for ; Tue, 3 Jul 2012 06:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q636K19H077927 for ; Tue, 3 Jul 2012 06:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q636K1HT077926; Tue, 3 Jul 2012 06:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 3 Jul 2012 06:20:01 GMT Resent-Message-Id: <201207030620.q636K1HT077926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Attila Nagy Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFEC61065673 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169622: maintainer update: mail/dovecot2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2012 06:20:01 -0000 >Number: 169622 >Category: ports >Synopsis: maintainer update: mail/dovecot2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 03 06:20:00 UTC 2012 >Closed-Date: >Last-Modified: >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: >Unformatted: