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.
This commit is contained in:
ghen 2011-09-15 14:22:29 +00:00
parent 2925c769d4
commit 91c652ce97
2 changed files with 6 additions and 7 deletions

View file

@ -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/

View file

@ -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