pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot2-pigeonhole mail/dovecot2-pigeonhole: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2b7fac58427
branches:  trunk
changeset: 444300:b2b7fac58427
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 04 14:58:26 2021 +0000

description:
mail/dovecot2-pigeonhole: update to 0.5.13

Update dovecot2-pigeonhole package to 0.5.13.


v0.5.13 2021-01-04  Aki Tuomi <aki.tuomi%open-xchange.com@localhost>

        - duplicate: The test was handled badly in a multiscript (sieve_before,
          sieve_after) scenario in which an earlier script in the sequence with
          a duplicate test succeeded, while a later script caused a runtime
          failure. In that case, the message is recorded for duplicate tracking,
          while the message may not actually have been delivered in the end.
        - editheader: Sieve interpreter entered infinite loop at startup when
          the "editheader" configuration listed an invalid header name. This
          problem can only be triggered by the administrator.
        - relational: The Sieve relational extension can cause a segfault at
          compile time. This is triggered by invalid script syntax. The segfault
          happens when this match type is the last argument of the test command.
          This situation is not possible in a valid script; positional arguments
          are normally present after that, which would prevent the segfault.
        - sieve: For some Sieve commands the provided mailbox name is not
          properly checked for UTF-8 validity, which can cause assert crashes at
          runtime when an invalid mailbox name is encountered. This can be
          caused by the user by writing a bad Sieve script involving the
          affected commands ("mailboxexists", "specialuse_exists").
          This can be triggered by the remote sender only when the user has
          written a Sieve script that passes message content to one of the
          affected commands.
        - sieve: Large sequences of 8-bit octets passed to certain Sieve
          commands that create or modify message headers that allow UTF-8 text
          (vacation, notify and addheader) can cause the delivery or IMAP
          process (when IMAPSieve is used) to enter a memory-consuming
          semi-infinite loop that ends when the process exceeds its memory
          limits. Logged in users can cause these hangs only for their own
          processes.

diffstat:

 mail/dovecot2-pigeonhole/Makefile |   5 ++---
 mail/dovecot2-pigeonhole/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 6984a9e6901c -r b2b7fac58427 mail/dovecot2-pigeonhole/Makefile
--- a/mail/dovecot2-pigeonhole/Makefile Mon Jan 04 14:57:18 2021 +0000
+++ b/mail/dovecot2-pigeonhole/Makefile Mon Jan 04 14:58:26 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2020/12/04 04:56:00 riastradh Exp $
+# $NetBSD: Makefile,v 1.60 2021/01/04 14:58:26 taca Exp $
 
-DISTNAME=      dovecot-2.3-pigeonhole-0.5.11
+DISTNAME=      dovecot-2.3-pigeonhole-0.5.13
 PKGNAME=       ${DISTNAME:S/-2.3-/-/}
-PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  https://pigeonhole.dovecot.org/releases/2.3/
 
diff -r 6984a9e6901c -r b2b7fac58427 mail/dovecot2-pigeonhole/distinfo
--- a/mail/dovecot2-pigeonhole/distinfo Mon Jan 04 14:57:18 2021 +0000
+++ b/mail/dovecot2-pigeonhole/distinfo Mon Jan 04 14:58:26 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.44 2020/08/13 15:28:45 taca Exp $
+$NetBSD: distinfo,v 1.45 2021/01/04 14:58:26 taca Exp $
 
-SHA1 (dovecot-2.3-pigeonhole-0.5.11.tar.gz) = b8034780a639d9bfe42b9a826c44761e2012beb1
-RMD160 (dovecot-2.3-pigeonhole-0.5.11.tar.gz) = f814ccf984fa7a0f6009854d04d418f89951caeb
-SHA512 (dovecot-2.3-pigeonhole-0.5.11.tar.gz) = 793d93edc50192c52654e2f7244d3e01aaa4e69f786e3ecfcd658a4ab26a5099cc5319cb93221150db4ce94bc4515ffb38115b1d0eeb6e052b956efec680b33d
-Size (dovecot-2.3-pigeonhole-0.5.11.tar.gz) = 1912411 bytes
+SHA1 (dovecot-2.3-pigeonhole-0.5.13.tar.gz) = efd0ae2ebaa1b6ce7178adce84e3613fbec1bc43
+RMD160 (dovecot-2.3-pigeonhole-0.5.13.tar.gz) = 65d6ea36b2470dd9b6d2a9258341106d80ff06fd
+SHA512 (dovecot-2.3-pigeonhole-0.5.13.tar.gz) = fcbc13d71af4e6dd4e34192484e203d755e5015da76a4774b11a79182b2baad36cab5a471346093111ace36a7775dfe8294555f8b777786dde386820b3ec5cd3
+Size (dovecot-2.3-pigeonhole-0.5.13.tar.gz) = 1908839 bytes
 SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29



Home | Main Index | Thread Index | Old Index