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:
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
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.
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
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.
State Changed From-To: feedback->open Take (maintainer timeout and this is have some security implications)
Responsible Changed From-To: wxs->delphij Take (maintainer timeout and this is have some security implications)
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"
State Changed From-To: open->closed Committed, thanks!