Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0BB811A9217 for ; Mon, 4 Jan 2021 17:40:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 29A5784D9B; Mon, 4 Jan 2021 17:40:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 648DB84D7F for ; Mon, 4 Jan 2021 17:40:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IzCU_A9tDO_Q for ; Mon, 4 Jan 2021 17:40:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9259484CDB for ; Mon, 4 Jan 2021 17:40:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B86DFA9D; Mon, 4 Jan 2021 17:40:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160978200688560" MIME-Version: 1.0 Date: Mon, 4 Jan 2021 17:40:06 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2020Q4] pkgsrc/mail/dovecot2-pigeonhole To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20210104174006.8B86DFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160978200688560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Jan 4 17:40:06 UTC 2021 Modified Files: pkgsrc/mail/dovecot2-pigeonhole [pkgsrc-2020Q4]: Makefile distinfo Log Message: Pullup ticket #6392 - requested by taca mail/dovecot2-pigeonhole: dependent update Revisions pulled up: - mail/dovecot2-pigeonhole/Makefile 1.60 - mail/dovecot2-pigeonhole/distinfo 1.45 --- Module Name: pkgsrc Committed By: taca Date: Mon Jan 4 14:58:26 UTC 2021 Modified Files: pkgsrc/mail/dovecot2-pigeonhole: Makefile distinfo Log Message: mail/dovecot2-pigeonhole: update to 0.5.13 Update dovecot2-pigeonhole package to 0.5.13. v0.5.13 2021-01-04 Aki Tuomi - 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. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.59.2.1 pkgsrc/mail/dovecot2-pigeonhole/Makefile cvs rdiff -u -r1.44 -r1.44.4.1 pkgsrc/mail/dovecot2-pigeonhole/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160978200688560 Content-Disposition: inline Content-Length: 2007 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/dovecot2-pigeonhole/Makefile diff -u pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.59 pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.59.2.1 --- pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.59 Fri Dec 4 04:56:00 2020 +++ pkgsrc/mail/dovecot2-pigeonhole/Makefile Mon Jan 4 17:40:06 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2020/12/04 04:56:00 riastradh Exp $ +# $NetBSD: Makefile,v 1.59.2.1 2021/01/04 17:40:06 bsiegert 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/ Index: pkgsrc/mail/dovecot2-pigeonhole/distinfo diff -u pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.44 pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.44.4.1 --- pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.44 Thu Aug 13 15:28:45 2020 +++ pkgsrc/mail/dovecot2-pigeonhole/distinfo Mon Jan 4 17:40:06 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2020/08/13 15:28:45 taca Exp $ +$NetBSD: distinfo,v 1.44.4.1 2021/01/04 17:40:06 bsiegert 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 --_----------=_160978200688560--