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 <dovecot@dovecot.org> 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.
This commit is contained in:
parent
a936dec9fd
commit
ba83b3d5b6
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.14 2013/05/14 15:49:52 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2013/07/08 15:24:58 taca Exp $
|
||||
|
||||
DISTNAME= dovecot-2.2-pigeonhole-0.4.0
|
||||
DISTNAME= dovecot-2.2-pigeonhole-0.4.1
|
||||
PKGNAME= ${DISTNAME:S/-2.2-/-/}
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.rename-it.nl/dovecot/2.2/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2013/05/14 15:49:52 taca Exp $
|
||||
$NetBSD: distinfo,v 1.10 2013/07/08 15:24:58 taca Exp $
|
||||
|
||||
SHA1 (dovecot-2.2-pigeonhole-0.4.0.tar.gz) = 94ab5b803de8fd91c4e9691c54aadd8fd7c6c401
|
||||
RMD160 (dovecot-2.2-pigeonhole-0.4.0.tar.gz) = 49d10b1d20e9ba4bf6051bf73a18ef7b6da27677
|
||||
Size (dovecot-2.2-pigeonhole-0.4.0.tar.gz) = 1144018 bytes
|
||||
SHA1 (patch-aa) = 0bd3fcff71d4be51bb340111f52b7b9adfc269e6
|
||||
SHA1 (dovecot-2.2-pigeonhole-0.4.1.tar.gz) = fb86e9f666df1b142b490b1cf22ac4bfe68ac051
|
||||
RMD160 (dovecot-2.2-pigeonhole-0.4.1.tar.gz) = a8c5e15b13235b276061308a834a6b4681c680dc
|
||||
Size (dovecot-2.2-pigeonhole-0.4.1.tar.gz) = 1156858 bytes
|
||||
SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: patch-aa,v 1.2 2013/05/14 15:49:52 taca Exp $
|
||||
$NetBSD: patch-aa,v 1.3 2013/07/08 15:24:58 taca Exp $
|
||||
|
||||
Install example configuration files to examples directory of pkgsrc.
|
||||
|
||||
--- doc/example-config/conf.d/Makefile.in.orig 2013-05-09 13:32:15.000000000 +0000
|
||||
--- doc/example-config/conf.d/Makefile.in.orig 2013-07-03 19:43:15.000000000 +0000
|
||||
+++ doc/example-config/conf.d/Makefile.in
|
||||
@@ -231,7 +231,7 @@ top_build_prefix = @top_build_prefix@
|
||||
@@ -253,7 +253,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
pkgsysconfdir = $(sysconfdir)/dovecot
|
||||
|
|
Loading…
Reference in a new issue