Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (810520bb66ec64b614148ab563566e5a767d3ae3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (810520bb66ec64b614148ab563566e5a767d3ae3)
  • Date: Wed, 9 Apr 2008 18:55:46 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

mail/exim/DEPENDS | 2 +-
mail/exim/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 810520bb66ec64b614148ab563566e5a767d3ae3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

exim: Forgot to update EXIM_TLS check for gnutls

diff --git a/mail/exim/DEPENDS b/mail/exim/DEPENDS
index 3e369cc..294c37f 100755
--- a/mail/exim/DEPENDS
+++ b/mail/exim/DEPENDS
@@ -7,7 +7,7 @@ elif [[ "$EXIM_CRON" == "fcron" ]]; then
depends fcron
fi &&

-if [[ "$EXIM_TLS" == "y" ]]; then
+if [[ "$EXIM_TLS" == "gnutls" ]]; then
depends gnutls &&
depends libgcrypt &&
depends libtasn1
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index 5138f1f..1925867 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,6 +1,9 @@
2008-04-08 Elisamuel Resto <ryuji AT sourcemage.org>
* BUILD, CONFIGURE: added query for IPv6 support in exim

+2008-04-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Check for EXIM_TLS being "gnutls" not "y"
+
2008-03-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.69
SOURCE2 is now .asc instead of .sig (yeah?)



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (810520bb66ec64b614148ab563566e5a767d3ae3), Eric Sandall, 04/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page