diff options
author | ghen <ghen> | 2010-12-07 10:08:27 +0000 |
---|---|---|
committer | ghen <ghen> | 2010-12-07 10:08:27 +0000 |
commit | 3419175e56cd4d3150ebf4d0a572fcbdc719398c (patch) | |
tree | 90355495e2657ec0c3c098206440ba307af66c16 /mail | |
parent | 8b2719e2bb941859cd4b1e8c8a186f43851a3e72 (diff) | |
download | pkgsrc-3419175e56cd4d3150ebf4d0a572fcbdc719398c.tar.gz |
Update Dovecot Pigeonhole plugin to 0.2.2 (goes with Dovecot 2.0.8).
* LDA Sieve plugin: started using Dovecot LDA reject API for the
reject extension. This means that the LDA reject_reason and
reject_subject settings now also work for Pigeonhole's LDA Sieve
plugin.
* Did some work on the new sieve-filter tool. It is mostly
functional, but it is not finished yet.
* Dovecot change: services' default vsz_limits weren't being enforced
correctly in earlier v2.0 releases. Now that they are enforced, you
might notice that the default limits are too low and you need to
increase them. This problem will show up in logs as "out of memory"
errors. See default_vsz_limit and service { vsz_limit } settings.
- Imap4flags: fixed segfault bug occurring in multiscript context.
- Added version checking to the ManageSieve settings plugin. This
plugin was forgotten when the LDA plugin was updated with this
change in the previous release.
- LDA Sieve plugin: fixed memory leak at deinitialization.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 28 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 8 |
2 files changed, 18 insertions, 18 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 65935ef1c4b..29799a8f1cc 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2010/11/07 12:36:53 adam Exp $ +# $NetBSD: Makefile,v 1.3 2010/12/07 10:08:27 ghen Exp $ -DISTNAME= dovecot-2.0-pigeonhole-0.2.1 -PKGNAME= ${DISTNAME:S/-2.0-/-/} -CATEGORIES= mail -MASTER_SITES= http://www.rename-it.nl/dovecot/2.0/ +DISTNAME= dovecot-2.0-pigeonhole-0.2.2 +PKGNAME= ${DISTNAME:S/-2.0-/-/} +CATEGORIES= mail +MASTER_SITES= http://www.rename-it.nl/dovecot/2.0/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.dovecot.org/ -COMMENT= Support for the Sieve language and the ManageSieve protocol -LICENSE= gnu-lgpl-v2.1 +MAINTAINER= ghen@NetBSD.org +HOMEPAGE= http://www.dovecot.org/ +COMMENT= Support for the Sieve language and the ManageSieve protocol +LICENSE= gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -17,11 +17,11 @@ USE_TOOLS+= pkg-config rpcgen USE_LIBTOOL= yes GNU_CONFIGURE= yes -EGDIR= ${PREFIX}/share/examples/dovecot -CONFD= ${PKG_SYSCONFDIR}/dovecot/conf.d -MAKE_DIRS+= ${CONFD} -CONF_FILES+= ${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf -CONF_FILES+= ${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf +EGDIR= ${PREFIX}/share/examples/dovecot +CONFD= ${PKG_SYSCONFDIR}/dovecot/conf.d +MAKE_DIRS+= ${CONFD} +CONF_FILES+= ${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf +CONF_FILES+= ${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf .include "../../mail/dovecot2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 1c53e677b1c..2d1f20ba2f3 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/11/05 12:01:20 adam Exp $ +$NetBSD: distinfo,v 1.2 2010/12/07 10:08:27 ghen Exp $ -SHA1 (dovecot-2.0-pigeonhole-0.2.1.tar.gz) = ef06d157302576a9276c8f1181a3c5de018e2f36 -RMD160 (dovecot-2.0-pigeonhole-0.2.1.tar.gz) = a3cd58c13c3de33e6941c94633c580af4406ad85 -Size (dovecot-2.0-pigeonhole-0.2.1.tar.gz) = 1195090 bytes +SHA1 (dovecot-2.0-pigeonhole-0.2.2.tar.gz) = 83a1477e7c6b631020f24e6beb84df1676c2028a +RMD160 (dovecot-2.0-pigeonhole-0.2.2.tar.gz) = 7aa58935acb5a89348c53f8e6db44045d56196d9 +Size (dovecot-2.0-pigeonhole-0.2.2.tar.gz) = 1199973 bytes SHA1 (patch-aa) = 97bcc7ae0c1b07508027e7c03247316de02badcf |