Received: by mail.netbsd.org (Postfix, from userid 605) id 677A685248; Mon, 21 Jun 2021 15:32:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A183885242 for ; Mon, 21 Jun 2021 15:32:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DzmyjpUjHt_D for ; Mon, 21 Jun 2021 15:32:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6EFBB84CE8 for ; Mon, 21 Jun 2021 15:32:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 680CFFA95; Mon, 21 Jun 2021 15:32:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162428955311430" MIME-Version: 1.0 Date: Mon, 21 Jun 2021 15:32:33 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210621153233.680CFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162428955311430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Jun 21 15:32:33 UTC 2021 Modified Files: pkgsrc/mail/dovecot2: Makefile.common PLIST buildlink3.mk distinfo pkgsrc/mail/dovecot2-sqlite: Makefile Log Message: mail/dovecot: update to 2.3.15 Security release. v2.3.15 2021-06-21 Aki Tuomi * CVE-2021-29157: Dovecot does not correctly escape kid and azp fields in JWT tokens. This may be used to supply attacker controlled keys to validate tokens, if attacker has local access. * CVE-2021-33515: On-path attacker could have injected plaintext commands before STARTTLS negotiation that would be executed after STARTTLS finished with the client. * Disconnection log messages are now more standardized across services. They also always now start with "Disconnected" prefix. * Dovecot now depends on libsystemd for systemd integration. * Removed support for Lua 5.2. Use version 5.1 or 5.3 instead. * config: Some settings are now marked as "hidden". It's discouraged to change these settings. They will no longer be visible in doveconf output, except if they have been changed or if doveconf -s parameter is used. See https://doc.dovecot.org/settings/advanced/ for details. * imap-compress: Compression level is now algorithm specific. See https://doc.dovecot.org/settings/plugin/compress-plugin/ * indexer-worker: Convert "Indexed" info logs to an event named "indexer_worker_indexing_finished". See https://doc.dovecot.org/admin_manual/list_of_events/#indexer-worker-indexing-finished + Add TSLv1.3 support to min_protocols. + Allow configuring ssl_cipher_suites. (for TLSv1.3+) + acl: Add acl_ignore_namespace setting which allows to entirely ignore ACLs for the listed namespaces. + imap: Support official RFC8970 preview/snippet syntax. Old methods of retrieving preview information via IMAP commands ("SNIPPET and PREVIEW with explicit algorithm selection") have been deprecated. + imapc: Support INDEXPVT for imapc storage to enable private message flags for cluster wide shared mailboxes. + lib-storage: Add new events: mail_opened, mail_expunge_requested, mail_expunged, mail_cache_lookup_finished. See https://doc.dovecot.org/admin_manual/list_of_events/#mail + zlib, imap-compression, fs-compress: Support compression levels that the algorithm supports. Before, we would allow hardcoded value between 1 to 9 and would default to 6. Now we allow using per-algorithm value range and default to whatever default the algorithm specifies. - *-login: Commands pipelined together with and just after the authenticate command cause these commands to be executed twice. This applies to all protocols that involve user login, which currently comprises of imap, pop3, submisision and managesieve. - *-login: Processes are supposed to disconnect the oldest non-logged in connection when process_limit was reached. This didn't actually happen with the default "high-security mode" (with service_count=1) where each connection is handled by a separate process. - *-login: When login process reaches client/process limits, oldest client connections are disconnected. If one of these was still doing anvil lookup, this caused a crash. This could happen only if the login process limits were very low or if the server was overloaded. - Fixed building with link time optimizations (-flto). - auth: Userdb iteration with passwd driver does not always return all users with some nss drivers. - dsync: Shared INBOX not synced when "mail_shared_explicit_inbox" was disabled. If a user has a shared mailbox which is another user's INBOX, dsync didn't include the mailbox in syncing unless explicit naming is enabled with "mail_shared_explicit_inbox" set to "yes". - dsync: Shared namespaces were not synced with "-n" flag. - dsync: Syncing shared INBOX failed if mail_attribute_dict was not set. If a user has a shared mailbox that is another user's INBOX, dsync failed to export the mailbox if mail attributes are disabled. - fts-solr, fts-tika: Using both Solr FTS and Tika may have caused HTTP requests to assert-crash: Panic: file http-client-request.c: line 1232 (http_client_request_send_more): assertion failed: (req->payload_input != NULL) - fts-tika: 5xx errors returned by Tika server as indexing failures. However, Tika can return 5xx for some attachments every time. So the 5xx error should be retried once, but treated as success if it happens on the retry as well. v2.3 regression. - fts-tika: v2.3.11 regression: Indexing messages with fts-tika may have resulted in Panic: file message-parser.c: line 802 (message_parser_deinit_from_parts): assertion failed: (ctx->nested_parts_count == 0 || i_stream_have_bytes_left(ctx->input)) - imap: SETMETADATA could not be used to unset metadata values. Instead NIL was handled as a "NIL" string. v2.3.14 regression. - imap: IMAP BINARY FETCH crashes at least on empty base64 body: Panic: file index-mail-binary.c: line 358 (blocks_count_lines): assertion failed: (block_count == 0 || block_idx+1 == block_count) - imap: If IMAP client using the NOTIFY command was disconnected while sending FETCH notifications to the client, imap could crash with Panic: Trying to close mailbox INBOX with open transactions. - imap: Using IMAP COMPRESS extension can cause IMAP connection to hang when IMAP commands are >8 kB long. - imapc: If remote server sent BYE but didn't immediately disconnect, it could cause infinite busy-loop. - lib-index: Corrupted cache record size in dovecot.index.cache file could have caused a crash (segfault) when accessing it. - lib-oauth2: JWT token time validation now works correctly with 32-bit systems. - lib-ssl-iostream: Checking hostnames against an SSL certificate was case-sensitive. - lib-storage: Corrupted mime.parts in dovecot.index.cache may have resulted in Panic: file imap-bodystructure.c: line 206 (part_write_body): assertion failed: (text == ((part->flags & MESSAGE_PART_FLAG_TEXT) != 0)) - lib-storage: Index rebuilding (e.g. via doveadm force-resync) didn't preserve the "hdr-pop3-uidl" header. Because of this, the next pop3 session could have accessed all of the emails' metadata to read their POP3 UIDL (opening dbox files). - listescape: When using the listescape plugin and a shared namespace the plugin didn't work properly anymore resulting in errors like: "Invalid mailbox name: Name must not have '/' character." - lmtp: Connection crashes if connection gets disconnected due to multiple bad commands and the last bad command is BDAT. - lmtp: The Dovecot-specific LMTP parameter XRCPTFORWARD was blindly forwarded by LMTP proxy without checking that the backend has support. This caused a command parameter error from the backend if it was running an older Dovecot release. This could only occur in more complex setups where the message was proxied twice; when the proxy generated the XRCPTFORWARD parameter itself the problem did not occur, so this only happened when it was forwarded. - lmtp: The LMTP proxy crashes with a panic when the remote server replies with an error while the mail is still being forwarded through a DATA/BDAT command. - lmtp: Username may have been missing from lmtp log line prefixes when it was performing autoexpunging. - master: Dovecot would incorrectly fail with haproxy 2.0.14 service checks. - master: Systemd service: Dovecot announces readiness for accepting connections earlier than it should. The following environment variables are now imported automatically and can be omitted from import_environment setting: NOTIFY_SOCKET LISTEN_FDS LISTEN_PID. - master: service { process_min_avail } was launching processes too slowly when master was forking a lot of processes. - util: Make the health-check.sh example script POSIX shell compatible. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/dovecot2/Makefile.common cvs rdiff -u -r1.72 -r1.73 pkgsrc/mail/dovecot2/PLIST cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/dovecot2/buildlink3.mk cvs rdiff -u -r1.109 -r1.110 pkgsrc/mail/dovecot2/distinfo cvs rdiff -u -r1.26 -r1.27 pkgsrc/mail/dovecot2-sqlite/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162428955311430 Content-Disposition: inline Content-Length: 4031 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/dovecot2/Makefile.common diff -u pkgsrc/mail/dovecot2/Makefile.common:1.43 pkgsrc/mail/dovecot2/Makefile.common:1.44 --- pkgsrc/mail/dovecot2/Makefile.common:1.43 Sun Mar 7 08:26:24 2021 +++ pkgsrc/mail/dovecot2/Makefile.common Mon Jun 21 15:32:33 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2021/03/07 08:26:24 taca Exp $ +# $NetBSD: Makefile.common,v 1.44 2021/06/21 15:32:33 taca Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version @@ -11,7 +11,7 @@ # used by mail/dovecot2-pgsql/Makefile # used by mail/dovecot2-sqlite/Makefile -DISTNAME= dovecot-2.3.14 +DISTNAME= dovecot-2.3.15 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/${PKGVERSION_NOREV:R}/ Index: pkgsrc/mail/dovecot2/PLIST diff -u pkgsrc/mail/dovecot2/PLIST:1.72 pkgsrc/mail/dovecot2/PLIST:1.73 --- pkgsrc/mail/dovecot2/PLIST:1.72 Sun Mar 7 08:26:24 2021 +++ pkgsrc/mail/dovecot2/PLIST Mon Jun 21 15:32:33 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.72 2021/03/07 08:26:24 taca Exp $ +@comment $NetBSD: PLIST,v 1.73 2021/06/21 15:32:33 taca Exp $ bin/doveadm bin/doveconf bin/dovecot-sysreport @@ -57,6 +57,7 @@ include/dovecot/config-parser.h include/dovecot/config-request.h include/dovecot/config.h include/dovecot/connection.h +include/dovecot/cpu-limit.h include/dovecot/crc32.h include/dovecot/data-stack.h include/dovecot/db-checkpassword.h Index: pkgsrc/mail/dovecot2/buildlink3.mk diff -u pkgsrc/mail/dovecot2/buildlink3.mk:1.36 pkgsrc/mail/dovecot2/buildlink3.mk:1.37 --- pkgsrc/mail/dovecot2/buildlink3.mk:1.36 Mon Jan 4 14:57:18 2021 +++ pkgsrc/mail/dovecot2/buildlink3.mk Mon Jun 21 15:32:33 2021 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.36 2021/01/04 14:57:18 taca Exp $ +# $NetBSD: buildlink3.mk,v 1.37 2021/06/21 15:32:33 taca Exp $ BUILDLINK_TREE+= dovecot @@ -7,7 +7,7 @@ DOVECOT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.dovecot+= dovecot>=2.2.0 # must match current package version for plugins to load -BUILDLINK_ABI_DEPENDS.dovecot+= dovecot>=2.3.13 +BUILDLINK_ABI_DEPENDS.dovecot+= dovecot>=2.3.15 BUILDLINK_PKGSRCDIR.dovecot?= ../../mail/dovecot2 pkgbase:= dovecot Index: pkgsrc/mail/dovecot2/distinfo diff -u pkgsrc/mail/dovecot2/distinfo:1.109 pkgsrc/mail/dovecot2/distinfo:1.110 --- pkgsrc/mail/dovecot2/distinfo:1.109 Sun Mar 7 08:26:24 2021 +++ pkgsrc/mail/dovecot2/distinfo Mon Jun 21 15:32:33 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.109 2021/03/07 08:26:24 taca Exp $ +$NetBSD: distinfo,v 1.110 2021/06/21 15:32:33 taca Exp $ -SHA1 (dovecot-2.3.14.tar.gz) = b908db7ce0ae234fa62c7bb60127152034b72732 -RMD160 (dovecot-2.3.14.tar.gz) = dcbb7bbfa77f3e9002df64c67cbdf8d730c68424 -SHA512 (dovecot-2.3.14.tar.gz) = 69df234cb739c7ee7ae3acfb9756bc22481e94c95463d32bfac315c7ec4b1ba0dfbff552b769f2ab7ee554087ca2ebbe331aa008d3af26417016612dc7cad103 -Size (dovecot-2.3.14.tar.gz) = 7483769 bytes +SHA1 (dovecot-2.3.15.tar.gz) = f0c207c5ac7808f91b7ff5379014bea7d8525b6d +RMD160 (dovecot-2.3.15.tar.gz) = 7e7f7abc7682bbc2ef9014f795e717b765bc7334 +SHA512 (dovecot-2.3.15.tar.gz) = 75bbdbeac663da109f78dba06c42bb5193e911c6b3c64f055fc4473ae9afaf0c8304c49fc7f06c5c6b61e67dd13dc21fbed6ff160a99f38f547c88ba05e6b03a +Size (dovecot-2.3.15.tar.gz) = 7608561 bytes SHA1 (patch-aa) = 3af01aa4a8cea1a3fb840b6243a744de77069611 SHA1 (patch-ab) = 9db15fd853ba47ef4bf04f2adc9ab24f71ee4d1e SHA1 (patch-ae) = c795585df9f415ceabb28eec1ff691ee26168d3b Index: pkgsrc/mail/dovecot2-sqlite/Makefile diff -u pkgsrc/mail/dovecot2-sqlite/Makefile:1.26 pkgsrc/mail/dovecot2-sqlite/Makefile:1.27 --- pkgsrc/mail/dovecot2-sqlite/Makefile:1.26 Wed Apr 21 11:42:08 2021 +++ pkgsrc/mail/dovecot2-sqlite/Makefile Mon Jun 21 15:32:33 2021 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.26 2021/04/21 11:42:08 adam Exp $ +# $NetBSD: Makefile,v 1.27 2021/06/21 15:32:33 taca Exp $ -PKGREVISION= 1 .include "../../mail/dovecot2/Makefile.common" PKGNAME= ${DISTNAME:S/dovecot/dovecot-sqlite/} --_----------=_162428955311430--