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 to Pigeonhole 0.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2289b6b77b44
branches:  trunk
changeset: 604224:2289b6b77b44
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat May 26 11:48:01 2012 +0000

description:
Update to Pigeonhole 0.3.1.

* Added support for retrieving Sieve scripts from dict lookup. This
  means that Sieve scripts can now be downloaded from a database.
  Compiled script binaries are still put on disk somewhere if used.
  The INSTALL documentation is updated with information on this new
  feature and the (backwards-compatible) changes to the configuration.
  Note that his feature is currently not supported for
  sieve_before/sieve_after or script management through ManageSieve.
+ Incorporated the sieve_duplicate plugin into main Pigeonhole tree as
  a normal extension (vnd.dovecot.duplicate). This Dovecot-specific
  extension adds the ability to check for duplicate deliveries based
  on message ID. Specification can be found in:
  doc/rfc/spec-bosch-sieve-duplicate.txt
+ Added support for specifying multiple sieve_before and sieve_after
  paths. This adds much more flexibility to the multiscript
  configuration. One application is to have user-specific Sieve
  scripts outside the user's normal control through ManageSieve.
+ Added a "session ID" string for managesieve connections, available in
  %{session} variable (analogous to Dovecot change).
- Fixed several small issues, including a few potential segfault bugs,
  based on static source code analysis.
- ManageSieve: changed use of EPROTO error to EIO in ManageSieve
  string stream implementation because it is apparently not known in
  BSD.
- Gave stamp.h.in (needed for autotools) some content to prevent it
  from disappearing in patch files.
- Fixed bug that caused a SunStudio CC compile failure (reported by
  Piotr Tarnowski).

diffstat:

 mail/dovecot2-pigeonhole/Makefile |  4 ++--
 mail/dovecot2-pigeonhole/PLIST    |  6 +++---
 mail/dovecot2-pigeonhole/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r e5ba191cf95f -r 2289b6b77b44 mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Sat May 26 10:13:29 2012 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Sat May 26 11:48:01 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2012/02/23 09:53:19 ghen Exp $
+# $NetBSD: Makefile,v 1.9 2012/05/26 11:48:01 ghen Exp $
 
-DISTNAME=      dovecot-2.1-pigeonhole-0.3.0
+DISTNAME=      dovecot-2.1-pigeonhole-0.3.1
 PKGNAME=       ${DISTNAME:S/-2.1-/-/}
 CATEGORIES=    mail
 MASTER_SITES=  http://www.rename-it.nl/dovecot/2.1/
diff -r e5ba191cf95f -r 2289b6b77b44 mail/dovecot2-pigeonhole/PLIST
--- a/mail/dovecot2-pigeonhole/PLIST    Sat May 26 10:13:29 2012 +0000
+++ b/mail/dovecot2-pigeonhole/PLIST    Sat May 26 11:48:01 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/02/23 09:53:19 ghen Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/05/26 11:48:01 ghen Exp $
 bin/sieve-dump
 bin/sieve-filter
 bin/sieve-test
@@ -40,6 +40,7 @@
 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
@@ -60,7 +61,6 @@
 man/man1/sievec.1
 man/man1/sieved.1
 man/man7/pigeonhole.7
-share/doc/dovecot/sieve/spamtest-virustest.txt
-share/doc/dovecot/sieve/vacation.txt
+share/doc/dovecot/sieve/script-location-dict.txt
 share/examples/dovecot/conf.d/20-managesieve.conf
 share/examples/dovecot/conf.d/90-sieve.conf
diff -r e5ba191cf95f -r 2289b6b77b44 mail/dovecot2-pigeonhole/distinfo
--- a/mail/dovecot2-pigeonhole/distinfo Sat May 26 10:13:29 2012 +0000
+++ b/mail/dovecot2-pigeonhole/distinfo Sat May 26 11:48:01 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2012/02/23 09:53:19 ghen Exp $
+$NetBSD: distinfo,v 1.7 2012/05/26 11:48:01 ghen Exp $
 
-SHA1 (dovecot-2.1-pigeonhole-0.3.0.tar.gz) = e465536ce14690804665b4eea0916969562dc926
-RMD160 (dovecot-2.1-pigeonhole-0.3.0.tar.gz) = 64692b03b60079b9ed22b069de947da7f4a32114
-Size (dovecot-2.1-pigeonhole-0.3.0.tar.gz) = 1277277 bytes
+SHA1 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = a9d895c64e4f6d188f98aefe7cbd83013c4bd5ca
+RMD160 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = f6b3c25edcd20c042310b4c54533ed1251efeb3f
+Size (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = 1084148 bytes
 SHA1 (patch-aa) = 97bcc7ae0c1b07508027e7c03247316de02badcf



Home | Main Index | Thread Index | Old Index