pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/dovecot2-pigeonhole



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 18 07:15:17 UTC 2017

Modified Files:
        pkgsrc/mail/dovecot2-pigeonhole: Makefile PLIST distinfo

Log Message:
Changes 0.4.17:
- LDA Sieve plugin: Fixed handling of an early explicit keep during
  multiscript execution. Action side-effects and the message snapshot would be
  lost at the final stage where the implicit keep is evaluated. This could
  result in the IMAP flags assigned to the message to be forgotten or that
  headers modified by the "editheader" extension would revert to their
  original state.
- file script storage: Amended the up-to-date time stamp comparison for
  on-disk binaries to include nanoseconds. This will fix problems occurring
  when both binary and script are saved within the same second. This fix is
  ineffective on older systems that have no support for nanoseconds in stat()
  timestamps, which     should be pretty rare nowadays.
- file script storage: Improve saving and listing permission error to include
  more details.
- imapsieve plugin: Make sure "INBOX" is upper case in static mailbox rules.
  Otherwise, the mailbox name would never match, since matching is performed
  case-sensitively and Dovecot only returns the upper-cased "INBOX".
- imapsieve plugin: Fixed assert failure occurring when used with virtual
  mailboxes.
- doveadm sieve plugin: Fixed crash when setting Sieve script via attribute's
  string value.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/mail/dovecot2-pigeonhole/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/dovecot2-pigeonhole/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mail/dovecot2-pigeonhole/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/dovecot2-pigeonhole/Makefile
diff -u pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.32 pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.33
--- pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.32       Sat Nov 12 11:22:29 2016
+++ pkgsrc/mail/dovecot2-pigeonhole/Makefile    Sat Mar 18 07:15:17 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2016/11/12 11:22:29 adam Exp $
+# $NetBSD: Makefile,v 1.33 2017/03/18 07:15:17 adam Exp $
 
-DISTNAME=      dovecot-2.2-pigeonhole-0.4.16
+DISTNAME=      dovecot-2.2-pigeonhole-0.4.17
 PKGNAME=       ${DISTNAME:S/-2.2-/-/}
 CATEGORIES=    mail
 MASTER_SITES=  http://pigeonhole.dovecot.org/releases/2.2/

Index: pkgsrc/mail/dovecot2-pigeonhole/PLIST
diff -u pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.12 pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.13
--- pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.12  Sat Nov 12 11:22:29 2016
+++ pkgsrc/mail/dovecot2-pigeonhole/PLIST       Sat Mar 18 07:15:17 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/11/12 11:22:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/03/18 07:15:17 adam Exp $
 bin/sieve-dump
 bin/sieve-filter
 bin/sieve-test
@@ -75,14 +75,18 @@ man/man1/sievec.1
 man/man1/sieved.1
 man/man7/pigeonhole.7
 share/aclocal/dovecot-pigeonhole.m4
+share/doc/dovecot/example-config/sieve-ldap.conf
 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/extensions/vnd.dovecot.environment.txt
+share/doc/dovecot/sieve/extensions/vnd.dovecot.report.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/imapsieve.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

Index: pkgsrc/mail/dovecot2-pigeonhole/distinfo
diff -u pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.23 pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.24
--- pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.23       Sat Nov 12 11:22:29 2016
+++ pkgsrc/mail/dovecot2-pigeonhole/distinfo    Sat Mar 18 07:15:17 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2016/11/12 11:22:29 adam Exp $
+$NetBSD: distinfo,v 1.24 2017/03/18 07:15:17 adam Exp $
 
-SHA1 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 742416ce8fbc55ea7a2d045012d34c524b336399
-RMD160 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 01bbf749dd74061e1d3b14e15fed27e5e5d0b112
-SHA512 (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 5f59fb35dbe638f8ddd19c0fd0f3fbd6fec1fa238f3781b94c50a8f7ce72a53ac1381a6f8ad9bcc90df1edfa2b263a6dfba88521578e55ce4b3d840bed022b79
-Size (dovecot-2.2-pigeonhole-0.4.16.tar.gz) = 1713634 bytes
+SHA1 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = c8d1781ebd48a6cc324961c33be91b8f24c62925
+RMD160 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = f150a7e80d53181287301ef742aefabebb50b6a7
+SHA512 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 3ea6faebf04154649c32612f204e909aa131582c99867865bff3d3a78a75593d96109586eeb6403bc915046b8b6f02e8bacbf6cb6733ea186d2e1a209a7e2b79
+Size (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 1787177 bytes
 SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29



Home | Main Index | Thread Index | Old Index