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 Nov  2 12:04:39 UTC 2021

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

Log Message:
dovecot2-pigeonhole: updated to 0.5.17

0.5.17:
- duplicate: The Sieve duplicate test is prone to false negatives when
  the user receives many e-mails concurrently, meaning that duplicate
  deliveries can still occur.
- fileinto: v2.3.16 regression: Sieve delivery crashes if mail is
  delivered to non-existing and existing folder.
- imap-filter-sieve: v2.3.15 regression: The CPU limits on Sieve
  execution are too easily exceeded in IMAP context (the IMAPSieve and
  FILTER=SIEVE capabilities). Changed the default to unlimited CPU time
  for IMAP context, since similar excessive resource usage can be caused
  by other means as well. The CPU limits on Sieve scripts executed at
  LDA/LMTP delivery are still enforced by default.
- redirect:  The Sieve redirect action has protections against users
  triggering mail loops. Unfortunately, the detection of a redirect mail
  loop sometimes causes the message to get lost if no other Sieve action
  is applied that delivers the message somewhere else.
- redirect: v2.3.16 regression: With certain Sieve scripts if redirect
  fails due to temporary failure, the lmtp process may crash after the
  delivery. Fixes:
  Panic: file mail-user.c: line 229 (mail_user_deinit):
  assertion failed: ((*user)->refcount == 1).


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/dovecot2-pigeonhole/Makefile
cvs rdiff -u -r1.50 -r1.51 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.63 pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.64
--- pkgsrc/mail/dovecot2-pigeonhole/Makefile:1.63       Sun Aug  8 15:51:18 2021
+++ pkgsrc/mail/dovecot2-pigeonhole/Makefile    Tue Nov  2 12:04:38 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2021/08/08 15:51:18 schmonz Exp $
+# $NetBSD: Makefile,v 1.64 2021/11/02 12:04:38 adam Exp $
 
-DISTNAME=      dovecot-2.3-pigeonhole-0.5.16
+DISTNAME=      dovecot-2.3-pigeonhole-0.5.17
 PKGNAME=       ${DISTNAME:S/-2.3-/-/}
 CATEGORIES=    mail
 MASTER_SITES=  https://pigeonhole.dovecot.org/releases/2.3/
@@ -12,7 +12,6 @@ LICENSE=      gnu-lgpl-v2.1
 
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
-
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-hardening
 

Index: pkgsrc/mail/dovecot2-pigeonhole/distinfo
diff -u pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.50 pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.51
--- pkgsrc/mail/dovecot2-pigeonhole/distinfo:1.50       Tue Oct 26 10:53:58 2021
+++ pkgsrc/mail/dovecot2-pigeonhole/distinfo    Tue Nov  2 12:04:38 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2021/10/26 10:53:58 nia Exp $
+$NetBSD: distinfo,v 1.51 2021/11/02 12:04:38 adam Exp $
 
-BLAKE2s (dovecot-2.3-pigeonhole-0.5.16.tar.gz) = 15a3e973db9a44fa99945dcca1dce1bb34f69527fe3d76868db5fc995d05a827
-SHA512 (dovecot-2.3-pigeonhole-0.5.16.tar.gz) = 880e00654eab85cc41b27ac470cce6011991e3cdb005642f495c2297fd9492bfb2b6b4ef63c88c2ac10bec870ad69b8bee6b11dd1bc5099e16c3cc2857312543
-Size (dovecot-2.3-pigeonhole-0.5.16.tar.gz) = 1944573 bytes
+BLAKE2s (dovecot-2.3-pigeonhole-0.5.17.tar.gz) = 03ff591f875e0dfdef45fd7ab788e80af88597478a3ad78d59da34247fa489ae
+SHA512 (dovecot-2.3-pigeonhole-0.5.17.tar.gz) = c4bf69504ec22de53bfeffb55fc95438fb0f648390ca6e6485f652e2e74a34cd7508390bb595b958cbabc53f0e20fbc42e163b2682dc65159fae2acafbd94bad
+Size (dovecot-2.3-pigeonhole-0.5.17.tar.gz) = 1951089 bytes
 SHA1 (patch-aa) = 264399e166b5fece22bacd47b043c59f8f0f0a29



Home | Main Index | Thread Index | Old Index