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 Jul 14 20:16:25 UTC 2018

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

Log Message:
dovecot2-pigeonhole: updated to 0.5.2

v0.5.2:
+ Implement plugin for the a vendor-defined IMAP capability called
  "FILTER=SIEVE". It adds the ability to manually invoke Sieve filtering
  in IMAP. More information can be found in
  doc/plugins/imap_filter_sieve.txt.
- The Sieve addess test caused an assertion panic for invalid addresses
  with UTF-8 codepoints in the localpart. Fixed by properly detecting
  invalid addresses with UTF-8 codepoints in the localpart and skipping
  these like other invalid addresses while iterating addresses for the
  address test.
- Make the length of the subject header for the vacation response
  configurable and enforce the limit in UTF-8 codepoints rather than
  bytes. The subject header for a vacation response was statically
  truncated to 256 bytes, which is too limited for multi-byte UTF-8
  characters.
- Sieve editheader extension: Fix assertion panic occurring when it is
  used to manipulate a message header with a very large header field.
- Properly abort execution of the sieve_discard script upon error.
  Before, the LDA Sieve plugin attempted to execute the sieve_discard
  script when an error occurs. This can lead to the message being lost.
- Fix the interaction between quota and the sieve_discard script. When
  quota was used together with a sieve_discard script, the message
  delivery did not bounce when the quota was exceeded.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/mail/dovecot2-pigeonhole/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/dovecot2-pigeonhole/PLIST
cvs rdiff -u -r1.31 -r1.32 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.42 pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.43
--- pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.42       Tue May 22 20:51:59 2018
+++ pkgsrc/mail/dovecot2-pigeonhole/Makefile    Sat Jul 14 20:16:25 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2018/05/22 20:51:59 triaxx Exp $
+# $NetBSD: Makefile,v 1.43 2018/07/14 20:16:25 adam Exp $
 
-DISTNAME=      dovecot-2.3-pigeonhole-0.5.1
+DISTNAME=      dovecot-2.3-pigeonhole-0.5.2
 PKGNAME=       ${DISTNAME:S/-2.3-/-/}
 CATEGORIES=    mail
 MASTER_SITES=  http://pigeonhole.dovecot.org/releases/2.3/
@@ -10,8 +10,8 @@ HOMEPAGE=     http://www.dovecot.org/
 COMMENT=       Support for the Sieve language and the ManageSieve protocol
 LICENSE=       gnu-lgpl-v2.1
 
-USE_TOOLS+=            pkg-config rpcgen
 USE_LIBTOOL=           yes
+USE_TOOLS+=            pkg-config rpcgen
 GNU_CONFIGURE=         yes
 
 EGDIR=                 ${PREFIX}/share/examples/dovecot

Index: pkgsrc/mail/dovecot2-pigeonhole/PLIST
diff -u pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.15 pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.16
--- pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.15  Tue May 22 20:51:59 2018
+++ pkgsrc/mail/dovecot2-pigeonhole/PLIST       Sat Jul 14 20:16:25 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2018/05/22 20:51:59 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.16 2018/07/14 20:16:25 adam Exp $
 bin/sieve-dump
 bin/sieve-filter
 bin/sieve-test
@@ -57,6 +57,7 @@ include/dovecot/sieve/sieve-validator.h
 include/dovecot/sieve/sieve.h
 lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.la
 lib/dovecot/lib90_sieve_plugin.la
+lib/dovecot/lib95_imap_filter_sieve_plugin.la
 lib/dovecot/lib95_imap_sieve_plugin.la
 lib/dovecot/libdovecot-sieve.la
 lib/dovecot/settings/libmanagesieve_login_settings.la

Index: pkgsrc/mail/dovecot2-pigeonhole/distinfo
diff -u pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.31 pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.32
--- pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.31       Tue May 22 20:51:59 2018
+++ pkgsrc/mail/dovecot2-pigeonhole/distinfo    Sat Jul 14 20:16:25 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2018/05/22 20:51:59 triaxx Exp $
+$NetBSD: distinfo,v 1.32 2018/07/14 20:16:25 adam Exp $
 
-SHA1 (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = 1d8699e9295e01be2b4bdc882dbb19c285145233
-RMD160 (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = e73689d12cf8caec93fcfb216fbe33fef88a15e8
-SHA512 (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = 5d65c3c9f3131c4e82287d054bd8b963d7c56c3e0677d7384881cf109ca82080d6222f672d8f973447d98be823a4df5bf43760d4ba87b76447d13abab30130c4
-Size (dovecot-2.3-pigeonhole-0.5.1.tar.gz) = 1792702 bytes
+SHA1 (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 5da797fee02beff7d78f179a595e07c3620a554c
+RMD160 (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 6a9d64f982bf10c23f2d24d81d22064bad99eea8
+SHA512 (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 6bc24d9241f94db795a012346d9bc94b5cc7d7ce0175c03213c2b5d179d80dec95e9bdbd50bed628c8f9f7c51639e692ba5e429212a3b4a654c1e4764ac4f11c
+Size (dovecot-2.3-pigeonhole-0.5.2.tar.gz) = 1814618 bytes
 SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29



Home | Main Index | Thread Index | Old Index