Bug 208108 - mail/dovecot2-pigeonhole update to 0.4.13
Summary: mail/dovecot2-pigeonhole update to 0.4.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
: 208107 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-03-18 00:32 UTC by Larry Rosenman
Modified: 2016-03-18 19:51 UTC (History)
1 user (show)

See Also:


Attachments
update patch (955 bytes, patch)
2016-03-18 00:33 UTC, Larry Rosenman
ler: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2016-03-18 00:32:43 UTC
Here is the final v0.4.13 release of Pigeonhole for Dovecot v2.2.22.
Nothing changed since the RC.

Changelog v0.4.13:

* redirect action: Added the list-id header to the duplicate ID for
  mail loop prevention. This means that the message sent directly to
  the user and the message coming through the mailing list itself are
  treated as different messages by the loop detection of the redirect
  command, even though their Message-ID may be identical.
* Changed the Sieve number type to uint64_t, which means that Sieve
  numbers can now technically range up to 2^64. Some other Sieve
  implementation allowed this, making this change necessary for
  successful migration.
+ Implemented the sieve_implicit_extensions setting. The extensions
  listed in this setting do not need to be enabled explicitly using the
  Sieve "require" command. This behavior directkly violates the
  standard, but can be necessary for compatibility with some existing
  implementations of Sieve. Do not use this setting unless you really
  need to!
- redirect action: Made mail loop detection more robust by forcibly
  adding a Message-ID header if it is missing.
- Prevent logging a useless "script not found" error message for LDAP
  scripts for which the entry exists but no attribute containing a
  script. This is not necessarily an error.
- extprograms plugin: Changed the communication channel between parent
  and child process for a directly forked program from a socketpair to
  a double pipe. Linux does not support /dev/stdin, /dev/stdout and
  friends for sockets. For some shell program authors this may be
  confusing, so that is why it is changed. When using the script
  service, these device nodes are still not usable though.
Comment 1 Larry Rosenman freebsd_committer freebsd_triage 2016-03-18 00:33:21 UTC
Created attachment 168352 [details]
update patch
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2016-03-18 00:35:43 UTC
*** Bug 208107 has been marked as a duplicate of this bug. ***
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-03-18 19:10:27 UTC
testbuilds@work
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-03-18 19:49:40 UTC
A commit references this bug:

Author: pi
Date: Fri Mar 18 19:48:48 UTC 2016
New revision: 411368
URL: https://svnweb.freebsd.org/changeset/ports/411368

Log:
  mail/dovecot2-pigeonhole: 0.4.12 -> 0.4.13

  * redirect action: Added the list-id header to the duplicate ID for
    mail loop prevention. This means that the message sent directly to
    the user and the message coming through the mailing list itself are
    treated as different messages by the loop detection of the redirect
    command, even though their Message-ID may be identical.
  * Changed the Sieve number type to uint64_t, which means that Sieve
    numbers can now technically range up to 2^64. Some other Sieve
    implementation allowed this, making this change necessary for
    successful migration.
  + Implemented the sieve_implicit_extensions setting. The extensions
    listed in this setting do not need to be enabled explicitly using the
    Sieve "require" command. This behavior directkly violates the
    standard, but can be necessary for compatibility with some existing
    implementations of Sieve. Do not use this setting unless you really
    need to!
  - redirect action: Made mail loop detection more robust by forcibly
    adding a Message-ID header if it is missing.
  - Prevent logging a useless "script not found" error message for LDAP
    scripts for which the entry exists but no attribute containing a
    script. This is not necessarily an error.
  - extprograms plugin: Changed the communication channel between parent
    and child process for a directly forked program from a socketpair to
    a double pipe. Linux does not support /dev/stdin, /dev/stdout and
    friends for sockets. For some shell program authors this may be
    confusing, so that is why it is changed. When using the script
    service, these device nodes are still not usable though.

  PR:		208108
  Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)

Changes:
  head/mail/dovecot2-pigeonhole/Makefile
  head/mail/dovecot2-pigeonhole/distinfo
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2016-03-18 19:51:19 UTC
Testbuilds all fine, committed, thanks.