summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorVlad Glagolev2019-03-01 02:38:59 +0000
committerVlad Glagolev2019-03-01 02:38:59 +0000
commit20e818208ebe70a8ec8a300de34036502e8be44b (patch)
treeb8d41f8c6711abe55ec88538fd780cbd5a55a628 /mail
parenteae0ba78be1f8c293aa2b7ab7e35f655b4852f2a (diff)
exim: => 4.92 [security]
Diffstat (limited to 'mail')
-rwxr-xr-xmail/exim/BUILD6
-rwxr-xr-xmail/exim/CONFIGURE1
-rwxr-xr-xmail/exim/DEPENDS2
-rwxr-xr-xmail/exim/DETAILS4
-rw-r--r--mail/exim/HISTORY7
-rw-r--r--mail/exim/exim.gpgbin9257 -> 21474 bytes
6 files changed, 16 insertions, 4 deletions
diff --git a/mail/exim/BUILD b/mail/exim/BUILD
index 33b4cc6671..f26b64fb3e 100755
--- a/mail/exim/BUILD
+++ b/mail/exim/BUILD
@@ -81,6 +81,10 @@ then
echo "HAVE_IPV6=yes" >> Local/Makefile
fi &&
+if [[ "$EXIM_CDB" == "y" ]]; then
+ echo "LOOKUP_CDB=yes" >> Local/Makefile
+fi &&
+
if [[ "$EXIM_MAILDIR" == "y" ]]
then
echo "SUPPORT_MAILDIR=yes" >> Local/Makefile
@@ -161,7 +165,7 @@ then
fi &&
if is_depends_enabled $SPELL libspf2; then
- echo "EXPERIMENTAL_SPF=yes" >> Local/Makefile &&
+ echo "SUPPORT_SPF=yes" >> Local/Makefile &&
EXTRALIBS="$EXTRALIBS -lspf2" &&
CFLAGS="-DSPF $CFLAGS"
fi &&
diff --git a/mail/exim/CONFIGURE b/mail/exim/CONFIGURE
index e045f4d7a5..e1ad9a92c5 100755
--- a/mail/exim/CONFIGURE
+++ b/mail/exim/CONFIGURE
@@ -27,6 +27,7 @@ fi &&
config_query EXIM_IPV6 "Enable IPv6 support?" n &&
+config_query EXIM_CDB "Enable CDB lookup support?" n &&
config_query EXIM_MAILDIR "Support maildir for appendfile transport?" n &&
config_query EXIM_MAILSTORE "Support mailstore for appendfile transport?" n &&
config_query EXIM_MBX "Support MBX for appendfile transport?" n &&
diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index e09b55ac4e..5034782613 100755
--- a/mail/exim/DEPENDS
+++ b/mail/exim/DEPENDS
@@ -67,7 +67,7 @@ optional_depends tcp_wrappers \
'--disable-tcp-wrappers-access' \
'for TCP wrapper access control' &&
-optional_depends libspf2 "" "" "for ${PROBLEM_COLOR}experimental${DEFAULT_COLOR} SPF (Sender Policy Framework) support" &&
+optional_depends libspf2 "" "" "for SPF (Sender Policy Framework) lookup support" &&
optional_depends libx11 \
'--enable-x11-monitor' \
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index ace0a562c0..1715463415 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -1,6 +1,6 @@
SPELL=exim
- VERSION=4.88
- SECURITY_PATCH=10
+ VERSION=4.92
+ SECURITY_PATCH=11
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="exim.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index cbe3a9db23..fc21dd30d5 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,10 @@
+2019-02-28 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 4.92; SECURITY_PATCH++
+ * DEPENDS: spf support is no longer experimental
+ * BUILD, CONFIGURE: enable cdb support
+ * exim.gpg: imported F69376CE public key (Heiko Schlittermann (Dresden)
+ <hs@schlittermann.de>)
+
2017-03-06 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 4.88
SECURITY_PATCH++ for CVE-2016-9963
diff --git a/mail/exim/exim.gpg b/mail/exim/exim.gpg
index fdcedcb860..9955083847 100644
--- a/mail/exim/exim.gpg
+++ b/mail/exim/exim.gpg
Binary files differ