pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/dovecot2-pigeonhole
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar 12 04:32:25 UTC 2019
Modified Files:
pkgsrc/mail/dovecot2-pigeonhole: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/mail/dovecot2-pigeonhole/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/dovecot2-pigeonhole/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/dovecot2-pigeonhole/Makefile
diff -u pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.45 pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.46
--- pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.45 Fri Nov 30 18:44:11 2018
+++ pkgsrc/mail/dovecot2-pigeonhole/Makefile Tue Mar 12 04:32:25 2019
@@ -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/
Index: pkgsrc/mail/dovecot2-pigeonhole/distinfo
diff -u pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.34 pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.35
--- pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.34 Fri Nov 30 18:44:11 2018
+++ pkgsrc/mail/dovecot2-pigeonhole/distinfo Tue Mar 12 04:32:25 2019
@@ -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