svn commit: r470753 - head/mail/dovecot-pigeonhole04
Larry Rosenman
ler at FreeBSD.org
Thu May 24 01:28:38 UTC 2018
Author: ler
Date: Thu May 24 01:28:36 2018
New Revision: 470753
URL: https://svnweb.freebsd.org/changeset/ports/470753
Log:
mail/dovecot-pigeonhole04: upgreade to 0.4.24
+ Implement plugin for the a vendor-defined IMAP capability called
"FILTER=SIEVE". It adds the ability to manually invoke Sieve filtering
in IMAP. More information can be found in
doc/plugins/imap_filter_sieve.txt.
- Fix assert panics triggered by empty messages that are being forwarded
using redirect or vnd.dovecot.report. This does not likely normally
occur, but this is seen as a result of certain benign failures in
object storage.
- Make the length of the subject header for the vacation response
configurable and enforce the limit in UTF-8 codepoints rather than
bytes. The subject header for a vacation response was statically
truncated to 256 bytes, which is too limited for multi-byte UTF-8
characters.
- Sieve editheader extension: Fix assertion panic occurring when it is
used to manipulate a message header with a very large header field.
- Properly abort execution of the sieve_discard script upon error.
Before, the LDA Sieve plugin attempted to execute the sieve_discard
script when an error occurs. This can lead to the message being lost.
- Fix the interaction between quota and the sieve_discard script. When
quota was used together with a sieve_discard script, the message
delivery did not bounce when the quota was exceeded.
Modified:
head/mail/dovecot-pigeonhole04/Makefile
head/mail/dovecot-pigeonhole04/distinfo
head/mail/dovecot-pigeonhole04/pkg-plist
Modified: head/mail/dovecot-pigeonhole04/Makefile
==============================================================================
--- head/mail/dovecot-pigeonhole04/Makefile Thu May 24 01:25:11 2018 (r470752)
+++ head/mail/dovecot-pigeonhole04/Makefile Thu May 24 01:28:36 2018 (r470753)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot-pigeonhole
-PORTVERSION= 0.4.23
-PORTREVISION= 1
+PORTVERSION= 0.4.24
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/
PKGNAMESUFFIX= 04
Modified: head/mail/dovecot-pigeonhole04/distinfo
==============================================================================
--- head/mail/dovecot-pigeonhole04/distinfo Thu May 24 01:25:11 2018 (r470752)
+++ head/mail/dovecot-pigeonhole04/distinfo Thu May 24 01:28:36 2018 (r470753)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521505497
-SHA256 (dovecot-2.2-pigeonhole-0.4.23.tar.gz) = 2860d12b95e316bddfae00d887edcd9834272834406970aa1c096425569c035f
-SIZE (dovecot-2.2-pigeonhole-0.4.23.tar.gz) = 1787189
+TIMESTAMP = 1527124840
+SHA256 (dovecot-2.2-pigeonhole-0.4.24.tar.gz) = 836253ab9be9e0dd509f4bb9191c297b3596416563a13dc5cb85f333120600f6
+SIZE (dovecot-2.2-pigeonhole-0.4.24.tar.gz) = 1808131
Modified: head/mail/dovecot-pigeonhole04/pkg-plist
==============================================================================
--- head/mail/dovecot-pigeonhole04/pkg-plist Thu May 24 01:25:11 2018 (r470752)
+++ head/mail/dovecot-pigeonhole04/pkg-plist Thu May 24 01:28:36 2018 (r470753)
@@ -66,8 +66,10 @@ lib/dovecot-2.2-pigeonhole/libdovecot-sieve.so.0
lib/dovecot-2.2-pigeonhole/libdovecot-sieve.so.0.0.0
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.a
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.so
-lib/dovecot/lib95_imap_sieve_plugin.a
+lib/dovecot/lib95_imap_filter_sieve_plugin.a
+lib/dovecot/lib95_imap_filter_sieve_plugin.so
lib/dovecot/lib95_imap_sieve_plugin.so
+lib/dovecot/lib95_imap_sieve_plugin.a
lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.a
lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.so
lib/dovecot/lib90_sieve_plugin.a
More information about the svn-ports-head
mailing list