mail-mta/exim: always give environment because it is non-conditional
authorFabian Groffen <grobian@gentoo.org>
Tue, 8 Mar 2016 08:58:15 +0000 (09:58 +0100)
committerFabian Groffen <grobian@gentoo.org>
Tue, 8 Mar 2016 09:00:19 +0000 (10:00 +0100)
Package-Manager: portage-2.2.26

mail-mta/exim/exim-4.86.2.ebuild
mail-mta/exim/exim-4.87_rc5.ebuild

index 414ea67efbe2962532b6786d037b4c3ce947ee69..b6819aaa3a871d78c95a84fcbe37a9edb613aeee 100644 (file)
@@ -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"
 }
index 661bf5ea80960b785d4e19a56f698a01a8f7a9e2..59fb38f30da1ff35c4954071307e4f1e2d047283 100644 (file)
@@ -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"
 }