diff options
author | taca <taca@pkgsrc.org> | 2019-03-12 04:32:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-03-12 04:32:25 +0000 |
commit | 12a52d1f34ddafb04ba7650c277296e8cc182a14 (patch) | |
tree | 4f9c875b0653a329e2fc022f714499a506c8b6c8 /mail | |
parent | 2d9da9a4a3cd929ea99513cbc0f6b39d565db94d (diff) | |
download | pkgsrc-12a52d1f34ddafb04ba7650c277296e8cc182a14.tar.gz |
mail/dovecot2-pigeonhole: update to 0.5.5
Update dovecot2-pigeonhole to 0.5.5 for dovecot 2.3.5.
v0.5.5 2019-03-05 Stephan Bosch <stephan@rename-it.nl>
+ IMAPSieve: Add new plugin/imapsieve_expunge_discarded setting which
causes messages discarded by an IMAPSieve script to be expunged
immediately, rather than only being marked as "\Deleted" (which is
still the default behavior).
- IMAPSieve: Fix panic crash occurring when a COPY command copies
messages from a virtual mailbox where the source messages originate
from more than a single real mailbox.
- imap4flags extension: Fix deleting all keywords. When the action
resulted in all keywords being removed, no changes were actually
applied.
- variables extension: Fix truncation of UTF-8 variable content. The
maximum size of Sieve variables was enforced by truncating the
variable string content bluntly at the limit, but this does not
consider UTF-8 code point boundaries. This resulted in broken UTF-8
strings. This problem also surfaced for variable modifiers, such as
the ":encodeurl" modifier provided by the Sieve "enotify" extension.
In that case, the resulting URI escaping could also be truncated
inappropriately.
- IMAPSieve, IMAP FILTER=SIEVE: Fix replacing a modified message. Sieve
scripts running in IMAPSIEVE or IMAP FILTER=SIEVE context that
modify the message, stored the message a second time, rather than
replacing the originally stored unmodified message.
- Fix segmentation fault occurring when both the sieve_extprograms
plugin (for the Sieve interpreter) and the imap_filter_sieve plugin
(for IMAP) are loaded at the same time. A symbol was defined by both
plugins, causing a clash when both were loaded.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 83039af5bc3..a79fef7a522 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2018/11/30 18:44:11 adam Exp $ +# $NetBSD: Makefile,v 1.46 2019/03/12 04:32:25 taca Exp $ -DISTNAME= dovecot-2.3-pigeonhole-0.5.4 +DISTNAME= dovecot-2.3-pigeonhole-0.5.5 PKGNAME= ${DISTNAME:S/-2.3-/-/} CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.3/ diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index ea07fc731f8..f4c7512f522 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2018/11/30 18:44:11 adam Exp $ +$NetBSD: distinfo,v 1.35 2019/03/12 04:32:25 taca Exp $ -SHA1 (dovecot-2.3-pigeonhole-0.5.4.tar.gz) = 213feaca641cee9e07e7bb43e9ce7fb59af3e129 -RMD160 (dovecot-2.3-pigeonhole-0.5.4.tar.gz) = 2f6b0dd5d05cfb08c2313925e0c5183a8bbf98c3 -SHA512 (dovecot-2.3-pigeonhole-0.5.4.tar.gz) = 9c82cce7540f8ab66e2e370e0220c99048d6ac53ed680cd763e0b03d0200e2451cee4303ef97b87a16e7248e1c73b92ba91b47a2a20c75cb2cd62695a28046f3 -Size (dovecot-2.3-pigeonhole-0.5.4.tar.gz) = 1831570 bytes +SHA1 (dovecot-2.3-pigeonhole-0.5.5.tar.gz) = 6212b14836138b129f4a251b644ab514b74cfe78 +RMD160 (dovecot-2.3-pigeonhole-0.5.5.tar.gz) = 7ab06290716be38c16310259a913479d57f644ae +SHA512 (dovecot-2.3-pigeonhole-0.5.5.tar.gz) = 21519fc9b1152a947b64ce4251e1a4bdbe003b48233b1856a32696f9c1e29f730268c56eb38f9431bbfac345e6cd42e8c78c87d0702f39ebf20c6d326dcdbb94 +Size (dovecot-2.3-pigeonhole-0.5.5.tar.gz) = 1847487 bytes SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29 |