diff options
author | taca <taca@pkgsrc.org> | 2019-02-06 01:41:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-02-06 01:41:28 +0000 |
commit | 54a50dd531a8339288bfd9328622df1b0b8ba91f (patch) | |
tree | d05ec4164e8084c3ac27f819cdecb0208dccb9e3 /mail | |
parent | e2980708725c4415ea5f2b8e0bc0f122b9cfd8dd (diff) | |
download | pkgsrc-54a50dd531a8339288bfd9328622df1b0b8ba91f.tar.gz |
mail/dovecot2: update to 2.3.4.1
v2.3.4.1 2019-02-05 Aki Tuomi <aki.tuomi@open-xchange.com>
* 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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile.common | 6 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/dovecot2/Makefile.common b/mail/dovecot2/Makefile.common index 882fddeba31..be9d3cc527a 100644 --- a/mail/dovecot2/Makefile.common +++ b/mail/dovecot2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2018/12/01 11:42:41 schmonz Exp $ +# $NetBSD: Makefile.common,v 1.24 2019/02/06 01:41:28 taca Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version @@ -11,9 +11,9 @@ # used by mail/dovecot2-pgsql/Makefile # used by mail/dovecot2-sqlite/Makefile -DISTNAME= dovecot-2.3.4 +DISTNAME= dovecot-2.3.4.1 CATEGORIES= mail -MASTER_SITES= https://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/ +MASTER_SITES= https://www.dovecot.org/releases/${PKGVERSION_NOREV:R:R}/ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.dovecot.org/ diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 303695038dd..061fcd19fa6 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.87 2018/12/02 04:45:00 schmonz Exp $ +$NetBSD: distinfo,v 1.88 2019/02/06 01:41:28 taca Exp $ -SHA1 (dovecot-2.3.4.tar.gz) = 45f4ec697515d6c17d2a9c34b8bd345f84964229 -RMD160 (dovecot-2.3.4.tar.gz) = 50f3ee11843de138299e903cd0cfcb4d91436dbe -SHA512 (dovecot-2.3.4.tar.gz) = 9e97eb08c319c417e8abcb430b3e6c87ed5aa820d6288656fdfd958ff34664f67202a66e4846763bfc85b309b116cea8012e49dab98b478c57974cc178a37a5a -Size (dovecot-2.3.4.tar.gz) = 6924178 bytes +SHA1 (dovecot-2.3.4.1.tar.gz) = 742c8d3c043723c5da9e07944214068689a89556 +RMD160 (dovecot-2.3.4.1.tar.gz) = 59101ddb58e6458b3581efb104426d9f4adb93ec +SHA512 (dovecot-2.3.4.1.tar.gz) = ff21aa0f0cae17dfa66617291688856727412defa48bad2b6be057cb509fbec1c2e134afbfee69929d06b8692a0fcbd8451671ba02860e1673ae1c9483c2c17e +Size (dovecot-2.3.4.1.tar.gz) = 6925073 bytes SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 SHA1 (patch-ab) = 9db15fd853ba47ef4bf04f2adc9ab24f71ee4d1e SHA1 (patch-ae) = c795585df9f415ceabb28eec1ff691ee26168d3b |