aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorThomas Morper <thomas@beingboiled.info>2024-07-13 06:26:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-13 07:13:40 +0700
commitd77870addd9fc7de553c6204bb8fedadef05860a (patch)
tree1366b2e42913d35b9c78e84ddca62e3260ea289c /network
parentc9b4ebf62fd80d14d4cc2d002451cd56c532730d (diff)
network/exim: Updated for version 4.98.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/exim/exim.Makefile17
-rw-r--r--network/exim/exim.SlackBuild2
-rw-r--r--network/exim/exim.info6
3 files changed, 17 insertions, 8 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile
index 4494a160fc36..0c1d569442fe 100644
--- a/network/exim/exim.Makefile
+++ b/network/exim/exim.Makefile
@@ -1,7 +1,7 @@
##################################################
# The Exim mail transport agent #
##################################################
-# Copyright (c) The Exim Maintainers 2022 - 2023
+# Copyright (c) The Exim Maintainers 2022 - 2024
# SPDX-License-Identifier: GPL-2.0-or-later
# This is the template for Exim's main build-time configuration file. It
@@ -47,11 +47,13 @@
# compile the Exim monitor utility. Exim itself does not use X11.
# Another area of variability between systems is the type and location of the
-# DBM library package. Exim has support for ndbm, gdbm, tdb, and Berkeley DB.
+# DBM library package. Exim has support for ndbm, gdbm, tdb, Berkeley DB and
+# sqlite3.
# By default the code assumes ndbm; this often works with gdbm or DB, provided
# they are correctly installed, via their compatibility interfaces. However,
# Exim can also be configured to use the native calls for Berkeley DB (obsolete
# versions 1.85, 2.x, 3.x, or the current 4.x version) and also for gdbm.
+# See definitions for DBMLIB below.
# For some operating systems, a default DBM library (other than ndbm) is
# selected by a setting in the OS-specific Makefile. Most modern OS now have
@@ -59,8 +61,8 @@
# for you by the OS-specific configuration. If Exim compiles without any
# problems, you probably do not have to worry about the DBM library. If you
# do want or need to change it, you should first read the discussion in the
-# file doc/dbm.discuss.txt, which also contains instructions for testing Exim's
-# interface to the DBM library.
+# file doc/doc-txt/dbm.discuss.txt, which also contains instructions for testing
+# Exim's interface to the DBM library.
# In Local/Makefiles blank lines and lines starting with # are ignored. It is
# also permitted to use the # character to add a comment to a setting, for
@@ -604,6 +606,9 @@ DISABLE_MAL_MKS=yes
# using only native facilities.
SUPPORT_SRS=yes
+# Uncomment the following to remove support for the ESMTP extension "WELLKNOWN"
+# DISABLE_WELLKNOWN=yes
+
#------------------------------------------------------------------------------
# Compiling Exim with experimental features. These are documented in
@@ -686,6 +691,10 @@ SUPPORT_SRS=yes
# USE_DB = yes
# DBMLIB = -ldb
+# sqlite
+# USE_SQLITE = yes
+# DBMLIB = -lsqlite3
+
#------------------------------------------------------------------------------
# Although Exim is normally a setuid program, owned by root, it refuses to run
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild
index c67e765b5056..f58b37c34907 100644
--- a/network/exim/exim.SlackBuild
+++ b/network/exim/exim.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=exim
-VERSION=${VERSION:-4.97.1}
+VERSION=${VERSION:-4.98}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/exim/exim.info b/network/exim/exim.info
index 2f1f2df270ef..f7c02eb732f3 100644
--- a/network/exim/exim.info
+++ b/network/exim/exim.info
@@ -1,8 +1,8 @@
PRGNAM="exim"
-VERSION="4.97.1"
+VERSION="4.98"
HOMEPAGE="https://www.exim.org/"
-DOWNLOAD="https://ftp.exim.org/pub/exim/exim4/exim-4.97.1.tar.xz"
-MD5SUM="3fd68ae37720767619dd305b047fe8f9"
+DOWNLOAD="https://downloads.exim.org/exim4/exim-4.98.tar.xz"
+MD5SUM="f9f4573ba47402364ea71cb3d791b03c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% perl-File-FcntlLock"