diff options
Diffstat (limited to 'network/exim')
-rw-r--r-- | network/exim/exim.Makefile | 5 | ||||
-rw-r--r-- | network/exim/exim.SlackBuild | 2 | ||||
-rw-r--r-- | network/exim/exim.info | 6 |
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%" |