From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 514191388C1 for ; Fri, 4 Mar 2016 16:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF9E121C006; Fri, 4 Mar 2016 16:56:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FDC121C006 for ; Fri, 4 Mar 2016 16:56:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F418340B7A for ; Fri, 4 Mar 2016 16:56:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFF6816C4 for ; Fri, 4 Mar 2016 16:56:47 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1457110589.e9c808fc3a79fba60ab08d02b152151445df4166.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/exim/exim-4.86.2.ebuild X-VCS-Directories: mail-mta/exim/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e9c808fc3a79fba60ab08d02b152151445df4166 X-VCS-Branch: master Date: Fri, 4 Mar 2016 16:56:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ff43ae4-c39b-48fb-ba8f-ace082cd323d X-Archives-Hash: d91c1447112d5160ed225917b9f153b2 commit: e9c808fc3a79fba60ab08d02b152151445df4166 Author: Fabian Groffen gentoo org> AuthorDate: Fri Mar 4 16:56:10 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Mar 4 16:56:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c808fc mail-mta/exim: add notice about new options for CVE-2016-1531 Package-Manager: portage-2.2.26 mail-mta/exim/exim-4.86.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mail-mta/exim/exim-4.86.2.ebuild b/mail-mta/exim/exim-4.86.2.ebuild index 1e63f26..414ea67 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:"