diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-03-02 20:13:18 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-03-02 20:13:18 +0000 |
commit | c0b98b196e9634afac2662b3bdf26ad4ad9edd19 (patch) | |
tree | db228286c02e62c28e9279d6f3c360a05903c085 /mail/exim-html | |
parent | 5cfc0373a1db3e4ba07cf26852ddbc955544ef04 (diff) | |
download | pkgsrc-c0b98b196e9634afac2662b3bdf26ad4ad9edd19.tar.gz |
Update mail/exim and mail/exim-html to 4.86.2
Exim version 4.86.2
-------------------
Portability relase of 4.86.1
Exim version 4.86.1
-------------------
HS/04 Add support for keep_environment and add_environment options.
This fixes CVE-2016-1531.
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:
keep_environment =
add_environment =
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).
** THIS MAY BREAK your existing installation **
If both options are not used in the configuration, Exim issues a warning
on startup. This warning disappears if at least one of these options is
used (even if set to an empty value).
keep_environment should contain a list of trusted environment variables.
(Do you trust PATH?). This may be a list of names and REs.
keep_environment = ^LDAP_ : FOO_PATH
To add (or override) variables, you can use add_environment:
add_environment = <; PATH=/sbin:/usr/sbin
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.
Diffstat (limited to 'mail/exim-html')
-rw-r--r-- | mail/exim-html/Makefile | 4 | ||||
-rw-r--r-- | mail/exim-html/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/exim-html/Makefile b/mail/exim-html/Makefile index c54e9a87c18..21e7c1bb793 100644 --- a/mail/exim-html/Makefile +++ b/mail/exim-html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2016/01/11 08:35:31 adam Exp $ +# $NetBSD: Makefile,v 1.31 2016/03/02 20:13:18 wiedi Exp $ -DISTNAME= exim-html-4.86 +DISTNAME= exim-html-4.86.2 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ diff --git a/mail/exim-html/distinfo b/mail/exim-html/distinfo index 459ce68a57d..005a8904a3d 100644 --- a/mail/exim-html/distinfo +++ b/mail/exim-html/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2016/01/11 08:35:31 adam Exp $ +$NetBSD: distinfo,v 1.26 2016/03/02 20:13:18 wiedi Exp $ -SHA1 (exim-html-4.86.tar.bz2) = 774af2ee4caeff6c1332da986b13b45607578600 -RMD160 (exim-html-4.86.tar.bz2) = 2dd9aac0a72386fc26afa9c3d49e9aa901fc52af -SHA512 (exim-html-4.86.tar.bz2) = 0c15fbccaf9b744fb8b7990d2b2bd0555a04ef5ed82ffbf2e32372a539bae6d7cebad96960f5570a2f8f27d31ebdf2467c51cb053b059996bb9122bc02fa741b -Size (exim-html-4.86.tar.bz2) = 471159 bytes +SHA1 (exim-html-4.86.2.tar.bz2) = 9b55e69787cf1f9ef233fd762736bb4541773bb4 +RMD160 (exim-html-4.86.2.tar.bz2) = bf077ceaed3c0763d0ef93e2a7ee455a714db195 +SHA512 (exim-html-4.86.2.tar.bz2) = 593df23914939f8fa76c15a2ab7fc197efa05fcbb984179c9dc2c7d535fe2bef1394c07bc8449f2219f54615ff2f4ee13b76409d89b846dc71e54880681c913e +Size (exim-html-4.86.2.tar.bz2) = 466139 bytes |