summaryrefslogtreecommitdiff
path: root/mail/dovecot2-pigeonhole/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-05-28 19:39:04 +0000
committertron <tron@pkgsrc.org>2014-05-28 19:39:04 +0000
commitc984c454b7811abc6a9247c3bb4a803a97a123fa (patch)
treea9b3973e816eb7954d3f20a6cb9c35fa362868f8 /mail/dovecot2-pigeonhole/Makefile
parentab630a05898c68176b03b914f17623dae1db6459 (diff)
downloadpkgsrc-c984c454b7811abc6a9247c3bb4a803a97a123fa.tar.gz
Pullup ticket #4425 - requested by taca
mail/dovecot2-pigeonhole: keep in step with mail/dovecot2 Revisions pulled up: - mail/dovecot2-pigeonhole/Makefile 1.18 - mail/dovecot2-pigeonhole/PLIST 1.6 - mail/dovecot2-pigeonhole/distinfo 1.12 --- Module Name: pkgsrc Committed By: adam Date: Wed May 14 06:10:36 UTC 2014 Modified Files: pkgsrc/mail/dovecot2-pigeonhole: Makefile PLIST distinfo Log Message: Changes 0.4.3: * Editheader extension: Made control characters allowed for editheader, except NUL. Before, this would cause a runtime error. + Upgraded Dovecot-specific Sieve "vnd.dovecot.duplicate" extension to match the new draft "duplicate" extension. - Fixed sieve_result_global_log_error to log only as i_info in administrator log (syslog) if executed from multiscript context. - Sieve redirect extension: Adjusted loop detection to show leniency to resent messages. - Sieve include extension: Fixed problem with handling of duplicate includes with different parameters :once or :optional. - Sieve spamtest/virustest extensions: Tests were erroneously performed against the original message. When used together with extprograms filter to add the spam headers, the changes were not being used by the spamtest and virustest extensions. - Deprecated Sieve notify extension: Fixed segfault problems in message string substitution. - ManageSieve: Fixed active link verification to handle redundant path slashes correctly. - Sieve vacation extension: - Fixed interaction of sieve_vacation_dont_check_recipient with sieve_vacation_send_from_recipient setting. - Fixed log message for discarded response. - Sieve extprograms plugin: - Forgot to disable the alarm() timeouts set for script execution. - Fixed fd leak and handling of output shutdown. - Fixed 'Bad filedescriptor' error occurring when disconnecting script client. - Made sure that programs are never forked with root privileges.
Diffstat (limited to 'mail/dovecot2-pigeonhole/Makefile')
-rw-r--r--mail/dovecot2-pigeonhole/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile
index 26f4d900e95..b51a48ba85a 100644
--- a/mail/dovecot2-pigeonhole/Makefile
+++ b/mail/dovecot2-pigeonhole/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2014/02/12 23:18:07 tron Exp $
+# $NetBSD: Makefile,v 1.17.2.1 2014/05/28 19:39:04 tron Exp $
-DISTNAME= dovecot-2.2-pigeonhole-0.4.2
+DISTNAME= dovecot-2.2-pigeonhole-0.4.3
PKGNAME= ${DISTNAME:S/-2.2-/-/}
-PKGREVISION= 1
CATEGORIES= mail
-MASTER_SITES= http://www.rename-it.nl/dovecot/2.2/
+MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.2/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.dovecot.org/