aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot2-pigeonhole
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-03-22 18:16:41 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-03-22 18:16:41 +0000
commit1856f765e56417dbf6e87f476a60d11878623e19 (patch)
tree0648f518959c6c6ef7b28131c5422ed762212cae /mail/dovecot2-pigeonhole
parentfb552b88ac7479cfade738e80a68982f0a16cd6d (diff)
downloadports-1856f765e56417dbf6e87f476a60d11878623e19.tar.gz
ports-1856f765e56417dbf6e87f476a60d11878623e19.zip
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)
Notes
Notes: svn path=/head/; revision=381944
Diffstat (limited to 'mail/dovecot2-pigeonhole')
-rw-r--r--mail/dovecot2-pigeonhole/Makefile3
-rw-r--r--mail/dovecot2-pigeonhole/distinfo4
-rw-r--r--mail/dovecot2-pigeonhole/pkg-plist2
3 files changed, 5 insertions, 4 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile
index 96102537bf1a..c6891a610202 100644
--- a/mail/dovecot2-pigeonhole/Makefile
+++ b/mail/dovecot2-pigeonhole/Makefile
@@ -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}
diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo
index 7f9adc4b1118..b90d6a617c5b 100644
--- a/mail/dovecot2-pigeonhole/distinfo
+++ b/mail/dovecot2-pigeonhole/distinfo
@@ -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
diff --git a/mail/dovecot2-pigeonhole/pkg-plist b/mail/dovecot2-pigeonhole/pkg-plist
index 2bce52e6bd0e..b2306e773b0d 100644
--- a/mail/dovecot2-pigeonhole/pkg-plist
+++ b/mail/dovecot2-pigeonhole/pkg-plist
@@ -10,6 +10,7 @@ include/dovecot-2.2-pigeonhole/sieve/pigeonhole-config.h
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_extprograms_plugin.a
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