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 | |
parent | a7b1fa7556a1e4360ddfe37611d41b5ae62b602b (diff) | |
download | slackbuilds-1447dddb4dba74a6b752ecd37c70befa71be19e4.tar.gz |
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')
-rw-r--r-- | network/exim/exim.Makefile | 3 | ||||
-rw-r--r-- | network/exim/exim.SlackBuild | 2 | ||||
-rw-r--r-- | network/exim/exim.info | 6 |
3 files changed, 6 insertions, 5 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile index 31a89fa31b..858396440a 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 diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index 18db9f29e1..7fe8b2e3cf 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=exim -VERSION=${VERSION:-4.89} +VERSION=${VERSION:-4.89.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/exim/exim.info b/network/exim/exim.info index 42a84ac164..cab0603154 100644 --- a/network/exim/exim.info +++ b/network/exim/exim.info @@ -1,8 +1,8 @@ PRGNAM="exim" -VERSION="4.89" +VERSION="4.89.1" HOMEPAGE="http://www.exim.org/" -DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/exim-4.89.tar.xz" -MD5SUM="b569ec80c495dffc54545895e680ed61" +DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/exim-4.89.1.tar.xz" +MD5SUM="e5d48403fc93cd1ff2d3124c15af6018" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |