summaryrefslogtreecommitdiff
path: root/mail/dovecot2-pigeonhole
diff options
context:
space:
mode:
authortaca <taca>2014-11-02 07:36:39 +0000
committertaca <taca>2014-11-02 07:36:39 +0000
commit7b75c7dca7aaec5fad47e8c659459d22e606a2b3 (patch)
treeb08bf33053bcd1a6b9259c60a2a424e97bc644b5 /mail/dovecot2-pigeonhole
parent131cfde6fe08f212f24a29e67ceab25c27f9d9c4 (diff)
downloadpkgsrc-7b75c7dca7aaec5fad47e8c659459d22e606a2b3.tar.gz
Update dovecot2-pigeonhole to 0.4.5.
Changelog v0.4.5: + Added a Pigeonhole version banner to doveconf output. This way, future bug reports will also include Pigeonhole version information. - Fixed handling of implicit keep. Last version erroneously reported that implicit keep succeeded after an earlier failure, while it in fact had failed. Particularly occurred for mailbox quota errors. - Fixed segfault occurring on SunOS systems when there is no active script. Changelog v0.4.4: * Added support for Japanese mail addresses with dots at non-standard places in localpart. * Changed handling of ENOSPACE into a normal temporary failure and added handling of ENOQUOTA as a user error. * Restructured result execution, so that all actions which involve mail storage are always committed before all others. + Implemented support for generic Sieve storages. Using alternative storages now also possible for sieve_before/sieve_after. + Implemented storage driver for retrieving Sieve scripts from LDAP. This currently cannot be used with ManageSieve. + Implemented sieve_redirect_envelope_from setting, which allows configuring the envelope sender of redirected messages. - Fixed handling of mail storage errors occurring while evaluating the input message. - managesieve-login: - Removed bogus ALERT response code returned for AUTHENTICATE command. - Fixed handling of invalid initial response argument to AUTHENTICATE command. - Fixed handling of stream errors in lexical scanner. - Fixed handling of SMTP errors. Permanent and temporary errors were mixed up. - Fixed several problems reported by CLang 3.4. - duplicate extension: Fixed erroneous compile error about conflicting tags when `:handle' argument was used last. - relational extension: Fixed error handling of `:value' match. - editheader extension: Fixed header unfolding and header iteration. - mailbox extension: Fixed the `:create' tag, which erroneously subscribed an existing folder. - extprograms plugin: Fixed handling of error codes. - doveadm-sieve plugin: Fixed several bugs. Synchronization of symbolic link in the file storage should now also work properly.
Diffstat (limited to 'mail/dovecot2-pigeonhole')
-rw-r--r--mail/dovecot2-pigeonhole/Makefile4
-rw-r--r--mail/dovecot2-pigeonhole/PLIST8
-rw-r--r--mail/dovecot2-pigeonhole/distinfo8
3 files changed, 12 insertions, 8 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile
index edac187cc06..c66f0385585 100644
--- a/mail/dovecot2-pigeonhole/Makefile
+++ b/mail/dovecot2-pigeonhole/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2014/10/09 14:06:38 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/11/02 07:36:39 taca Exp $
-DISTNAME= dovecot-2.2-pigeonhole-0.4.3
+DISTNAME= dovecot-2.2-pigeonhole-0.4.5
PKGNAME= ${DISTNAME:S/-2.2-/-/}
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.2/
diff --git a/mail/dovecot2-pigeonhole/PLIST b/mail/dovecot2-pigeonhole/PLIST
index 1f5a50d3359..c25c6e21a6d 100644
--- a/mail/dovecot2-pigeonhole/PLIST
+++ b/mail/dovecot2-pigeonhole/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.6 2014/05/14 06:10:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2014/11/02 07:36:39 taca Exp $
bin/sieve-dump
bin/sieve-filter
bin/sieve-test
bin/sievec
include/dovecot/sieve/edit-mail.h
include/dovecot/sieve/pigeonhole-config.h
+include/dovecot/sieve/pigeonhole-version.h
include/dovecot/sieve/program-client-private.h
include/dovecot/sieve/program-client.h
include/dovecot/sieve/rfc2822.h
@@ -27,6 +28,7 @@ include/dovecot/sieve/sieve-error.h
include/dovecot/sieve/sieve-ext-copy.h
include/dovecot/sieve/sieve-ext-enotify.h
include/dovecot/sieve/sieve-ext-environment.h
+include/dovecot/sieve/sieve-ext-mailbox.h
include/dovecot/sieve/sieve-ext-variables.h
include/dovecot/sieve/sieve-extensions.h
include/dovecot/sieve/sieve-generator.h
@@ -42,11 +44,12 @@ include/dovecot/sieve/sieve-plugins.h
include/dovecot/sieve/sieve-result.h
include/dovecot/sieve/sieve-runtime-trace.h
include/dovecot/sieve/sieve-runtime.h
-include/dovecot/sieve/sieve-script-file.h
include/dovecot/sieve/sieve-script-private.h
include/dovecot/sieve/sieve-script.h
include/dovecot/sieve/sieve-settings.h
include/dovecot/sieve/sieve-smtp.h
+include/dovecot/sieve/sieve-storage-private.h
+include/dovecot/sieve/sieve-storage.h
include/dovecot/sieve/sieve-stringlist.h
include/dovecot/sieve/sieve-types.h
include/dovecot/sieve/sieve-validator.h
@@ -56,6 +59,7 @@ lib/dovecot/lib90_sieve_plugin.la
lib/dovecot/libdovecot-sieve.la
lib/dovecot/settings/libmanagesieve_login_settings.la
lib/dovecot/settings/libmanagesieve_settings.la
+lib/dovecot/settings/libpigeonhole_settings.la
lib/dovecot/sieve/lib90_sieve_extprograms_plugin.la
libexec/dovecot/managesieve
libexec/dovecot/managesieve-login
diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo
index 6edb6b04dce..c0d08b0b746 100644
--- a/mail/dovecot2-pigeonhole/distinfo
+++ b/mail/dovecot2-pigeonhole/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2014/05/14 06:10:36 adam Exp $
+$NetBSD: distinfo,v 1.13 2014/11/02 07:36:39 taca Exp $
-SHA1 (dovecot-2.2-pigeonhole-0.4.3.tar.gz) = 6eee6958b755721432e782b8f5c9bd4f5b01ab95
-RMD160 (dovecot-2.2-pigeonhole-0.4.3.tar.gz) = f0cfd1e4ea7c85be6744511e352a06012857d084
-Size (dovecot-2.2-pigeonhole-0.4.3.tar.gz) = 1184029 bytes
+SHA1 (dovecot-2.2-pigeonhole-0.4.5.tar.gz) = 68289146db232e6cc9b7f28ce97058cacfbc354d
+RMD160 (dovecot-2.2-pigeonhole-0.4.5.tar.gz) = ec605041c42f20f4d24a71799f18dc2629707225
+Size (dovecot-2.2-pigeonhole-0.4.5.tar.gz) = 1239438 bytes
SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29