svn commit: r434913 - head/mail/dovecot2-pigeonhole
Larry Rosenman
ler at FreeBSD.org
Mon Feb 27 03:13:47 UTC 2017
Author: ler
Date: Mon Feb 27 03:13:45 2017
New Revision: 434913
URL: https://svnweb.freebsd.org/changeset/ports/434913
Log:
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
Modified:
head/mail/dovecot2-pigeonhole/Makefile
head/mail/dovecot2-pigeonhole/distinfo
head/mail/dovecot2-pigeonhole/pkg-plist
Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile Mon Feb 27 01:48:23 2017 (r434912)
+++ head/mail/dovecot2-pigeonhole/Makefile Mon Feb 27 03:13:45 2017 (r434913)
@@ -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}
Modified: head/mail/dovecot2-pigeonhole/distinfo
==============================================================================
--- head/mail/dovecot2-pigeonhole/distinfo Mon Feb 27 01:48:23 2017 (r434912)
+++ head/mail/dovecot2-pigeonhole/distinfo Mon Feb 27 03:13:45 2017 (r434913)
@@ -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
Modified: head/mail/dovecot2-pigeonhole/pkg-plist
==============================================================================
--- head/mail/dovecot2-pigeonhole/pkg-plist Mon Feb 27 01:48:23 2017 (r434912)
+++ head/mail/dovecot2-pigeonhole/pkg-plist Mon Feb 27 03:13:45 2017 (r434913)
@@ -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
More information about the svn-ports-head
mailing list