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:           Tue Oct 23 16:30:03 UTC 2018

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

Log Message:
dovecot2-pigeonhole: updated to 0.5.3

Changelog v0.5.3:
- Fix assertion panic occurring when managesieve service fails to open
  INBOX while saving a Sieve script. This was caused by a lack of
  cleanup after failure.
- Fix specific messages causing an assert panic with actions that
  compose a reply (e.g. vacation). With some rather weird input from the
  original message, the header folding algorithm (as used for composing
  the References header for the reply) got confused, causing the panic.
- IMAP FILTER=SIEVE capability: Fix FILTER SIEVE SCRIPT command parsing.
  After finishing reading the Sieve script, the command parsing
  sometimes didn't continue with the search arguments. This is a time-
  critical bug that likely only occurs when the Sieve script is sent in
  the next TCP frame.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/dovecot2-pigeonhole/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/dovecot2-pigeonhole/PLIST
cvs rdiff -u -r1.32 -r1.33 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.43 pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.44
--- pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.43       Sat Jul 14 20:16:25 2018
+++ pkgsrc/mail/dovecot2-pigeonhole/Makefile    Tue Oct 23 16:30:03 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2018/07/14 20:16:25 adam Exp $
+# $NetBSD: Makefile,v 1.44 2018/10/23 16:30:03 adam Exp $
 
-DISTNAME=      dovecot-2.3-pigeonhole-0.5.2
+DISTNAME=      dovecot-2.3-pigeonhole-0.5.3
 PKGNAME=       ${DISTNAME:S/-2.3-/-/}
 CATEGORIES=    mail
 MASTER_SITES=  http://pigeonhole.dovecot.org/releases/2.3/

Index: pkgsrc/mail/dovecot2-pigeonhole/PLIST
diff -u pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.16 pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.17
--- pkgsrc/mail/dovecot2-pigeonhole/PLIST:1.16  Sat Jul 14 20:16:25 2018
+++ pkgsrc/mail/dovecot2-pigeonhole/PLIST       Tue Oct 23 16:30:03 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2018/07/14 20:16:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2018/10/23 16:30:03 adam Exp $
 bin/sieve-dump
 bin/sieve-filter
 bin/sieve-test
@@ -86,6 +86,7 @@ share/doc/dovecot/sieve/extensions/vnd.d
 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/imap_filter_sieve.txt
 share/doc/dovecot/sieve/plugins/imapsieve.txt
 share/doc/dovecot/sieve/plugins/sieve_extprograms.txt
 share/examples/dovecot/conf.d/20-managesieve.conf

Index: pkgsrc/mail/dovecot2-pigeonhole/distinfo
diff -u pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.32 pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.33
--- pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.32       Sat Jul 14 20:16:25 2018
+++ pkgsrc/mail/dovecot2-pigeonhole/distinfo    Tue Oct 23 16:30:03 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.32 2018/07/14 20:16:25 adam Exp $
+$NetBSD: distinfo,v 1.33 2018/10/23 16:30:03 adam Exp $
 
-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 (dovecot-2.3-pigeonhole-0.5.3.tar.gz) = 12173c665e5d02029b453ffd4d9a64a0071b9e10
+RMD160 (dovecot-2.3-pigeonhole-0.5.3.tar.gz) = c0d6dc00bc505c2b35c4a4bb06b272f7e86c574e
+SHA512 (dovecot-2.3-pigeonhole-0.5.3.tar.gz) = 8403b1976a915836ba875b96825446d46e0d8c7ff245ed1f2b014347fdc78a81f9ed6dbd05bd3b4f1f7072edc5e9a302201cdb375de44436adcbb83919f203f5
+Size (dovecot-2.3-pigeonhole-0.5.3.tar.gz) = 1827329 bytes
 SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29



Home | Main Index | Thread Index | Old Index