Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2011 18:46:20 GMT
From:      Uffe Jakobsen <uffe@uffe.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158173: mail/dovecot2 patch (dovecot-2.0.13 update)
Message-ID:  <201106221846.p5MIkKmT041705@red.freebsd.org>
Resent-Message-ID: <201106221850.p5MIo9cU085609@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158173
>Category:       ports
>Synopsis:       mail/dovecot2 patch (dovecot-2.0.13 update)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 22 18:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Uffe Jakobsen
>Release:        8.2
>Organization:
>Environment:
FreeBSD aspire1410 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:

Simple patch to update mail/dovecot2 from 2.0.12 to 2.0.13

Due to comments in the Makefile for port mail/dovecot2 - I've included a simple patch for mail/dovecot2-pigeonhole (PORTREVISION increase to trigger rebuild/sync with dovecot-2.0.13)

Patch/diff for dovecot 2.0.13 attached


The most important changes since v2.0.12:

        + Added "doveadm index" command to add unindexed messages into
          index/cache. If full text search is enabled, it also adds unindexed
          messages to the fts database.
        + added "doveadm director dump" command.
        + pop3: Added support for showing messages in "POP3 order", which can 
          be different from IMAP message order. This can be useful for
          migrations from other servers. Implemented it for Maildir as 'O'
          field in dovecot-uidlist.
        - doveconf: Fixed a wrong "subsection has ssl=yes" warning.
        - mdbox purge: Fixed wrong warning about corrupted extrefs.
        - sdbox: INBOX GUID changed when INBOX was autocreated, leading to
          trouble with dsync.
        - script-login binary wasn't actually dropping privileges to the
          user/group/chroot specified by its service settings.
        - Fixed potential crashes and other problems when parsing header names
          that contained NUL characters.

 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: dovecot2/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot2/Makefile,v
retrieving revision 1.4
diff -r1.4 Makefile
9c9
< PORTVERSION=	2.0.12
---
> PORTVERSION=	2.0.13
Index: dovecot2/distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot2/distinfo,v
retrieving revision 1.4
diff -r1.4 distinfo
1,2c1,2
< SHA256 (dovecot-2.0.12.tar.gz) = 05322d7378d19991c098f231b9bc0296d53e499d3b12b91ab92a3e2d10ab43d6
< SIZE (dovecot-2.0.12.tar.gz) = 3257165
---
> SHA256 (dovecot-2.0.13.tar.gz) = 2b512263ec05bbd74cde5c697ad12250d9268eba1c8ce4a8144adea69308675d
> SIZE (dovecot-2.0.13.tar.gz) = 3272542
Index: dovecot2-pigeonhole/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot2-pigeonhole/Makefile,v
retrieving revision 1.5
diff -r1.5 Makefile
10c10
< PORTREVISION=	2
---
> PORTREVISION=	3


>Release-Note:
>Audit-Trail:
>Unformatted:



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