]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v2.2.36.1. 2.2.36.1
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 4 Feb 2019 16:59:04 +0000 (08:59 -0800)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 4 Feb 2019 17:00:32 +0000 (09:00 -0800)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b57d9d24f0659b5be1b6a6ac8137c6b9d259985a..29d954edeec7f3e7b9696e26da46fc973badad46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+v2.2.36.1 2019-02-05  Timo Sirainen <tss@iki.fi>
+
+       * CVE-2019-3814: If imap/pop3/managesieve/submission client has
+         trusted certificate with missing username field
+         (ssl_cert_username_field), under some configurations Dovecot
+         mistakenly trusts the username provided via authentication instead
+         of failing.
+       * ssl_cert_username_field setting was ignored with external SMTP AUTH,
+         because none of the MTAs (Postfix, Exim) currently send the
+         cert_username field. This may have allowed users with trusted
+         certificate to specify any username in the authentication. This bug
+         didn't affect Dovecot's Submission service.
+
+       - pop3_no_flag_updates=no: Don't expunge RETRed messages without QUIT
+       - director: Kicking a user assert-crashes if login process is very slow
+       - lda/lmtp: Fix assert-crash with some Sieve scripts when
+         mail_attachment_detection_options=add-flags-on-save
+       - fs-compress: Using maybe-gz assert-crashed when reading 0 sized file
+       - Snippet generation crashed with invalid Content-Type:multipart
+
 v2.2.36 2018-05-23  Timo Sirainen <tss@iki.fi>
 
        * login-proxy: If ssl_require_crl=no, allow revoked certificates.
index f2a7748c36c5f2d8919a9e011b730bcfc6d21253..dc8807fcb1f48e17762723df7e8d01913bbb230e 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ([2.59])
 
 # Be sure to update ABI version also if anything changes that might require
 # recompiling plugins. Most importantly that means if any structs are changed.
-AC_INIT([Dovecot],[2.2.36],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.2.36.1],[dovecot@dovecot.org])
 AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv36($PACKAGE_VERSION)", [Dovecot ABI version])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])