pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot2-pigeonhole Update pigeonhole plugin to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c323e9de6d08
branches:  trunk
changeset: 592878:c323e9de6d08
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Sep 15 14:22:29 2011 +0000

description:
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.

diffstat:

 mail/dovecot2-pigeonhole/Makefile |  5 ++---
 mail/dovecot2-pigeonhole/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 4be4fb970078 -r c323e9de6d08 mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Thu Sep 15 13:59:49 2011 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Thu Sep 15 14:22:29 2011 +0000
@@ -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 -r 4be4fb970078 -r c323e9de6d08 mail/dovecot2-pigeonhole/distinfo
--- a/mail/dovecot2-pigeonhole/distinfo Thu Sep 15 13:59:49 2011 +0000
+++ b/mail/dovecot2-pigeonhole/distinfo Thu Sep 15 14:22:29 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index