Summary: | mail-mta/exim-4.93: Does't build without tls/ssl | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Hans F. Nordhaug <hansfn> |
Component: | Current packages | Assignee: | Fabian Groffen <grobian> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Disable DANE by default for exim-4.93 |
Description
Hans F. Nordhaug
2020-03-13 10:50:49 UTC
Created attachment 618410 [details, diff]
Disable DANE by default for exim-4.93
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff1b0cb03abb3466ca6aebe7de96510d933dd1b commit aff1b0cb03abb3466ca6aebe7de96510d933dd1b Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2020-03-15 08:32:00 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2020-03-15 08:32:36 +0000 mail-mta/exim-4.93.0.4: reflect DANE default in USE-flags As pointed out by Hans F. Nordhaug in bug #712360, the configuration for Exim has changed to default to DANE, because TLS (ssl) is enabled by default as well. We handled the latter already, but didn't do the former, resulting in build failures with TLS disabled. Rework the logic such that we USE-enable dane (to reflect upstream) and that we disable it when not enabled. Closes: https://bugs.gentoo.org/712360 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org> mail-mta/exim/exim-4.93.0.4.ebuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) |