diff options
author | adam <adam@pkgsrc.org> | 2013-10-08 13:56:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-10-08 13:56:02 +0000 |
commit | ec50dfdea9a6cd0beae3fcbb8e804f647368394e (patch) | |
tree | 2034ca08f124739b882e4e87c2df52b6ac0db02b /mail | |
parent | 4f4c01202b852c16f4f184c303185d676a37f52b (diff) | |
download | pkgsrc-ec50dfdea9a6cd0beae3fcbb8e804f647368394e.tar.gz |
Changelog v0.4.2:
* Incompatible change in Sieve doveadm plugin: the root attribute for
Sieve scripts is changed. Make sure that you update both sides of a
dsync setup simultaneously when Sieve is involved, otherwise
synchronization will likely fail.
+ Added support for sending Sieve vacation replies with an actual
sender, rather than the default <> sender. Check the updated
doc/extensions/vacation.txt for more information.
- Fixed a binary code read problem in the `set' command of the Sieve
variables extension. Using the set command with a modifier and an
empty string value would cause code corruption problems while running
the script.
- Various fixes for doveadm-sieve plugin, mostly crashes. These include
a fix for the `Invalid value for default sieve attribute' problem.
- Various fixes for compiler and static analyzer warnings, e.g. as
reported by CLang and on 32 bit systems.
- Fixed the implementation of the new :options flag for the Sieve
include extension.
- Fixed potential segfault bug at deinitialization of the lda-sieve
plugin.
- Fixed messed up hex output for sieve-dump tool.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index fc1f0898e17..766b9195ebd 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2013/07/08 15:24:58 taca Exp $ +# $NetBSD: Makefile,v 1.16 2013/10/08 13:56:02 adam Exp $ -DISTNAME= dovecot-2.2-pigeonhole-0.4.1 +DISTNAME= dovecot-2.2-pigeonhole-0.4.2 PKGNAME= ${DISTNAME:S/-2.2-/-/} CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/2.2/ diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 9c19a94e852..316ade651b8 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2013/07/08 15:24:58 taca Exp $ +$NetBSD: distinfo,v 1.11 2013/10/08 13:56:02 adam Exp $ -SHA1 (dovecot-2.2-pigeonhole-0.4.1.tar.gz) = fb86e9f666df1b142b490b1cf22ac4bfe68ac051 -RMD160 (dovecot-2.2-pigeonhole-0.4.1.tar.gz) = a8c5e15b13235b276061308a834a6b4681c680dc -Size (dovecot-2.2-pigeonhole-0.4.1.tar.gz) = 1156858 bytes +SHA1 (dovecot-2.2-pigeonhole-0.4.2.tar.gz) = 80491d872838d27a6f2775561ba9163150c23a1c +RMD160 (dovecot-2.2-pigeonhole-0.4.2.tar.gz) = 3e7b80e222ed59f6d2fdb2a581373b09758779ea +Size (dovecot-2.2-pigeonhole-0.4.2.tar.gz) = 1159311 bytes SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29 |