diff options
author | Thomas Morper <thomas@beingboiled.info> | 2017-11-29 21:30:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:31:04 +0700 |
commit | 1447dddb4dba74a6b752ecd37c70befa71be19e4 (patch) | |
tree | 95046ab7d3a08a98743396483527fc63ae9a3875 /network/exim/exim.Makefile | |
parent | a7b1fa7556a1e4360ddfe37611d41b5ae62b602b (diff) |
network/exim: Updated for version 4.89.1.
Addresses CVE-2017-19644 and CVE-2017-16943.
(* Security fix *)
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/exim/exim.Makefile')
-rw-r--r-- | network/exim/exim.Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile index 31a89fa31b623..858396440a999 100644 --- a/network/exim/exim.Makefile +++ b/network/exim/exim.Makefile @@ -253,7 +253,7 @@ SUPPORT_MBX=yes # you perform upgrades and revert them. You should consider the benefit of # embedding the Exim version number into LOOKUP_MODULE_DIR, so that you can # maintain two concurrent sets of modules. -# +# # *BEWARE*: ability to modify the files in LOOKUP_MODULE_DIR is equivalent to # the ability to modify the Exim binary, which is often setuid root! The Exim # developers only intend this functionality be used by OS software packagers @@ -306,6 +306,7 @@ LOOKUP_DSEARCH=yes # LOOKUP_IBASE=yes # LOOKUP_LDAP=yes # LOOKUP_MYSQL=yes +# LOOKUP_MYSQL_PC=mariadb # LOOKUP_NIS=yes # LOOKUP_NISPLUS=yes # LOOKUP_ORACLE=yes |