Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.20 grimoire by Eric Sandall (c0d307d216f9cd67f8d304d633e0bcfc58d725b5)

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 stable-rc-0.20 grimoire by Eric Sandall (c0d307d216f9cd67f8d304d633e0bcfc58d725b5)
  • Date: Sun, 13 Apr 2008 02:52:55 -0500

GIT changes to stable-rc-0.20 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 c0d307d216f9cd67f8d304d633e0bcfc58d725b5
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 cc07492..b4b51fe 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,6 @@
+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 stable-rc-0.20 grimoire by Eric Sandall (c0d307d216f9cd67f8d304d633e0bcfc58d725b5), Eric Sandall, 04/13/2008

Archive powered by MHonArc 2.6.24.

Top of Page