pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot2-pigeonhole mail/dovecot2-pigeonhole: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfe78b0344ce
branches:  trunk
changeset: 331056:bfe78b0344ce
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 12 04:32:25 2019 +0000

description:
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@localhost>

        + 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:

 mail/dovecot2-pigeonhole/Makefile |   4 ++--
 mail/dovecot2-pigeonhole/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r b7765d7c192f -r bfe78b0344ce mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Tue Mar 12 04:25:13 2019 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Tue Mar 12 04:32:25 2019 +0000
@@ -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 -r b7765d7c192f -r bfe78b0344ce mail/dovecot2-pigeonhole/distinfo
--- a/mail/dovecot2-pigeonhole/distinfo Tue Mar 12 04:25:13 2019 +0000
+++ b/mail/dovecot2-pigeonhole/distinfo Tue Mar 12 04:32:25 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index