Bug 160476 - maintainer update: mail/dovecot2
Summary: maintainer update: mail/dovecot2
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-05 10:00 UTC by nagy.attila
Modified: 2011-09-08 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.86 KB, patch)
2011-09-05 10:00 UTC, nagy.attila
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nagy.attila 2011-09-05 10:00:02 UTC
Update Dovecot to 2.0.14 and increasing PORTREVISION of dovecot2-pigeonhole to allow it to rebuild.

Some of the largest changes since v2.0.13:

	+ doveadm: Added support for running mail commands by proxying to
	  another doveadm server.
	+ Added "doveadm proxy list" and "doveadm proxy kick" commands to
	  list/kick proxy connections (via a new "ipc" service).
	+ Added "doveadm director move" to assign user from one server to
	  another, killing any existing connections.
	+ Added "doveadm director ring status" command.
	+ userdb extra fields can now return name+=value to append to an
	  existing name, e.g. "mail_plugins+= quota".
	- script-login attempted an unnecessary config lookup, which usually
	  failed with "Permission denied".
	- lmtp: Fixed parsing quoted strings with spaces as local-part for
	  MAIL FROM and RCPT TO.
	- imap: FETCH BODY[HEADER.FIELDS (..)] may have crashed or not
	  returned all data sometimes.
	- ldap: Fixed random assert-crashing with with sasl_bind=yes.
	- Fixes to handling mail chroots
	- Fixed renaming mailboxes under different parent with FS layout when
	  using separate ALT, INDEX or CONTROL paths.
	- zlib: Fixed reading concatenated .gz files.

Fix: Patch attached with submission follows:
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-09-05 17:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-08 14:13:21 UTC
sunpoet     2011-09-08 13:13:12 UTC

  FreeBSD ports repository

  Modified files:
    mail/dovecot2        Makefile distinfo pkg-plist 
  Log:
  - Update to 2.0.14
  
  Changes:        http://www.dovecot.org/list/dovecot-news/2011-August/000193.html
  PR:             ports/160476
  Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
  
  Revision  Changes    Path
  1.7       +1 -1      ports/mail/dovecot2/Makefile
  1.6       +2 -2      ports/mail/dovecot2/distinfo
  1.8       +3 -0      ports/mail/dovecot2/pkg-plist
_______________________________________________
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 3 dfilter service freebsd_committer freebsd_triage 2011-09-08 14:14:12 UTC
sunpoet     2011-09-08 13:14:04 UTC

  FreeBSD ports repository

  Modified files:
    mail/dovecot2-pigeonhole Makefile 
  Log:
  - Bump PORTREVISION of mail/dovecot2-pigeonhole
  
  PR:             ports/160476
  Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
  
  Revision  Changes    Path
  1.7       +1 -0      ports/mail/dovecot2-pigeonhole/Makefile
_______________________________________________
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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-09-08 14:14:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!