Date: Sun, 22 Mar 2015 18:16:42 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381944 - head/mail/dovecot2-pigeonhole Message-ID: <201503221816.t2MIGguc034104@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ler@lerctr.org> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503221816.t2MIGguc034104>