summaryrefslogtreecommitdiff
path: root/mail-mta/exim
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-03-08 09:58:15 +0100
committerFabian Groffen <grobian@gentoo.org>2016-03-08 10:00:19 +0100
commit9cf4571855c0bd71427f19701698155d8367daa6 (patch)
tree091bf650643befb0444a59827d34dec21625368f /mail-mta/exim
parent97928f3457c73716a09e0072636aa4d5264be17d (diff)
downloadgentoo-9cf4571855c0bd71427f19701698155d8367daa6.tar.gz
gentoo-9cf4571855c0bd71427f19701698155d8367daa6.tar.xz
mail-mta/exim: always give environment because it is non-conditional
Package-Manager: portage-2.2.26
Diffstat (limited to 'mail-mta/exim')
-rw-r--r--mail-mta/exim/exim-4.86.2.ebuild8
-rw-r--r--mail-mta/exim/exim-4.87_rc5.ebuild3
2 files changed, 6 insertions, 5 deletions
diff --git a/mail-mta/exim/exim-4.86.2.ebuild b/mail-mta/exim/exim-4.86.2.ebuild
index 414ea67efbe..b6819aaa3a8 100644
--- a/mail-mta/exim/exim-4.86.2.ebuild
+++ b/mail-mta/exim/exim-4.86.2.ebuild
@@ -515,13 +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:"
einfo "http://www.exim.org/exim-html-current/doc/html/spec_html/ch-exim_utilities.html#SECThindatmai"
+ 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"
}
diff --git a/mail-mta/exim/exim-4.87_rc5.ebuild b/mail-mta/exim/exim-4.87_rc5.ebuild
index 661bf5ea809..59fb38f30da 100644
--- a/mail-mta/exim/exim-4.87_rc5.ebuild
+++ b/mail-mta/exim/exim-4.87_rc5.ebuild
@@ -516,4 +516,7 @@ pkg_postinst() {
einfo "cleaning from time to time. (${EROOT}var/spool/exim/db)"
einfo "Please use the exim_tidydb tool as documented in the Exim manual:"
einfo "http://www.exim.org/exim-html-current/doc/html/spec_html/ch-exim_utilities.html#SECThindatmai"
+ 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"
}