diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-07-23 20:15:35 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-07-23 20:15:35 +0200 |
commit | 75d254d4ea90f99e8c2fe01104f6eae4033c6a89 (patch) | |
tree | 62f7963a4001a9a2f6f30ffcc3e3392e75298ebe /mail-mta | |
parent | net-proxy/haproxy: Version bump. Fixes CVE-2019-14241 (diff) | |
download | gentoo-75d254d4ea90f99e8c2fe01104f6eae4033c6a89.tar.gz gentoo-75d254d4ea90f99e8c2fe01104f6eae4033c6a89.tar.bz2 gentoo-75d254d4ea90f99e8c2fe01104f6eae4033c6a89.zip |
mail-mta/exim: lack of TLS forces DKIM off
Bug: https://bugs.gentoo.org/689910
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.92-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-mta/exim/exim-4.92-r2.ebuild b/mail-mta/exim/exim-4.92-r2.ebuild index 3ccacfb418c6..1ec2588c9883 100644 --- a/mail-mta/exim/exim-4.92-r2.ebuild +++ b/mail-mta/exim/exim-4.92-r2.ebuild @@ -14,6 +14,7 @@ REQUIRED_USE=" pkcs11? ( ssl ) spf? ( exiscan-acl ) srs? ( exiscan-acl ) + !ssl? ( !dkim ) " # NOTE on USE="gnutls dane", gnutls[dane] is masked in base, unmasked # for x86 and amd64 only, due to this, repoman won't allow depending on |