Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1F69F63C40B for ; Wed, 6 Jul 2011 09:45:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F35F714A0F0; Wed, 6 Jul 2011 09:45:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0821014A0F1 for ; Wed, 6 Jul 2011 09:45:47 +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 QxF5g8hp2C5U for ; Wed, 6 Jul 2011 09:45:46 +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 E62E514A0D7 for ; Wed, 6 Jul 2011 09:45:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C8AEA175DD; Wed, 6 Jul 2011 09:45:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 6 Jul 2011 09:45:45 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/mail/cyrus-imapd24 To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20110706094545.C8AEA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Wed Jul 6 09:45:45 UTC 2011 Modified Files: pkgsrc/mail/cyrus-imapd24: Makefile distinfo options.mk pkgsrc/mail/cyrus-imapd24/patches: patch-ab patch-aq Added Files: pkgsrc/mail/cyrus-imapd24/patches: patch-imap_mailbox.c Log Message: Update cyrus-imapd24 to 2.4.10. While here, * Exactly enable/disable PCRE support with package option, enabled by default. * Add workaround patches for PR#44275, sizeof(time_t) > sizeof(unsigned long). Changes to the Cyrus IMAP Server since 2.4.9 * fixed handling of unparsable emails during append (which would cause invalid cyrus.index records otherwise) * quota: fix a pile of bugs. #1801, virtdomain support; #2728, slow user delete; #3178, "file name too long" with big mailbox names; #3179, quota -f doubles usage. * Bug #3043 - parse multiple groups in headers correctly * Bug #3158 - lmtp backend connection timeout * Bug #3223 - limit MIME parsing depth to avoid stack overflows * Bug #3273 - add SORT=DISPLAY support (but note: still questions about correctness of unicode sorting) * Bug #3504 - convert all sieve scripts to \r\n line endings on upload * Bug #3402 - options to munge 8bit characters in headers during lmtp delivery to avoid backscatter * sync_client: fix broken keepalive TCP options (I doubt anyone ever tried to use it) * Bug #3482 - add "-o" option to ipurge to only purge messages with \Deleted flag set To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/cyrus-imapd24/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/cyrus-imapd24/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/cyrus-imapd24/options.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/cyrus-imapd24/patches/patch-ab cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/cyrus-imapd24/patches/patch-aq cvs rdiff -u -r0 -r1.1 pkgsrc/mail/cyrus-imapd24/patches/patch-imap_mailbox.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.