svn commit: r418203 - head/mail/dovecot2-pigeonhole

Adam Weinberger adamw at FreeBSD.org
Thu Jul 7 22:50:25 UTC 2016


Author: adamw
Date: Thu Jul  7 22:50:23 2016
New Revision: 418203
URL: https://svnweb.freebsd.org/changeset/ports/418203

Log:
  Update to 0.4.15.
  
  * vacation extension: The sieve_user_email setting is now used in the
    check for implicit delivery.
  - imapsieve plugin: For any mail transaction, the mailbox was opened a
    second time, even if no mailbox rule matched. This was unintentional,
    useless and caused problems when the imapsieve plugin was used with
    other plugins like acl.
  - extprograms plugin: Significantly improved error handling. No stream
    errors were logged.
  - extprograms plugin: Fixed bug in handling of result code from remote
    program (script service).
  - extprograms plugin: Connection to remote program service was not
    retried.
  - Several small fixes based on static analysis.
  - Fixed handling of quoted string localparts in email addresses.
  
  PR:		210905
  Submitted by:	maintainer (Larry Rosenman)

Modified:
  head/mail/dovecot2-pigeonhole/Makefile
  head/mail/dovecot2-pigeonhole/distinfo

Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile	Thu Jul  7 22:33:21 2016	(r418202)
+++ head/mail/dovecot2-pigeonhole/Makefile	Thu Jul  7 22:50:23 2016	(r418203)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dovecot-pigeonhole
-PORTVERSION=	0.4.14
-PORTREVISION=	2
+PORTVERSION=	0.4.15
 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	Thu Jul  7 22:33:21 2016	(r418202)
+++ head/mail/dovecot2-pigeonhole/distinfo	Thu Jul  7 22:50:23 2016	(r418203)
@@ -1,2 +1,3 @@
-SHA256 (dovecot-2.2-pigeonhole-0.4.14.tar.gz) = dff30a636c1516158f3e159c669a254569c9dabaa6ecfa3669379101ea5b3300
-SIZE (dovecot-2.2-pigeonhole-0.4.14.tar.gz) = 1752101
+TIMESTAMP = 1467930412
+SHA256 (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = c99ace6ead310c6c3b639922da618f90d846307da4fe252d994e5e51bf8a3de3
+SIZE (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = 1755980


More information about the svn-ports-head mailing list