diff options
author | Thomas Morper <thomas@beingboiled.info> | 2020-06-06 09:08:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 09:08:46 +0700 |
commit | 2a80702171869efed212049682ca032b9de09284 (patch) | |
tree | 97d204a6243474728900991f29c09c232a3b2108 | |
parent | 34bd3c9fd1a85ed17614266b369cab7f8b7de3b3 (diff) | |
download | slackbuilds-2a80702171869efed212049682ca032b9de09284.tar.gz |
network/exim: Updated for version 4.94.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/exim/exim.Makefile | 21 | ||||
-rw-r--r-- | network/exim/exim.SlackBuild | 4 | ||||
-rw-r--r-- | network/exim/exim.info | 6 |
3 files changed, 20 insertions, 11 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile index 3479dc2b45..5691e422f5 100644 --- a/network/exim/exim.Makefile +++ b/network/exim/exim.Makefile @@ -13,12 +13,11 @@ # Things that depend on the operating system have default settings in # OS/Makefile-Default, but these are overridden for some OS by files -# called called OS/Makefile-<osname>. You can further override these by -# creating files called Local/Makefile-<osname>, and -# Local/Makefile-<buildname> (where "<osname>" stands for the name of -# your operating system - look at the names in the OS directory to see -# which names are recognized, and "<buildname>" is derived from the -# environment variable "build") +# called OS/Makefile-<osname>. You can further override these settings by +# creating files Local/Makefile-<osname>, and Local/Makefile-<build>. +# The suffix "<osname>" stands for the name of your operating system - look +# at the names in the OS directory to see which names are recognized, +# and "<build>" is the content of the environment variable "build". # However, if you are building Exim for a single OS only, you don't need to # worry about setting up Local/Makefile-<osname>. Any build-time configuration @@ -604,6 +603,10 @@ DISABLE_MAL_MKS=yes # CFLAGS += -I/usr/local/include # LDFLAGS += -lsrs_alt +# Uncomment the following lines to add SRS (Sender rewriting scheme) support +# using only native facilities. +# EXPERIMENTAL_SRS_NATIVE=yes + # Uncomment the following line to add DMARC checking capability, implemented # using libopendmarc libraries. You must have SPF and DKIM support enabled also. # SUPPORT_DMARC=yes @@ -642,6 +645,9 @@ DISABLE_MAL_MKS=yes # Uncomment the following line to include support for TLS Resumption # EXPERIMENTAL_TLS_RESUME=yes +# Uncomment the following to include the fast-ramp two-phase-queue-run support +# EXPERIMENTAL_QUEUE_RAMP=yes + ############################################################################### # THESE ARE THINGS YOU MIGHT WANT TO SPECIFY # ############################################################################### @@ -794,6 +800,9 @@ AUTH_LIBS=-lsasl2 # AUTH_LIBS=-lgsasl # AUTH_LIBS=-lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lhcrypto -lasn1 -lwind -lroken -lcrypt +# If using AUTH_GSASL with SCRAM methods, you should also be defining +# SUPPORT_I18N to get standards-conformant support of utf8 normalization. + #------------------------------------------------------------------------------ # When Exim is decoding MIME "words" in header lines, most commonly for use diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index 889c6d34e0..a9c26a8899 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Exim -# Copyright 2012-2019 Thomas Morper, Augsburg, Germany +# Copyright 2012-2020 Thomas Morper, Augsburg, 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.93} +VERSION=${VERSION:-4.94} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/exim/exim.info b/network/exim/exim.info index a20827bb05..0aaea452ce 100644 --- a/network/exim/exim.info +++ b/network/exim/exim.info @@ -1,8 +1,8 @@ PRGNAM="exim" -VERSION="4.93" +VERSION="4.94" HOMEPAGE="https://www.exim.org/" -DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.93.tar.xz" -MD5SUM="60aa3b38844a8ccece06670e8ff7d657" +DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.94.tar.xz" +MD5SUM="4d4bfd56e2e9f25ceab23f623ed2f84a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |