network/exim: Updated for version 4.94.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
c17d86df95
commit
3a3a588bbd
|
@ -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
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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%"
|
||||
|
|
Loading…
Reference in New Issue