summaryrefslogtreecommitdiffstats
path: root/network/exim
diff options
context:
space:
mode:
author Thomas Morper <thomas@beingboiled.info>2019-02-15 07:37:06 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-15 07:37:06 +0700
commitc6784ded0ed63ec4625e8dd44942dd09f9c1c91a (patch)
tree430307d198711fbb3b75b8d80d9c4e7cca304f1c /network/exim
parenta8e7016b34c93042d50dffd134d08c605e6827be (diff)
downloadslackbuilds-c6784ded0ed63ec4625e8dd44942dd09f9c1c91a.tar.gz
slackbuilds-c6784ded0ed63ec4625e8dd44942dd09f9c1c91a.tar.xz
network/exim: Updated for version 4.92.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/exim')
-rw-r--r--network/exim/exim.Makefile5
-rw-r--r--network/exim/exim.SlackBuild2
-rw-r--r--network/exim/exim.info6
3 files changed, 9 insertions, 4 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile
index 08befe0e5d..90ccf38ad8 100644
--- a/network/exim/exim.Makefile
+++ b/network/exim/exim.Makefile
@@ -523,6 +523,11 @@ DISABLE_MAL_MKS=yes
# Uncomment the following line to add queuefile transport support
# EXPERIMENTAL_QUEUEFILE=yes
+# Uncomment the following to add REQUIRETLS support.
+# You must also have SUPPORT_TLS enabled.
+# Ref: https://datatracker.ietf.org/doc/draft-fenton-smtp-require-tls
+# EXPERIMENTAL_REQUIRETLS=yes
+
###############################################################################
# THESE ARE THINGS YOU MIGHT WANT TO SPECIFY #
###############################################################################
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild
index f04b3ba9e6..ff0f8a9b42 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.91}
+VERSION=${VERSION:-4.92}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/exim/exim.info b/network/exim/exim.info
index 5b2b571337..7573ceb95e 100644
--- a/network/exim/exim.info
+++ b/network/exim/exim.info
@@ -1,8 +1,8 @@
PRGNAM="exim"
-VERSION="4.91"
+VERSION="4.92"
HOMEPAGE="https://www.exim.org/"
-DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.91.tar.xz"
-MD5SUM="d10144ed96314eb12a2ab40bc70d1ef2"
+DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.92.tar.xz"
+MD5SUM="675baa21ba74f5396c8c3c14c5dcfd25"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"