diff options
author | adam <adam@pkgsrc.org> | 2019-04-19 05:35:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-04-19 05:35:03 +0000 |
commit | f8bfed8d0be7aa0355f42bec70c06cf89bca1e61 (patch) | |
tree | a06552d6b0114051a8c8e5a5f3171fa81aa0135b /mail/dovecot2-sqlite | |
parent | ecc2be580443b8920dc7fa1c6d152549e09c8137 (diff) | |
download | pkgsrc-f8bfed8d0be7aa0355f42bec70c06cf89bca1e61.tar.gz |
dovecot2: updated to 2.3.5.2
v2.3.5.2
* CVE-2019-10691: Trying to login with 8bit username containing
invalid UTF8 input causes auth process to crash if auth policy is
enabled. This could be used rather easily to cause a DoS. Similar
crash also happens during mail delivery when using invalid UTF8 in
From or Subject header when OX push notification driver is used.
Diffstat (limited to 'mail/dovecot2-sqlite')
-rw-r--r-- | mail/dovecot2-sqlite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/dovecot2-sqlite/Makefile b/mail/dovecot2-sqlite/Makefile index 0a23ddff591..c730db5fcd5 100644 --- a/mail/dovecot2-sqlite/Makefile +++ b/mail/dovecot2-sqlite/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.18 2019/04/03 00:32:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2019/04/19 05:35:04 adam Exp $ -PKGREVISION= 1 .include "../../mail/dovecot2/Makefile.common" PKGNAME= ${DISTNAME:S/dovecot/dovecot-sqlite/} |