diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-03-04 17:56:10 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-03-04 17:56:29 +0100 |
commit | e9c808fc3a79fba60ab08d02b152151445df4166 (patch) | |
tree | f27a8fc11ffe1764c7a0e6eebea975f23cd43cb3 /mail-mta | |
parent | net-analyzer/sslscan: libressl is masked, so no need for two ebuilds (diff) | |
download | gentoo-e9c808fc3a79fba60ab08d02b152151445df4166.tar.gz gentoo-e9c808fc3a79fba60ab08d02b152151445df4166.tar.bz2 gentoo-e9c808fc3a79fba60ab08d02b152151445df4166.zip |
mail-mta/exim: add notice about new options for CVE-2016-1531
Package-Manager: portage-2.2.26
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/exim-4.86.2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail-mta/exim/exim-4.86.2.ebuild b/mail-mta/exim/exim-4.86.2.ebuild index 1e63f26ac6f6..414ea67efbe2 100644 --- a/mail-mta/exim/exim-4.86.2.ebuild +++ b/mail-mta/exim/exim-4.86.2.ebuild @@ -515,6 +515,11 @@ pkg_postinst() { einfo "support prior to 4.83, make sure to remove all dsn_process" einfo "switches from your routers, see https://bugs.gentoo.org/511818" fi + if use perl ; then + einfo "For CVE-2016-1531, Exim introduced keep_environment and" + einfo "add_environment flags. You might want to set them, see:" + einfo "https://lists.exim.org/lurker/message/20160302.191005.a72d8433.en.html" + fi einfo "Exim maintains some db files under its spool directory that need" einfo "cleaning from time to time. (${EROOT}var/spool/exim/db)" einfo "Please use the exim_tidydb tool as documented in the Exim manual:" |