Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (237d2bf8309f2a98ff59afd3aaa5e70976d4dbd9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (237d2bf8309f2a98ff59afd3aaa5e70976d4dbd9)
  • Date: Mon, 10 Jul 2023 06:07:16 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/exim/BUILD | 5 +++++
mail/exim/CONFIGURE | 1 +
mail/exim/HISTORY | 3 +++
3 files changed, 9 insertions(+)

New commits:
commit 237d2bf8309f2a98ff59afd3aaa5e70976d4dbd9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exim: enable tls authenticator option

diff --git a/mail/exim/BUILD b/mail/exim/BUILD
index 66b32fc..dabc1c3 100755
--- a/mail/exim/BUILD
+++ b/mail/exim/BUILD
@@ -160,6 +160,11 @@ then
echo "AUTH_SPA=yes" >> Local/Makefile
fi &&

+if [[ "$EXIM_TLSA" == "y" ]]
+then
+ echo "AUTH_TLS=yes" >> Local/Makefile
+fi &&
+
if list_find "$OPTS" '--enable-readline-testing'; then
echo "USE_READLINE=yes" >> Local/Makefile &&
EXTRALIBS="$EXTRALIBS -ldl"
diff --git a/mail/exim/CONFIGURE b/mail/exim/CONFIGURE
index a9e77ad..49e3aa9 100755
--- a/mail/exim/CONFIGURE
+++ b/mail/exim/CONFIGURE
@@ -40,6 +40,7 @@ config_query EXIM_SCAN "Enable content scanning
(exiscan)?" n &&
config_query EXIM_MD5 "Enable cram/md5 authentication?" n
&&
config_query EXIM_PLAINTEXT "Enable plaintext authentication?" n
&&
config_query EXIM_SPA "Enable SPA authentication?" n
&&
+config_query EXIM_TLSA "Enable TLS authentication?" n
&&
config_query EXIM_FROZEN "Enable moving frozen messages?" n
&&
config_query EXIM_DEMIME "Enable old demime support?" n
&&

diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 4079016..0120368 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2023-07-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, CONFIGURE: enabled tls authenticator option
+
2021-07-14 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Fix united-kingdom and default mirrors to use http instead
of ftp
These two mirrors, at least, no longer offer current version under
old/



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (237d2bf8309f2a98ff59afd3aaa5e70976d4dbd9), Vlad Glagolev, 07/10/2023

Archive powered by MHonArc 2.6.24.

Top of Page