From owner-svn-ports-head@FreeBSD.ORG Sun Mar 22 18:16:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B80DA31C; Sun, 22 Mar 2015 18:16:43 +0000 (UTC) Received: from svn.freebsd.org (svn.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 A3F1FF84; Sun, 22 Mar 2015 18:16:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2MIGhtS034110; Sun, 22 Mar 2015 18:16:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2MIGguc034104; Sun, 22 Mar 2015 18:16:42 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201503221816.t2MIGguc034104@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 22 Mar 2015 18:16:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381944 - 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.18-1 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: Sun, 22 Mar 2015 18:16:43 -0000 Author: pi Date: Sun Mar 22 18:16:41 2015 New Revision: 381944 URL: https://svnweb.freebsd.org/changeset/ports/381944 QAT: https://qat.redports.org/buildarchive/r381944/ Log: mail/dovecot2-pigeonhole: 0.4.6 -> 0.4.7 Changelog v0.4.7: * editheader extension: Made protection against addition and deletion of headers configurable separately. Also, the `Received' and `Auto-Submitted' headers are no longer protected against addition by default. * Turned message envelope address parse errors into warnings. * The interpreter now accepts non-standard domain names, e.g. containing '_'. + Implemented the Sieve index extension (RFC 5260). + Implemented support for the mboxmetadata and servermetadata extensions (RFC 5490). + Implemented new sieve commands for the doveadm command line utility. These commands are currently limited to ManageSieve operations, but the other current sieve tools will be migrated to doveadm in the near future as well. + Added more debug output about binary up-to-date checking. + Added script metadata to binary dump output. - Fixed Sieve script binary up-to-date checking by normalizing the script location. - The Sieve interpreter now flushes the duplicate database during start phase of result execution rather than commit phase. This makes sure locks on the duplicate database are released as soon as possible, preventing contention. - Performed a few optimizations in the lexical scanner of the language. - Fixed bug in `:matches' match-type that made a pattern without wildcards match as if there were a '*' at the beginning. - Fixed crash in validation of the string parameter of the comparator tag. - extprograms extension: Made sure supplemental group privileges are also dropped. This was a problem reported by Debian lintian. - Fixed bug in handling of binary errors for action side-effects and message overrides. - file script storage: Restructured storage initialization to address backwards compatibility issues. - dict script storage: Fixed small memory allocation bug. PR: 198747 Submitted by: Larry Rosenman (maintainer) Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo head/mail/dovecot2-pigeonhole/pkg-plist Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Sun Mar 22 18:15:02 2015 (r381943) +++ head/mail/dovecot2-pigeonhole/Makefile Sun Mar 22 18:16:41 2015 (r381944) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.6 -PORTREVISION= 1 +PORTVERSION= 0.4.7 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 Sun Mar 22 18:15:02 2015 (r381943) +++ head/mail/dovecot2-pigeonhole/distinfo Sun Mar 22 18:16:41 2015 (r381944) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2-pigeonhole-0.4.6.tar.gz) = 91034669f9ce07661bbadcfb00fe50b6929bf7f616d9aa79d3f5a351d1a47d3d -SIZE (dovecot-2.2-pigeonhole-0.4.6.tar.gz) = 1240368 +SHA256 (dovecot-2.2-pigeonhole-0.4.7.tar.gz) = 04a13ec11652cbff812519eacf4db7dda648ab5c4c5f63b43a437d1fb0cc8d2a +SIZE (dovecot-2.2-pigeonhole-0.4.7.tar.gz) = 1271959 Modified: head/mail/dovecot2-pigeonhole/pkg-plist ============================================================================== --- head/mail/dovecot2-pigeonhole/pkg-plist Sun Mar 22 18:15:02 2015 (r381943) +++ head/mail/dovecot2-pigeonhole/pkg-plist Sun Mar 22 18:16:41 2015 (r381944) @@ -10,6 +10,7 @@ include/dovecot-2.2-pigeonhole/sieve/pig include/dovecot-2.2-pigeonhole/sieve/pigeonhole-version.h include/dovecot-2.2-pigeonhole/sieve/program-client-private.h include/dovecot-2.2-pigeonhole/sieve/program-client.h +include/dovecot-2.2-pigeonhole/sieve/realpath.h include/dovecot-2.2-pigeonhole/sieve/rfc2822.h include/dovecot-2.2-pigeonhole/sieve/sieve-actions.h include/dovecot-2.2-pigeonhole/sieve/sieve-address-parts.h @@ -74,6 +75,7 @@ lib/dovecot/sieve/lib90_sieve_extprogram lib/dovecot/sieve/lib90_sieve_extprograms_plugin.so libexec/dovecot/managesieve libexec/dovecot/managesieve-login +man/man1/doveadm-sieve.1.gz man/man1/sieve-dump.1.gz man/man1/sieve-filter.1.gz man/man1/sieve-test.1.gz