CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/08/16 11:43:21
Modified files:
mail/dovecot : Makefile
Added files:
mail/dovecot/patches: patch-src_indexer_indexer-client_c
patch-src_lib-compression_istream-lz4_c
Log message:
backport a couple of upstream Dovecot commits, ok Brad
- indexer crash if the client disconnects while waiting for command reply
(most likely if an IMAP search triggered slow fts indexing)
- "(i_stream_read_memarea): assertion failed: (!stream->blocking)" when
reading with lz4 compression if the header was read only partially.