diff options
author | adam <adam@pkgsrc.org> | 2016-11-12 11:22:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-11-12 11:22:29 +0000 |
commit | df11ab0d86bf6d6c63cfe1150285dfada6b77d6b (patch) | |
tree | 328087dcc0b55ac1a82be787083c7a3f13c6bb09 /mail | |
parent | 52f7fb38924fdbfff02d531b8caa438e5ea9c15d (diff) | |
download | pkgsrc-df11ab0d86bf6d6c63cfe1150285dfada6b77d6b.tar.gz |
v0.4.16:
* Part of the Sieve extprograms implementation was moved to Dovecot, which
means that this release depends on Dovecot v2.2.26+.
* ManageSieve: The PUTSCRIPT command now allows uploading empty Sieve scripts.
There was really no good reason to disallow doing that.
+ Sieve vnd.dovecot.report extension:
+ Added a Dovecot-Reporting-User field to the report body, which contains
the e-mail address of the user sending the report.
+ Added support for configuring the "From:" address used in the report.
+ LDA sieve plugin: Implemented support for a "discard script" that is run
when the message is going to be discarded. This allows doing something other
than throwing the message away for good.
+ Sieve vnd.dovecot.environment extension: Added vnd.dovecot.config.*
environment items. These environment items map to sieve_env_* settings from
the plugin {} section in the configuration. Such values can of course also
be returned from userdb.
+ Sieve vacation extension: Use the Microsoft X-Auto-Response-Suppress header
to prevent unwanted responses from and to (older) Microsoft products.
+ ManageSieve: Added rawlog_dir setting to store ManageSieve traffic logs.
This replaces at least partially the rawlog plugin (mimics similar IMAP/POP3
change).
- doveadm sieve plugin: synchronization: Prevent setting file timestamps to
unix epoch time. This occurred when Dovecot passed the timestamp as
'unknown' during synchronization.
- Sieve exprograms plugin: Fixed spurious '+' sometimes returned at the end
of socket-based program output.
- imapsieve plugin: Fixed crash occurring in specific situations.
- Performed various fixes based on static analysis and Clang warnings.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/PLIST | 4 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 8f51ee28fc8..487bab39e40 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2016/09/19 13:04:24 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/11/12 11:22:29 adam Exp $ -DISTNAME= dovecot-2.2-pigeonhole-0.4.15 +DISTNAME= dovecot-2.2-pigeonhole-0.4.16 PKGNAME= ${DISTNAME:S/-2.2-/-/} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.2/ diff --git a/mail/dovecot2-pigeonhole/PLIST b/mail/dovecot2-pigeonhole/PLIST index c0da9e6abbb..672fb06e77e 100644 --- a/mail/dovecot2-pigeonhole/PLIST +++ b/mail/dovecot2-pigeonhole/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2016/05/03 01:51:39 taca Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/11/12 11:22:29 adam Exp $ bin/sieve-dump bin/sieve-filter bin/sieve-test @@ -6,8 +6,6 @@ bin/sievec include/dovecot/sieve/edit-mail.h include/dovecot/sieve/pigeonhole-config.h include/dovecot/sieve/pigeonhole-version.h -include/dovecot/sieve/program-client-private.h -include/dovecot/sieve/program-client.h include/dovecot/sieve/realpath.h include/dovecot/sieve/rfc2822.h include/dovecot/sieve/sieve-actions.h diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 7bc3e70ad71..b53b28d82e1 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2016/07/09 01:28:38 taca Exp $ +$NetBSD: distinfo,v 1.23 2016/11/12 11:22:29 adam Exp $ -SHA1 (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = 82713491d9f6c36aea1d97b1b334c964ee4a45f8 -RMD160 (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = 8d768c05d2e4c8c41af52deb66b288e0393f204e -SHA512 (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = bd590a95029801251ff3c76b38b6ddfc25446b82937217dc4ea421075c7b651ae0356b088403d5ad9bb87bc86817d727faccaf4e2500bfd46a242d331fc252f5 -Size (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = 1755980 bytes +SHA1 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 742416ce8fbc55ea7a2d045012d34c524b336399 +RMD160 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 01bbf749dd74061e1d3b14e15fed27e5e5d0b112 +SHA512 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 5f59fb35dbe638f8ddd19c0fd0f3fbd6fec1fa238f3781b94c50a8f7ce72a53ac1381a6f8ad9bcc90df1edfa2b263a6dfba88521578e55ce4b3d840bed022b79 +Size (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 1713634 bytes SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29 |