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:           Fri Oct 13 06:53:24 UTC 2017

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

Log Message:
dovecot2-pigeonhole: update to 0.4.21

v0.4.21:

* redirect action: Always set the X-Sieve-Redirected-From header to
  sieve_user_email if configured. Before, it would use the envelope recipient
  instead if available, which makes no sense if the primary e-mail address is
  available.
+ vacation extension: Allow ignoring the envelope sender while composing the
  "To:" header for the reply. Normally, the "To:" header is composed from
  the address found in the "Sender", "Resent-From" or "From" headers that is
  equal to the envelope sender. If none is then found, the bare envelope
  sender is used. This change adds a new setting
  "sieve_vacation_to_header_ignore_envelope". With this setting enabled, the
  "To:" header is always composed from those headers in the source message.
  The new setting thus allows ignoring the envelope, which is useful e.g.
  when SRS is used.
+ vacation extension: Compose the "To:" header from the full sender address
  found in the first "Sender:", "From:" or "Resent-From:" header. Before, it
  would create a "To:" header without a phrase part. The new behavior is
  nicer, since the reply will be addressed to the sender by name if possible.
- LDA Sieve plugin: Fixed sequential execution of LDAP-based scripts. A
  missing LDAP-based script could cause the script sequence to exit earlier.
- sieve-filter: Removed the (now) duplicate utf8 to mutf7 mailbox name
  conversion. This caused problems with mailbox names containing UTF-8
  characters. The Dovecot API was changed years ago, but apparently
  sieve-filter was never updated.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/dovecot2-pigeonhole/Makefile
cvs rdiff -u -r1.27 -r1.28 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.36 pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.37
--- pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.36       Sat Sep  2 14:31:23 2017
+++ pkgsrc/mail/dovecot2-pigeonhole/Makefile    Fri Oct 13 06:53:24 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2017/09/02 14:31:23 taca Exp $
+# $NetBSD: Makefile,v 1.37 2017/10/13 06:53:24 adam Exp $
 
-DISTNAME=      dovecot-2.2-pigeonhole-0.4.20
+DISTNAME=      dovecot-2.2-pigeonhole-0.4.21
 PKGNAME=       ${DISTNAME:S/-2.2-/-/}
 CATEGORIES=    mail
 MASTER_SITES=  http://pigeonhole.dovecot.org/releases/2.2/

Index: pkgsrc/mail/dovecot2-pigeonhole/distinfo
diff -u pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.27 pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.28
--- pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.27       Sat Sep  2 14:31:23 2017
+++ pkgsrc/mail/dovecot2-pigeonhole/distinfo    Fri Oct 13 06:53:24 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2017/09/02 14:31:23 taca Exp $
+$NetBSD: distinfo,v 1.28 2017/10/13 06:53:24 adam Exp $
 
-SHA1 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 27f0972f83c011aa32239186c9325731540e5ccc
-RMD160 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 6849bb97df5e8979b9cbf9786c5fc851091fbf73
-SHA512 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 84a28842be206e05cb96c07cf1c1b62c9c378ba4c952caa47cf79a44b9428e076f4182eadd9c4fb8f45d3605b881f91e8e520c41705017ac4039240d4bcace39
-Size (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 1745121 bytes
+SHA1 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = ee43f18f52988fc2a05b1dbbc248fb255996d127
+RMD160 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = f9f67d30793918bbc126b29b897df95e781dd2c4
+SHA512 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 4751f449ede1b05173c706b414ebf9f7f670ff78589ce6f0b687c32c9abe6dae8b3064ed1b20e893d9ec0147b0139ce479e1d74ebe94747c33f2d8ca177912de
+Size (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 1774887 bytes
 SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29



Home | Main Index | Thread Index | Old Index