Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 9B2C563B946 for ; Fri, 6 Apr 2012 15:56:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 60C2D14A1C4; Fri, 6 Apr 2012 15:56:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A374A14A1AB for ; Fri, 6 Apr 2012 15:56:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id cbnIQMoR7CuZ for ; Fri, 6 Apr 2012 15:56:27 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BF3F514A1A4 for ; Fri, 6 Apr 2012 15:56:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 61ED2175DD; Fri, 6 Apr 2012 15:56:27 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 6 Apr 2012 15:56:27 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/mail/dovecot2 To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20120406155627.61ED2175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Fri Apr 6 15:56:27 UTC 2012 Modified Files: pkgsrc/mail/dovecot2: Makefile distinfo Added Files: pkgsrc/mail/dovecot2/patches: patch-src_lib-storage_list_mailbox-list-fs-iter.c Log Message: Add patch from Dovecot Mercury repository to fix crash this crash in the IMAP server: Panic: file mail-storage.c: line 628 (mailbox_alloc): assertion failed: (uni_utf8_str_is_valid(vname)) Problem reported and fix tested by Thorsten Frueauf. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/dovecot2/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/dovecot2/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/mail/dovecot2/patches/patch-src_lib-storage_list_mailbox-list-fs-iter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.