From owner-svn-ports-head@freebsd.org Mon Oct 5 03:52:15 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E048A105FC; Mon, 5 Oct 2015 03:52:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6334814DF; Mon, 5 Oct 2015 03:52:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t953qF4s089592; Mon, 5 Oct 2015 03:52:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t953qEEM089590; Mon, 5 Oct 2015 03:52:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201510050352.t953qEEM089590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 5 Oct 2015 03:52:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398629 - head/mail/dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 03:52:15 -0000 Author: pi Date: Mon Oct 5 03:52:14 2015 New Revision: 398629 URL: https://svnweb.freebsd.org/changeset/ports/398629 Log: mail/dovecot2-pigeonhole: 0.4.8 -> 0.4.9 upgrade to follow mail/dovecot2 * Properly implemented checking of ABI version for Sieve interpreter plugins, much like Dovecot itself does for plugins. This will prevent plugin ABI mismatches. + Implemented a vnd.dovecot.environment extension. This builds upon the standard environment extension and adds a few more environment items, such as username and default mailbox. It also creates a variables namespace so that environment items can be accessed directly. I am still thinking about more environment items that can be added. + Sieve extprograms plugin: Made line endings of the input passed to the external programs configurable. This can be configured separately for each of the three extensions. + ManageSieve: Implemented proxy XCLIENT support. This allows the proxy to pass client information to the back-end. - ManageSieve: Fixed an assert failure occurring when a client disconnects during the GETSCRIPT command. - doveadm sieve plugin: Fixed incorrect initialization of mail user. This caused a few memory leaks. - sieve-filter command line tool: Fixed handling of failure-related implicit keep when there is an explicit default destination folder. This caused message duplication. - lib-sieve: Fixed bug in RFC5322 header folding. Words longer than the optimal line length caused empty lines in the output, which would break the resulting message header. This surfaced in References: headers with very long message IDs. PR: 203526 Submitted by: Larry Rosenman (maintainer) Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Mon Oct 5 03:09:24 2015 (r398628) +++ head/mail/dovecot2-pigeonhole/Makefile Mon Oct 5 03:52:14 2015 (r398629) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.8 -PORTREVISION= 1 +PORTVERSION= 0.4.9 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot2-pigeonhole/distinfo Mon Oct 5 03:09:24 2015 (r398628) +++ head/mail/dovecot2-pigeonhole/distinfo Mon Oct 5 03:52:14 2015 (r398629) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2-pigeonhole-0.4.8.tar.gz) = d73c1c5a11cdfdcb58304a1c1272cce6c8e1868e3f61d393b3b8a725f3bf665b -SIZE (dovecot-2.2-pigeonhole-0.4.8.tar.gz) = 1567528 +SHA256 (dovecot-2.2-pigeonhole-0.4.9.tar.gz) = 82892f876d26008a076973dfddf1cffaf5a0451825fd44e06287e94b89078649 +SIZE (dovecot-2.2-pigeonhole-0.4.9.tar.gz) = 1577127