diff options
author | ghen <ghen@pkgsrc.org> | 2011-09-15 14:22:29 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2011-09-15 14:22:29 +0000 |
commit | 969dfd49a374ae6139ece8bb4510701c3f5bca67 (patch) | |
tree | 29a8ad7e4dd41edcfabcff9b2ae02879abe03d2b | |
parent | bbc2592b6f66da0dc2dde4d871747a282c8141e7 (diff) | |
download | pkgsrc-969dfd49a374ae6139ece8bb4510701c3f5bca67.tar.gz |
Update pigeonhole plugin to 0.2.4.
Changelog:
+ Vacation extension: finally added support for using the original
recipient in vacation address check. It is also possible to disable
the recipient address check entirely. Check doc/vacation.txt for
configuration information.
+ Include extension: made limits on the include depth and the total
number of included scripts configurable. Check doc/include.txt for
configuration information.
+ Implemented ihave extension. This allows checking for the availability
of Sieve language extensions at 'runtime'. Actually, this is checked
at compile time. At runtime the interpreter checks whether extensions
that were not previously available are still unavailable. If the
situation changed, the script is re-compiled and the ihave tests are
evaluated again.
+ Sieve: optimized compilation of tests that yield constant results
(i.e. known at compile tme), such as 'true' and 'false'. No code is
produced anymore for script sections that are never executed. Also,
semantics are not verified anymore in uncompiled script sections.
+ Made vnd.dovecot.debug extension available to the LDA plugin instead
of only the command line tools.
+ Sieve: redirect action now adds X-Sieve-Redirected-From header
(mainly for people using SPF/SRS).
- Sieve: fixed bug in handling flags and keywords; in case of error an
assertion was triggered.
- Script storage: improved handling of unconfigured user home directory.
Originally this would produce an unhelpful error message.
- Imap4flags extension: prevent forcibly enabling imap4flags when
imapflags is enabled.
- Fixed various -Wunused-but-set-variable compiler warnings.
- Include extension: forgot to check variable identifier syntax for
'global' command.
- Sieve: fixed debug mode; no messages were logged in some situations.
- sievec tool: forgot to enable -D (debug) parameter.
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 8f1f7aa59d6..6e7b2792765 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:44:02 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/09/15 14:22:29 ghen Exp $ -DISTNAME= dovecot-2.0-pigeonhole-0.2.3 +DISTNAME= dovecot-2.0-pigeonhole-0.2.4 PKGNAME= ${DISTNAME:S/-2.0-/-/} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/2.0/ diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 3681bdc0676..628a63f1d8c 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2011/04/15 13:36:01 adam Exp $ +$NetBSD: distinfo,v 1.4 2011/09/15 14:22:29 ghen Exp $ -SHA1 (dovecot-2.0-pigeonhole-0.2.3.tar.gz) = c8f67304028e21f8ff33163427fd4f47fa738d9d -RMD160 (dovecot-2.0-pigeonhole-0.2.3.tar.gz) = 63898d5b71aee933399e9e76b6a1784b3b31197e -Size (dovecot-2.0-pigeonhole-0.2.3.tar.gz) = 1213027 bytes +SHA1 (dovecot-2.0-pigeonhole-0.2.4.tar.gz) = 43e1ab3f4435765c6ecf14594c8fa41a3a046bb2 +RMD160 (dovecot-2.0-pigeonhole-0.2.4.tar.gz) = 61cf4209210f56d033586d779eca31f7433dbf62 +Size (dovecot-2.0-pigeonhole-0.2.4.tar.gz) = 1230408 bytes SHA1 (patch-aa) = 97bcc7ae0c1b07508027e7c03247316de02badcf |