Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2016 23:04:35 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424965 - head/mail/dovecot2-pigeonhole
Message-ID:  <201610302304.u9UN4ZUN074692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun Oct 30 23:04:34 2016
New Revision: 424965
URL: https://svnweb.freebsd.org/changeset/ports/424965

Log:
  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)

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	Sun Oct 30 21:20:29 2016	(r424964)
+++ head/mail/dovecot2-pigeonhole/Makefile	Sun Oct 30 23:04:34 2016	(r424965)
@@ -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}

Modified: head/mail/dovecot2-pigeonhole/distinfo
==============================================================================
--- head/mail/dovecot2-pigeonhole/distinfo	Sun Oct 30 21:20:29 2016	(r424964)
+++ head/mail/dovecot2-pigeonhole/distinfo	Sun Oct 30 23:04:34 2016	(r424965)
@@ -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

Modified: head/mail/dovecot2-pigeonhole/pkg-plist
==============================================================================
--- head/mail/dovecot2-pigeonhole/pkg-plist	Sun Oct 30 21:20:29 2016	(r424964)
+++ head/mail/dovecot2-pigeonhole/pkg-plist	Sun Oct 30 23:04:34 2016	(r424965)
@@ -10,8 +10,6 @@ include/dovecot-2.2-pigeonhole/sieve/sie
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610302304.u9UN4ZUN074692>