Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8C6F4716C1 for ; Mon, 8 Jul 2013 15:25:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E14C314A5DC; Mon, 8 Jul 2013 15:25:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2192014A5DB for ; Mon, 8 Jul 2013 15:24:59 +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 gkYZiWF2bVx7 for ; Mon, 8 Jul 2013 15:24:58 +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 4657914A5D7 for ; Mon, 8 Jul 2013 15:24:58 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3AE2796; Mon, 8 Jul 2013 15:24:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 8 Jul 2013 15:24:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/dovecot2-pigeonhole To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130708152458.3AE2796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Mon Jul 8 15:24:58 UTC 2013 Modified Files: pkgsrc/mail/dovecot2-pigeonhole: Makefile distinfo pkgsrc/mail/dovecot2-pigeonhole/patches: patch-aa Log Message: Update dovecot2-pigeonhole to 0.4.1. Here is quote from release announce. Subject: [Dovecot-news] Released Pigeonhole v0.4.1 for Dovecot v2.2.4. Date: Wed, 03 Jul 2013 22:15:31 +0200 To: dovecot-news@dovecot.org, Dovecot Mailing List Reply-To: dovecot@dovecot.org Content-Transfer-Encoding: 7bit Hello Dovecot users, Now that I am not preoccupied anymore, I quickly release a new version of Pigeonhole for Dovecot v2.2. This consists mainly of bug fixes. One new feature is that the Sieve plugin will try to pass temporary failures (e.g. from mail storage) back to LDA/LMTP as much as possible. However, this change turned out a little bigger than I would have liked, so experiment with it a bit before you deploy it in production. Changelog v0.4.1: + Added support for handling temporary failures. These are passed back to LDA/LTMP to produce an appropriate response towards the MTA. - Sieve storage: Removed PATH_MAX limitation for active symlink. This caused problems for GNU/Hurd. - Fixed line endings in X-Sieve headers added by redirect command. - ManageSieve: Fixed '[' ']' stupidity for response codes (only happened before login). - Fixed setting name in example-config/conf.d/20-managesieve.conf. - Sieve extprograms plugin: Fixed interaction between pipe command and remote script service. The output from the script service was never read, causing a broken pipe error at the script service. Apparently, this was broken since the I/O handling for extprograms was last revised. - Fixed assertion failure due to datastack problem in message header composition. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/dovecot2-pigeonhole/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/dovecot2-pigeonhole/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/dovecot2-pigeonhole/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.