From owner-svn-ports-branches@freebsd.org Wed Mar 2 22:29:08 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96F6CAC2201; Wed, 2 Mar 2016 22:29:08 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74C4E1B14; Wed, 2 Mar 2016 22:29:08 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u22MT7dY076349; Wed, 2 Mar 2016 22:29:07 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u22MT7Xq076346; Wed, 2 Mar 2016 22:29:07 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201603022229.u22MT7Xq076346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 2 Mar 2016 22:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409966 - branches/2016Q1/mail/exim X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 22:29:08 -0000 Author: vsevolod Date: Wed Mar 2 22:29:07 2016 New Revision: 409966 URL: https://svnweb.freebsd.org/changeset/ports/409966 Log: MFH: r409960 - Update to 4.86.2 Security: 7d09b9ee-e0ba-11e5-abc4-6fb07af136d2 Approved by: ports-secteam (feld) Modified: branches/2016Q1/mail/exim/Makefile branches/2016Q1/mail/exim/distinfo branches/2016Q1/mail/exim/pkg-message Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/exim/Makefile ============================================================================== --- branches/2016Q1/mail/exim/Makefile Wed Mar 2 22:24:08 2016 (r409965) +++ branches/2016Q1/mail/exim/Makefile Wed Mar 2 22:29:07 2016 (r409966) @@ -3,7 +3,6 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= EXIM/exim4/:exim DISTNAME= ${PORTNAME}-${EXIM_VERSION} @@ -96,7 +95,7 @@ MASTER_SITES+= http://marc.merlins.org/l DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim .endif -EXIM_VERSION= 4.86 +EXIM_VERSION= 4.86.2 SA_EXIM_VERSION=4.2 EXIM_INSTALL_ARG+= "-no_chown" "-no_symlink" Modified: branches/2016Q1/mail/exim/distinfo ============================================================================== --- branches/2016Q1/mail/exim/distinfo Wed Mar 2 22:24:08 2016 (r409965) +++ branches/2016Q1/mail/exim/distinfo Wed Mar 2 22:29:07 2016 (r409966) @@ -1,4 +1,4 @@ -SHA256 (exim/exim-4.86.tar.bz2) = f1ccf2ce2ea51b7fbbf160e7e0e41d24ca401cf44a185128ad99ea04635fc456 -SIZE (exim/exim-4.86.tar.bz2) = 1804807 +SHA256 (exim/exim-4.86.2.tar.bz2) = 7756deafd0583776e091f2efcba9b36203e668cf420d8876f314980803636eb3 +SIZE (exim/exim-4.86.2.tar.bz2) = 1799316 SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a SIZE (exim/sa-exim-4.2.tar.gz) = 66575 Modified: branches/2016Q1/mail/exim/pkg-message ============================================================================== --- branches/2016Q1/mail/exim/pkg-message Wed Mar 2 22:24:08 2016 (r409965) +++ branches/2016Q1/mail/exim/pkg-message Wed Mar 2 22:29:07 2016 (r409966) @@ -1,23 +1,36 @@ - IMPORTANT NOTE: =============== -Please read %%DOCSDIR%%/POST-INSTALL-NOTES for important -information regarding your Exim installation. +All installations having Exim set-uid root and using 'perl_startup' are +vulnerable to a local privilege escalation. Any user who can start an +instance of Exim (and this is normally *any* user) can gain root +privileges. If you do not use 'perl_startup' you *should* be safe. + +New options +----------- +We had to introduce two new configuration options: -How to restore pre-4.77 behaviour of match_* expansions -======================================================= + keep_environment = + add_environment = -Just two steps to do it: +Both options are empty per default. That is, Exim cleans the complete +environment on startup. This affects Exim itself and any subprocesses, +as transports, that may call other programs via some alias mechanisms, +as routers (queryprogram), lookups, and so on. This may affect used +libraries (e.g. LDAP). - 1. first, read README.UPDATING and in most cases you will - realize that pre-4.77 behaviour is not what you want; +** THIS MAY BREAK your existing installation ** - 2. if you're still here, turn on port's knob LISTMATCH_RHS - and carefully review your configuration for untrusted - right-hand sides in match_* operations. +New behaviour +------------- +Now Exim changes it's working directory to / right after startup, +even before reading it's configuration. (Later Exim changes it's working +directory to $spool_directory, as usual.) + +Exim only accepts an absolute configuration file path now, when using +the -C option. Upgrades to Exim 4.80 ===================== @@ -34,4 +47,3 @@ There are more details, covering more ch We now enable accept_8bitmime by default, as the Exim maintainers agree with Dan Bernstein about the best way to deal with the 8BITMIME extension. -