summaryrefslogtreecommitdiff
path: root/mail/dovecot2/Makefile.common
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-02-18 14:50:56 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-02-18 14:50:56 +0000
commit74abb8543f7472f85b48cfa2b64caf9abe0e8844 (patch)
tree1ac7bce415a052206fdd923aec51470190a0af11 /mail/dovecot2/Makefile.common
parentf66fe4857e32b3f669db2f81f44692a11c7fec40 (diff)
downloadpkgsrc-74abb8543f7472f85b48cfa2b64caf9abe0e8844.tar.gz
Pullup ticket #5915 - requested by taca
mail-dovecot2: security fix Revisions pulled up: - mail/dovecot2-sqlite/Makefile 1.17 - mail/dovecot2/Makefile.common 1.24 - mail/dovecot2/distinfo 1.88 --- Module Name: pkgsrc Committed By: taca Date: Wed Feb 6 01:41:28 UTC 2019 Modified Files: pkgsrc/mail/dovecot2: Makefile.common distinfo Log Message: 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. --- Module Name: pkgsrc Committed By: taca Date: Wed Feb 6 01:42:16 UTC 2019 Modified Files: pkgsrc/mail/dovecot2-sqlite: Makefile Log Message: mail/dovecot2-sqlite: reset PKGREVISION Reset PKGREVISION with update to 2.3.4.1.
Diffstat (limited to 'mail/dovecot2/Makefile.common')
-rw-r--r--mail/dovecot2/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot2/Makefile.common b/mail/dovecot2/Makefile.common
index 882fddeba31..01afbada9c1 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.23.2.1 2019/02/18 14:50:56 bsiegert 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/