diff options
author | ler <ler@FreeBSD.org> | 2017-02-27 11:13:45 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2017-02-27 11:13:45 +0800 |
commit | 4b877784c2266a46813e9c38daf02599bf67535c (patch) | |
tree | a25e2512ee9a7fac7f52baf722d145e751feec6f /mail | |
parent | 3b59d86897927eccaea537c61a4d97d274a40f76 (diff) | |
download | freebsd-ports-gnome-4b877784c2266a46813e9c38daf02599bf67535c.tar.gz freebsd-ports-gnome-4b877784c2266a46813e9c38daf02599bf67535c.tar.zst freebsd-ports-gnome-4b877784c2266a46813e9c38daf02599bf67535c.zip |
Upgrade mail/dovecot2-pigeonhole to 0.4.17
Changelog v0.4.17:
- LDA Sieve plugin: Fixed handling of an early explicit keep during
multiscript execution. Action side-effects and the message snapshot
would be lost at the final stage where the implicit keep is
evaluated. This could result in the IMAP flags assigned to the
message to be forgotten or that headers modified by the "editheader"
extension would revert to their original state.
- file script storage: Amended the up-to-date time stamp comparison for
on-disk binaries to include nanoseconds. This will fix problems
occurring when both binary and script are saved within the same
second. This fix is ineffective on older systems that have no support
for nanoseconds in stat() timestamps, which should be pretty rare
nowadays.
- file script storage: Improve saving and listing permission error to
include more details.
- imapsieve plugin: Make sure "INBOX" is upper case in static mailbox
rules. Otherwise, the mailbox name would never match, since matching
is performed case-sensitively and Dovecot only returns the
upper-cased "INBOX".
- imapsieve plugin: Fixed assert failure occurring when used with
virtual mailboxes.
- doveadm sieve plugin: Fixed crash when setting Sieve script via
attribute's string value.
Approved by: adamw
Reviewed by: https://reviews.freebsd.org/D9818
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 6 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index be916a5706e8..762d47c6da35 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.16 -PORTREVISION= 6 +PORTVERSION= 0.4.17 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 f5034e383d48..6042c9bcffc7 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1477868590 -SHA256 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 8f0b98f18062d6e241eef74ebe16cc167cd246361cbe6657d94f0ecc5d7d3234 -SIZE (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 1713634 +TIMESTAMP = 1488163544 +SHA256 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 74d869c7532cbf4fe41e3cc95a1aa6ce32e98f4d423f0d099da1e0fba022dae3 +SIZE (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 1787177 diff --git a/mail/dovecot2-pigeonhole/pkg-plist b/mail/dovecot2-pigeonhole/pkg-plist index 5fb1549fce35..a67f6f13f1ad 100644 --- a/mail/dovecot2-pigeonhole/pkg-plist +++ b/mail/dovecot2-pigeonhole/pkg-plist @@ -1,6 +1,7 @@ %%DOCSDIR%%/example-config/conf.d/20-managesieve.conf %%DOCSDIR%%/example-config/conf.d/90-sieve-extprograms.conf %%DOCSDIR%%/example-config/conf.d/90-sieve.conf +%%DOCSDIR%%/example-config/sieve-ldap.conf bin/sieve-dump bin/sieve-filter bin/sieve-test |