Date: Tue, 9 Feb 2016 03:43:13 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408534 - head/mail/dovecot2-pigeonhole Message-ID: <201602090343.u193hDgh055969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Feb 9 03:43:13 2016 New Revision: 408534 URL: https://svnweb.freebsd.org/changeset/ports/408534 Log: mail/dovecot2-pigeonhole: 0.4.11 -> 0.4.12 + Implemented the Sieve extracttext extension (RFC 5703; Section 7). It is now possible to extract body text from a message into a variable. * Increased ABI version due to changes in the Sieve interpreter's object definitions. - multiscript: Fixed bug in handling of (implicit) keep; final keep action was always executed as though there was a failure. This caused the keep action to revert back to the initial message, causing editheader actions to be ignored. - managesieve-login: Fixed proxy to allow SASL mechanisms other than PLAIN. Before, the proxy would fail if the server did not support the PLAIN mechanism. - ldap storage: Prevent segfault occurring when assigning certain (global) configuration options. PR: 207000 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Tue Feb 9 03:39:55 2016 (r408533) +++ head/mail/dovecot2-pigeonhole/Makefile Tue Feb 9 03:43:13 2016 (r408534) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.11 +PORTVERSION= 0.4.12 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 Tue Feb 9 03:39:55 2016 (r408533) +++ head/mail/dovecot2-pigeonhole/distinfo Tue Feb 9 03:43:13 2016 (r408534) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2-pigeonhole-0.4.11.tar.gz) = 5168b4ac4e173b563dd71f4024452da5a578aa8d5d047d98903489ab4d84ad72 -SIZE (dovecot-2.2-pigeonhole-0.4.11.tar.gz) = 1660922 +SHA256 (dovecot-2.2-pigeonhole-0.4.12.tar.gz) = 98a2fd79b0d9effd08c0caf04d483b1caa5e4503dae811e6d436948557bfb702 +SIZE (dovecot-2.2-pigeonhole-0.4.12.tar.gz) = 1681327
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602090343.u193hDgh055969>