diff options
author | adamw <adamw@FreeBSD.org> | 2016-10-31 07:04:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-10-31 07:04:34 +0800 |
commit | 1ad0fae8a341f6366eb069b53648451931ec73b7 (patch) | |
tree | 65d507d226aa30cb8800695c477222aecd46a6d1 | |
parent | dff23b02b242227326d2551ef32a8a8c726a7623 (diff) | |
download | freebsd-ports-gnome-1ad0fae8a341f6366eb069b53648451931ec73b7.tar.gz freebsd-ports-gnome-1ad0fae8a341f6366eb069b53648451931ec73b7.tar.zst freebsd-ports-gnome-1ad0fae8a341f6366eb069b53648451931ec73b7.zip |
Update to 0.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.
PR: 213926
Submitted by: maintainer (Larry Rosenman)
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 6 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/pkg-plist | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index d2140008e194..36933ee0d518 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.15 -PORTREVISION= 4 +PORTVERSION= 0.4.16 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 284513a25149..f5034e383d48 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467930412 -SHA256 (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = c99ace6ead310c6c3b639922da618f90d846307da4fe252d994e5e51bf8a3de3 -SIZE (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = 1755980 +TIMESTAMP = 1477868590 +SHA256 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 8f0b98f18062d6e241eef74ebe16cc167cd246361cbe6657d94f0ecc5d7d3234 +SIZE (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 1713634 diff --git a/mail/dovecot2-pigeonhole/pkg-plist b/mail/dovecot2-pigeonhole/pkg-plist index dc1e29bfae6b..5fb1549fce35 100644 --- a/mail/dovecot2-pigeonhole/pkg-plist +++ b/mail/dovecot2-pigeonhole/pkg-plist @@ -10,8 +10,6 @@ include/dovecot-2.2-pigeonhole/sieve/sieve-address-source.h include/dovecot-2.2-pigeonhole/sieve/pigeonhole-config.h include/dovecot-2.2-pigeonhole/sieve/pigeonhole-version.h include/dovecot-2.2-pigeonhole/sieve/sieve-ext-imap4flags.h -include/dovecot-2.2-pigeonhole/sieve/program-client-private.h -include/dovecot-2.2-pigeonhole/sieve/program-client.h include/dovecot-2.2-pigeonhole/sieve/realpath.h include/dovecot-2.2-pigeonhole/sieve/rfc2822.h include/dovecot-2.2-pigeonhole/sieve/sieve-actions.h |