ports/155398: maintainer update: mail/dovecot2 and dovecot2-pigeonhole
Attila Nagy
bra at fsn.hu
Wed Mar 9 09:10:08 UTC 2011
>Number: 155398
>Category: ports
>Synopsis: maintainer update: mail/dovecot2 and dovecot2-pigeonhole
>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: Wed Mar 09 09:10:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Attila Nagy
>Release:
>Organization:
>Environment:
>Description:
Dovecot upgrade from 2.0.9 to 2.0.11. Please increase the PORTREVISION of the dovecot2-pigeonhole in the same time.
Changes for 2.0.10:
* LMTP: For user+detail at domain deliveries, the +detail is again written
to Delivered-To: header.
* Skip auth penalty checks from IPs in login_trusted_networks.
+ Added import_environment setting.
+ Added submission_host setting to send mails via SMTP instead of
via sendmail binary.
+ Added doveadm acl get/set/delete commands for ACL manipulation,
similar to how IMAP ACL extension works.
+ Added doveadm acl debug command to help debug and fix problems
with why shared mailboxes aren't working as expected.
- IMAP: Fixed hangs with COMPRESS extension
- IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox.
- IMAP: Fixed hang/crash with SEARCHRES + pipelining $.
- IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.
- LMTP: Fixed sending multiple messages in a session.
- doveadm: Fixed giving parameters to mail commands.
- doveadm import: Settings weren't correctly used for the
import storage.
- dsync: Fixed somewhat random failures with saving messages to
remote dsync.
- v2.0.9: Config reload didn't notify running processes with
shutdown_clients=no, so they could have kept serving new clients
with old settings.
Changes for 2.0.11:
* dotlock_use_excl setting's default was accidentally "no" in all
v2.0.x releases, instead of "yes" as in v1.1 and v1.2. Changed it
back to "yes".
- v2.0.10: LDAP support was broken
- v2.0.10: dsyncing to remote often hanged (timed out in 15 mins)
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN dovecot2.orig/Makefile dovecot2/Makefile
--- dovecot2.orig/Makefile 2011-02-07 09:47:30.948514000 +0100
+++ dovecot2/Makefile 2011-03-08 20:58:43.173461009 +0100
@@ -6,7 +6,7 @@
#
PORTNAME= dovecot
-PORTVERSION= 2.0.9
+PORTVERSION= 2.0.11
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/
diff -ruN dovecot2.orig/distinfo dovecot2/distinfo
--- dovecot2.orig/distinfo 2011-02-07 09:47:31.108517000 +0100
+++ dovecot2/distinfo 2011-03-08 20:58:46.550549532 +0100
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.0.9.tar.gz) = 37b4f3112284eeb099e4c9e89b9d433261d8b22040bc5d6b28f275c2e70070ee
-SIZE (dovecot-2.0.9.tar.gz) = 3208677
+SHA256 (dovecot-2.0.11.tar.gz) = 5979af86719bcf6a99530029c74c02c865899fcde7ce92ac05d34d81b6e20de4
+SIZE (dovecot-2.0.11.tar.gz) = 3225716
diff -ruN dovecot2.orig/pkg-plist dovecot2/pkg-plist
--- dovecot2.orig/pkg-plist 2011-02-07 09:47:31.497528000 +0100
+++ dovecot2/pkg-plist 2011-03-08 21:32:38.972143870 +0100
@@ -319,6 +319,9 @@
include/dovecot/var-expand.h
include/dovecot/wildcard-match.h
include/dovecot/write-full.h
+lib/dovecot/doveadm/lib10_doveadm_acl_plugin.a
+lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la
+lib/dovecot/doveadm/lib10_doveadm_acl_plugin.so
lib/dovecot/doveadm/lib10_doveadm_expire_plugin.a
lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la
lib/dovecot/doveadm/lib10_doveadm_expire_plugin.so
@@ -388,6 +391,10 @@
lib/dovecot/libdovecot-login.la
lib/dovecot/libdovecot-login.so
lib/dovecot/libdovecot-login.so.0
+lib/dovecot/libdovecot-sql.a
+lib/dovecot/libdovecot-sql.la
+lib/dovecot/libdovecot-sql.so
+lib/dovecot/libdovecot-sql.so.0
lib/dovecot/libdovecot-storage.a
lib/dovecot/libdovecot-storage.la
lib/dovecot/libdovecot-storage.so
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list