summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/exim/exim.Makefile4
-rw-r--r--network/exim/exim.SlackBuild4
-rw-r--r--network/exim/exim.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile
index 5691e422f5..fd9b38fd6e 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 a9c26a8899..ee10659d56 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 0aaea452ce..4fde761f5d 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%"