Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/
Date: Fri, 04 Mar 2016 16:56:54
Message-Id: 1457110589.e9c808fc3a79fba60ab08d02b152151445df4166.grobian@gentoo
1 commit: e9c808fc3a79fba60ab08d02b152151445df4166
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 16:56:10 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 16:56:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c808fc
7
8 mail-mta/exim: add notice about new options for CVE-2016-1531
9
10 Package-Manager: portage-2.2.26
11
12 mail-mta/exim/exim-4.86.2.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/mail-mta/exim/exim-4.86.2.ebuild b/mail-mta/exim/exim-4.86.2.ebuild
16 index 1e63f26..414ea67 100644
17 --- a/mail-mta/exim/exim-4.86.2.ebuild
18 +++ b/mail-mta/exim/exim-4.86.2.ebuild
19 @@ -515,6 +515,11 @@ pkg_postinst() {
20 einfo "support prior to 4.83, make sure to remove all dsn_process"
21 einfo "switches from your routers, see https://bugs.gentoo.org/511818"
22 fi
23 + if use perl ; then
24 + einfo "For CVE-2016-1531, Exim introduced keep_environment and"
25 + einfo "add_environment flags. You might want to set them, see:"
26 + einfo "https://lists.exim.org/lurker/message/20160302.191005.a72d8433.en.html"
27 + fi
28 einfo "Exim maintains some db files under its spool directory that need"
29 einfo "cleaning from time to time. (${EROOT}var/spool/exim/db)"
30 einfo "Please use the exim_tidydb tool as documented in the Exim manual:"