Date: Tue, 3 Jul 2012 06:17:54 GMT From: Attila Nagy <bra@fsn.hu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/169622: maintainer update: mail/dovecot2 Message-ID: <201207030617.q636HsQ8032131@red.freebsd.org> Resent-Message-ID: <201207030620.q636K1HT077926@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169622 >Category: ports >Synopsis: maintainer update: mail/dovecot2 >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: Tue Jul 03 06:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Attila Nagy >Release: >Organization: >Environment: >Description: Dovecot update to 2.1.8. Please also bump the portrevision of dovecot2-pigeonhole! Changes included: Most importantly fixes a pretty bad behavior of sending mailbox names as UTF-8 instead of mUTF-7 as required by IMAP RFC. I'm surprised nobody hadn't noticed this in v2.1.x tree before yesterday. I guess some clients might have translated the name to UTF-8 anyway and not noticed it, while others would have silently ignored the problem of not seeing STATUS updates. + pop3c: Added pop3c_master_user setting. - imap: Mailbox names were accidentally sent as UTF-8 instead of mUTF-7 in previous v2.1.x releases for STATUS, MYRIGHTS and GETQUOTAROOT commands. - lmtp proxy: Don't timeout connections too early when mail has a lot of RCPT TOs. - director: Don't crash if the director is working alone. - shared mailboxes: Avoid doing "@domain" userdb lookups. - doveadm: Fixed crash with proxying some commands. - fts-squat: Fixed handling multiple SEARCH parameters. - imapc: Fixed a crash when message had more than 8 keywords. - imapc: Don't crash on APPEND/COPY if server doesn't support UIDPLUS. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN dovecot2.orig/Makefile dovecot2/Makefile --- dovecot2.orig/Makefile 2012-07-02 21:27:03.000000000 +0200 +++ dovecot2/Makefile 2012-07-03 08:03:50.327519901 +0200 @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 2.1.7 +PORTVERSION= 2.1.8 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ diff -ruN dovecot2.orig/distinfo dovecot2/distinfo --- dovecot2.orig/distinfo 2012-05-31 23:32:51.000000000 +0200 +++ dovecot2/distinfo 2012-07-03 08:03:51.947509860 +0200 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.1.7.tar.gz) = d5b7bc61fff947722aebe12ebb25e92c38ce3e27e14ebc54cfc66f0b346cf452 -SIZE (dovecot-2.1.7.tar.gz) = 3778791 +SHA256 (dovecot-2.1.8.tar.gz) = 48807384f815072cf5a9c8a94726b4179433d4a3dd35f33cbe8db3a7880b000d +SIZE (dovecot-2.1.8.tar.gz) = 3807008 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207030617.q636HsQ8032131>