pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot2-pigeonhole dovecot2-pigeonhole: updated ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/48cf010bcf0e
branches: trunk
changeset: 382809:48cf010bcf0e
user: adam <adam%pkgsrc.org@localhost>
date: Sat Jul 14 20:16:25 2018 +0000
description:
dovecot2-pigeonhole: updated to 0.5.2
v0.5.2:
+ 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.
- The Sieve addess test caused an assertion panic for invalid addresses
with UTF-8 codepoints in the localpart. Fixed by properly detecting
invalid addresses with UTF-8 codepoints in the localpart and skipping
these like other invalid addresses while iterating addresses for the
address test.
- 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.
diffstat:
mail/dovecot2-pigeonhole/Makefile | 6 +++---
mail/dovecot2-pigeonhole/PLIST | 3 ++-
mail/dovecot2-pigeonhole/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 9 deletions(-)
diffs (55 lines):
diff -r 523d731ccb84 -r 48cf010bcf0e mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Sat Jul 14 20:15:33 2018 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Sat Jul 14 20:16:25 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2018/05/22 20:51:59 triaxx Exp $
+# $NetBSD: Makefile,v 1.43 2018/07/14 20:16:25 adam Exp $
-DISTNAME= dovecot-2.3-pigeonhole-0.5.1
+DISTNAME= dovecot-2.3-pigeonhole-0.5.2
PKGNAME= ${DISTNAME:S/-2.3-/-/}
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.3/
@@ -10,8 +10,8 @@
COMMENT= Support for the Sieve language and the ManageSieve protocol
LICENSE= gnu-lgpl-v2.1
+USE_LIBTOOL= yes
USE_TOOLS+= pkg-config rpcgen
-USE_LIBTOOL= yes
GNU_CONFIGURE= yes
EGDIR= ${PREFIX}/share/examples/dovecot
diff -r 523d731ccb84 -r 48cf010bcf0e mail/dovecot2-pigeonhole/PLIST
--- a/mail/dovecot2-pigeonhole/PLIST Sat Jul 14 20:15:33 2018 +0000
+++ b/mail/dovecot2-pigeonhole/PLIST Sat Jul 14 20:16:25 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2018/05/22 20:51:59 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.16 2018/07/14 20:16:25 adam Exp $
bin/sieve-dump
bin/sieve-filter
bin/sieve-test
@@ -57,6 +57,7 @@
include/dovecot/sieve/sieve.h
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.la
lib/dovecot/lib90_sieve_plugin.la
+lib/dovecot/lib95_imap_filter_sieve_plugin.la
lib/dovecot/lib95_imap_sieve_plugin.la
lib/dovecot/libdovecot-sieve.la
lib/dovecot/settings/libmanagesieve_login_settings.la
diff -r 523d731ccb84 -r 48cf010bcf0e mail/dovecot2-pigeonhole/distinfo
--- a/mail/dovecot2-pigeonhole/distinfo Sat Jul 14 20:15:33 2018 +0000
+++ b/mail/dovecot2-pigeonhole/distinfo Sat Jul 14 20:16:25 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2018/05/22 20:51:59 triaxx Exp $
+$NetBSD: distinfo,v 1.32 2018/07/14 20:16:25 adam Exp $
-SHA1 (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = 1d8699e9295e01be2b4bdc882dbb19c285145233
-RMD160 (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = e73689d12cf8caec93fcfb216fbe33fef88a15e8
-SHA512 (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = 5d65c3c9f3131c4e82287d054bd8b963d7c56c3e0677d7384881cf109ca82080d6222f672d8f973447d98be823a4df5bf43760d4ba87b76447d13abab30130c4
-Size (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = 1792702 bytes
+SHA1 (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 5da797fee02beff7d78f179a595e07c3620a554c
+RMD160 (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 6a9d64f982bf10c23f2d24d81d22064bad99eea8
+SHA512 (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 6bc24d9241f94db795a012346d9bc94b5cc7d7ce0175c03213c2b5d179d80dec95e9bdbd50bed628c8f9f7c51639e692ba5e429212a3b4a654c1e4764ac4f11c
+Size (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 1814618 bytes
SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29
Home |
Main Index |
Thread Index |
Old Index