pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot2-pigeonhole Update dovecot2-pigeonhole to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a78272766b8d
branches: trunk
changeset: 651898:a78272766b8d
user: taca <taca%pkgsrc.org@localhost>
date: Sun May 17 00:13:51 2015 +0000
description:
Update dovecot2-pigeonhole to 0.4.8.
v0.4.8 15-05-2015 Stephan Bosch <stephan%rename-it.nl@localhost>
* LDA Sieve plugin: Dovecot changed the deliver_log_format setting to include
%{delivery_time}. This prompted changes in Pigeonhole that make this release
dependent on Dovecot v2.2.17.
+ Implemented magic to make sieve_default script visible from ManageSieve
under a configurable name. This way, users can see the default rules, edit
them and store a private adjusted version. This could also be achieved by
copying the default script into the user's script storage, but updates to
the global sieve_default script would be ignored that way.
+ ManageSieve: Implemented support for reporting command statistics at
disconnect. Statistics include the number of bytes and scripts uploaded/
downloaded/checked and the number of scripts deleted/renamed.
- Fixed problem in address test: erroneously decoded mime-encoded words in
address headers.
- extprograms plugin: Fixed failure occurring when connecting to script
service without the need to read back the output from the external program.
- Fixed bug in script storage path normalization occurring with relative
symbolic links below root.
- Fixed and updated various parts of the documentation
- ManageSieve: Used "managesieve" rather than "sieve" as login service name,
which means that all managesieve-specific settings where ignored.
- Managesieve: Storage quota was not always enforced properly for scripts
uploaded as quoted string. Nobody uses that, but it is allowed in the
specification and we support it, so it should work properly.
diffstat:
mail/dovecot2-pigeonhole/Makefile | 4 ++--
mail/dovecot2-pigeonhole/PLIST | 12 ++++++++++--
mail/dovecot2-pigeonhole/distinfo | 8 ++++----
3 files changed, 16 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r b04ddebcfd63 -r a78272766b8d mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Sun May 17 00:12:45 2015 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Sun May 17 00:13:51 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2015/03/20 01:25:31 taca Exp $
+# $NetBSD: Makefile,v 1.24 2015/05/17 00:13:51 taca Exp $
-DISTNAME= dovecot-2.2-pigeonhole-0.4.7
+DISTNAME= dovecot-2.2-pigeonhole-0.4.8
PKGNAME= ${DISTNAME:S/-2.2-/-/}
CATEGORIES= mail
MASTER_SITES= http://pigeonhole.dovecot.org/releases/2.2/
diff -r b04ddebcfd63 -r a78272766b8d mail/dovecot2-pigeonhole/PLIST
--- a/mail/dovecot2-pigeonhole/PLIST Sun May 17 00:12:45 2015 +0000
+++ b/mail/dovecot2-pigeonhole/PLIST Sun May 17 00:13:51 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/03/20 01:25:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2015/05/17 00:13:51 taca Exp $
bin/sieve-dump
bin/sieve-filter
bin/sieve-test
@@ -71,7 +71,15 @@
man/man1/sievec.1
man/man1/sieved.1
man/man7/pigeonhole.7
-share/doc/dovecot/sieve/script-location-dict.txt
+share/doc/dovecot/sieve/extensions/duplicate.txt
+share/doc/dovecot/sieve/extensions/editheader.txt
+share/doc/dovecot/sieve/extensions/include.txt
+share/doc/dovecot/sieve/extensions/spamtest-virustest.txt
+share/doc/dovecot/sieve/extensions/vacation.txt
+share/doc/dovecot/sieve/locations/dict.txt
+share/doc/dovecot/sieve/locations/file.txt
+share/doc/dovecot/sieve/locations/ldap.txt
+share/doc/dovecot/sieve/plugins/sieve_extprograms.txt
share/examples/dovecot/conf.d/20-managesieve.conf
share/examples/dovecot/conf.d/90-sieve-extprograms.conf
share/examples/dovecot/conf.d/90-sieve.conf
diff -r b04ddebcfd63 -r a78272766b8d mail/dovecot2-pigeonhole/distinfo
--- a/mail/dovecot2-pigeonhole/distinfo Sun May 17 00:12:45 2015 +0000
+++ b/mail/dovecot2-pigeonhole/distinfo Sun May 17 00:13:51 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2015/03/20 01:25:31 taca Exp $
+$NetBSD: distinfo,v 1.16 2015/05/17 00:13:51 taca Exp $
-SHA1 (dovecot-2.2-pigeonhole-0.4.7.tar.gz) = 9f646a5f4b7d46f2280dfb0e2386f7076e1455bb
-RMD160 (dovecot-2.2-pigeonhole-0.4.7.tar.gz) = 6351c85a2b3d97ebad44c9c213716cdba88e7151
-Size (dovecot-2.2-pigeonhole-0.4.7.tar.gz) = 1271959 bytes
+SHA1 (dovecot-2.2-pigeonhole-0.4.8.tar.gz) = 23da3c1d24f97d87d19be4ad5a9136a9b54771e7
+RMD160 (dovecot-2.2-pigeonhole-0.4.8.tar.gz) = 8d7ce3b798979a709fd7b484fa32d1390105909d
+Size (dovecot-2.2-pigeonhole-0.4.8.tar.gz) = 1567528 bytes
SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29
Home |
Main Index |
Thread Index |
Old Index