Date: Mon, 25 Nov 2013 07:14:41 GMT From: Attila Nagy <bra@fsn.hu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/184273: maintainer update: mail/dovecot2 Message-ID: <201311250714.rAP7EfT5025808@oldred.freebsd.org> Resent-Message-ID: <201311250720.rAP7K0Rf033730@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 184273 >Category: ports >Synopsis: maintainer update: mail/dovecot2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 07:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Attila Nagy >Release: >Organization: >Environment: >Description: Upgrade dovecot2 port to version 2.2.9 (and bump portrevision of dovecot2-pigeonhole). Changes from 2.2.8: + Full text search indexing can now be done automatically after saving/copying mails by setting plugin { fts_autoindex=yes } + replicator: Added replication_dsync_parameters setting to pass "doveadm sync" parameters (for controlling what to replicate). + Added mail-filter plugin + Added liblzma/xz support (zlib_save=xz) - v2.2.8's improved cache file handling exposed several old bugs related to fetching mail headers. - v2.2.7's iostream handling changes were causing some connections to be disconnected before flushing their output (e.g. POP3 logout message wasn't being sent) Previous upgrade submitted in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184103 can be closed/skipped. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: dovecot2/Makefile =================================================================== --- dovecot2/Makefile (revision 334812) +++ dovecot2/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.9 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ Index: dovecot2/distinfo =================================================================== --- dovecot2/distinfo (revision 334812) +++ dovecot2/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2.6.tar.gz) = 62272bce0ba4b992f44b6eaf72543860ecd21694032243af009b9da2c0d3d6e5 -SIZE (dovecot-2.2.6.tar.gz) = 4483169 +SHA256 (dovecot-2.2.9.tar.gz) = 7c3b6b8a05f6ebcc9fd01736fdcac0de12158959f5b99d1f7077f7a8626ee2d5 +SIZE (dovecot-2.2.9.tar.gz) = 4540858 Index: dovecot2-pigeonhole/Makefile =================================================================== --- dovecot2-pigeonhole/Makefile (revision 334812) +++ dovecot2-pigeonhole/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.2 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311250714.rAP7EfT5025808>