From owner-svn-ports-head@freebsd.org Mon Feb 27 03:13:47 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 095D8CEF840; Mon, 27 Feb 2017 03:13:47 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7F4B199; Mon, 27 Feb 2017 03:13:46 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1R3DjFh047169; Mon, 27 Feb 2017 03:13:45 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1R3DjXO047166; Mon, 27 Feb 2017 03:13:45 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201702270313.v1R3DjXO047166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 27 Feb 2017 03:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434913 - head/mail/dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 03:13:47 -0000 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