Update to Dovecot Pigeonhole 0.2.6, from Brad

This commit is contained in:
sthen 2012-02-17 22:10:57 +00:00
parent f26a1b5143
commit 3f163fc9b7
3 changed files with 17 additions and 18 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.10 2012/01/16 16:34:41 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2012/02/17 22:10:57 sthen Exp $
SHARED_ONLY= Yes
COMMENT= Sieve mail filtering for Dovecot
V_SIEVE= 0.2.5
V_SIEVE= 0.2.6
V_DOVECOT= 2.0
V_DOVECOT_FULL= 2.0.17
REVISION= 0
V_DOVECOT_FULL= 2.0.18
DISTNAME= dovecot-${V_DOVECOT}-pigeonhole-${V_SIEVE}
EPOCH= 0

View File

@ -1,5 +1,5 @@
MD5 (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = 9QFR3SDrWsusK1RuWG8tQw==
RMD160 (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = bY6Y/M+nxsDspm/Tt8cIVPn9KVA=
SHA1 (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = pnOItzkXITSuDV9Dz0W3c9oe/zc=
SHA256 (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = J5PuxThLkTZ3Ths5KYZKoV7cXwV7l8++6AnsDfwpK5w=
SIZE (dovecot-2.0-pigeonhole-0.2.5.tar.gz) = 1232117
MD5 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = viqsxEeybhTrkDJBFq9wqg==
RMD160 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = HuNarJE2W+WF8ZvyGjsSwsgd4Mg=
SHA1 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = EIv+/mUD3PkQyXIHU40Q9UHQSpk=
SHA256 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = SYKeSu12OEi2Oyv54ojUvJQCDJJM4GIbyFDgpL9IIas=
SIZE (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = 1234253

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-doc_example-config_conf_d_90-sieve_conf,v 1.1.1.1 2011/05/23 22:49:00 sthen Exp $
--- doc/example-config/conf.d/90-sieve.conf.orig Thu Mar 10 14:27:28 2011
+++ doc/example-config/conf.d/90-sieve.conf Thu Mar 10 14:27:41 2011
@@ -13,7 +13,7 @@ plugin {
# if user's private Sieve script doesn't exist. Be sure to
# pre-compile this script manually using the sievec command line
# tool.
$OpenBSD: patch-doc_example-config_conf_d_90-sieve_conf,v 1.2 2012/02/17 22:10:57 sthen Exp $
--- doc/example-config/conf.d/90-sieve.conf.orig Sat Jan 7 10:21:02 2012
+++ doc/example-config/conf.d/90-sieve.conf Thu Feb 16 20:13:06 2012
@@ -16,7 +16,7 @@ plugin {
# command line tool.
# --> See sieve_before fore executing scripts before the user's personal
# script.
- #sieve_global_path = /var/lib/dovecot/sieve/default.sieve
+ #sieve_global_path = /var/dovecot/sieve/default.sieve
# Directory for :personal include scripts for the include extension.
sieve_dir = ~/sieve
# Directory for :personal include scripts for the include extension. This
# is also where the ManageSieve service stores the user's scripts.