diff options
author | Thomas Morper <thomas@beingboiled.info> | 2021-05-04 19:52:04 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-04 19:29:32 -0500 |
commit | 3a3a588bbd96023bb5bc937b3cdd8a8c0edb3cf0 (patch) | |
tree | ae7b000d1ce9c6c458ff15711bd6c8956fce9025 | |
parent | c17d86df959b90b419174776a7c80a07877b662e (diff) |
network/exim: Updated for version 4.94.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | network/exim/exim.Makefile | 4 | ||||
-rw-r--r-- | network/exim/exim.SlackBuild | 4 | ||||
-rw-r--r-- | network/exim/exim.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile index 5691e422f504..fd9b38fd6ee2 100644 --- a/network/exim/exim.Makefile +++ b/network/exim/exim.Makefile @@ -578,9 +578,9 @@ DISABLE_MAL_MKS=yes # DISABLE_EVENT=yes -# Uncomment this line to include support for early pipelining, per +# Uncomment this line to remove support for early pipelining, per # https://datatracker.ietf.org/doc/draft-harris-early-pipe/ -# SUPPORT_PIPE_CONNECT=yes +# DISABLE_PIPE_CONNECT=yes #------------------------------------------------------------------------------ diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index a9c26a88994c..ee10659d56d1 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Exim -# Copyright 2012-2020 Thomas Morper, Augsburg, Germany +# Copyright 2012-2021 Thomas Morper, Nürnberg, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=exim -VERSION=${VERSION:-4.94} +VERSION=${VERSION:-4.94.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/exim/exim.info b/network/exim/exim.info index 0aaea452ce33..4fde761f5d98 100644 --- a/network/exim/exim.info +++ b/network/exim/exim.info @@ -1,8 +1,8 @@ PRGNAM="exim" -VERSION="4.94" +VERSION="4.94.2" HOMEPAGE="https://www.exim.org/" -DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.94.tar.xz" -MD5SUM="4d4bfd56e2e9f25ceab23f623ed2f84a" +DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.94.2.tar.xz" +MD5SUM="4fbf1ebb36f0f43bb94ed0848eb13256" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |