From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 5 09:00:03 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01DB81065678 for ; Mon, 5 Sep 2011 09:00:02 +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 C8CE88FC15 for ; Mon, 5 Sep 2011 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p85902H1043450 for ; Mon, 5 Sep 2011 09:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p85902lp043449; Mon, 5 Sep 2011 09:00:02 GMT (envelope-from gnats) Resent-Date: Mon, 5 Sep 2011 09:00:02 GMT Resent-Message-Id: <201109050900.p85902lp043449@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 151F3106566C for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/160476: 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: Mon, 05 Sep 2011 09:00:03 -0000 >Number: 160476 >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: Mon Sep 05 09:00:02 UTC 2011 >Closed-Date: >Last-Modified: >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: >Unformatted: