Bug 158173 - mail/dovecot2 patch (dovecot-2.0.13 update)
Summary: mail/dovecot2 patch (dovecot-2.0.13 update)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-22 19:50 UTC by Uffe Jakobsen
Modified: 2011-08-19 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (980 bytes, patch)
2011-06-22 19:50 UTC, Uffe Jakobsen
no flags Details | Diff
dovecot2-update-patch.diff (4.70 KB, patch)
2011-08-05 13:53 UTC, Jase Thew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Uffe Jakobsen 2011-06-22 19:50:09 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-22 19:50:16 UTC
Maintainer of mail/dovecot2,

Please note that PR ports/158173 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158173

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-22 19:50:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2011-06-24 14:21:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 4 Chris Rees freebsd_committer freebsd_triage 2011-07-16 02:04:49 UTC
The content of this is also in ports/157517 -- perhaps a duplicate?

Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Comment 5 Uffe Jakobsen 2011-07-29 10:46:54 UTC
On 2011-07-16 03:04, Chris Rees wrote:
> The content of this is also in ports/157517 -- perhaps a duplicate?
>

Thanks for your comments to my port

I'll look into this when I'm back from vacation in a few days - thanks

/Uffe
Comment 6 Jase Thew 2011-08-05 13:53:01 UTC
Hi,

Sorry, I ran out of patience waiting for dovecot2 (and 
dovecot2-pigeonhole) to get updated, so I prepped a (as far as I can 
tell) working patch to update both.

Tinderbox testing shows no errors.

Regarding ports/157517, the reason that patch was giving errors is that 
the REINPLACE to remove the docs related lines in docs/Makefile.in 
hadn't been updated and as the lines had changed in the target file, the 
REINPLACE was failing. As multiple lines now need to be removed in 
docs/Makefile.in, I've removed the REINPLACE and replaced it with a 
patch in files/ .

Regards,

Jase.
Comment 7 Xin LI freebsd_committer freebsd_triage 2011-08-19 18:53:07 UTC
State Changed
From-To: feedback->open

Take (maintainer timeout and this is have some security implications) 


Comment 8 Xin LI freebsd_committer freebsd_triage 2011-08-19 18:53:07 UTC
Responsible Changed
From-To: wxs->delphij

Take (maintainer timeout and this is have some security implications)
Comment 9 dfilter service freebsd_committer freebsd_triage 2011-08-19 19:14:30 UTC
delphij     2011-08-19 18:14:16 UTC

  FreeBSD ports repository

  Modified files:
    mail/dovecot2        Makefile distinfo 
    mail/dovecot2-pigeonhole Makefile distinfo pkg-plist 
  Added files:
    mail/dovecot2-pigeonhole/files patch-doc_Makefile_in 
  Log:
  Update dovecot2 to 2.0.13 [1].
  
  dovecot-pigeonhole is also updated to 0.2.3.
  
  Security:       0b53f5f7-ca8a-11e0-aea3-00215c6a37bb [1]
  Submitted by:   Uffe Jakobsen <uffe uffe.org>
  PR:             ports/158173
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.6       +3 -7      ports/mail/dovecot2-pigeonhole/Makefile
  1.3       +2 -2      ports/mail/dovecot2-pigeonhole/distinfo
  1.1       +20 -0     ports/mail/dovecot2-pigeonhole/files/patch-doc_Makefile_in (new)
  1.2       +1 -0      ports/mail/dovecot2-pigeonhole/pkg-plist
  1.6       +2 -1      ports/mail/dovecot2/Makefile
  1.5       +2 -2      ports/mail/dovecot2/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Xin LI freebsd_committer freebsd_triage 2011-08-19 19:14:51 UTC
State Changed
From-To: open->closed

Committed, thanks!