Skip to Content.
Sympa Menu

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

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 (0923d5b60f79805e46f4e46673b5e519daaca224)
  • Date: Fri, 6 Mar 2015 06:21:48 -0600

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

mail/exim/CONFIGURE | 2 +-
mail/exim/DEPENDS | 2 +-
mail/exim/HISTORY | 3 +++
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 0923d5b60f79805e46f4e46673b5e519daaca224
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

exim: use SSL provider (build against libressl confirmed)

diff --git a/mail/exim/CONFIGURE b/mail/exim/CONFIGURE
index 1f55766..e045f4d 100755
--- a/mail/exim/CONFIGURE
+++ b/mail/exim/CONFIGURE
@@ -54,7 +54,7 @@ fi &&
if spell_ok gnutls; then
config_query_list EXIM_TLS 'Enable GNU TLS support?' \
gnutls openssl
-elif spell_ok openssl; then
+elif spell_ok openssl || spell_ok libressl; then
config_query_list EXIM_TLS 'Enable GNU TLS support?' \
openssl gnutls
else
diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index 9124750..e09b55a 100755
--- a/mail/exim/DEPENDS
+++ b/mail/exim/DEPENDS
@@ -19,7 +19,7 @@ if [[ "$EXIM_TLS" == "gnutls" ]]; then
depends libgcrypt &&
depends libtasn1
elif [[ "$EXIM_TLS" == "openssl" ]]; then
- depends openssl
+ depends SSL
fi &&

optional_depends cyrus-sasl \
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 1fa693b..1217ba0 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+2015-03-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, CONFIGURE: use SSL provider
+
2014-11-28 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, BUILD: added ability to build with experimental SPF support




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0923d5b60f79805e46f4e46673b5e519daaca224), Vlad Glagolev, 03/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page