Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (89df13027dc98c3af2c5e5a5ba43c2d51726e8e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Eric Sandall" <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (89df13027dc98c3af2c5e5a5ba43c2d51726e8e7)
  • Date: Mon, 17 Nov 2008 16:05:54 -0800

Quoting "Ladislav Hagara" <ladislav.hagara AT unob.cz>:


GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

mail/claws-mail/HISTORY | 3 +++
mail/claws-mail/TRIGGERS | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 89df13027dc98c3af2c5e5a5ba43c2d51726e8e7
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

mail/claws-mail: fixed TRIGGERS file

diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 0eb54b1..540d7f2 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,6 @@
+2008-11-18 Pol Vinogradov <vin.public AT gmail.com>
+ * TRIGGERS: openssl -> gnutls, full conversion (thanks sandalle :) )
+
2008-11-16 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: openssl -> gnutls, fixed flags

diff --git a/mail/claws-mail/TRIGGERS b/mail/claws-mail/TRIGGERS
index b2ef0b5..7465ffb 100755
--- a/mail/claws-mail/TRIGGERS
+++ b/mail/claws-mail/TRIGGERS
@@ -1,2 +1,2 @@
-on_cast openssl cast_self
-on_pre_dispel openssl check_self
+on_cast gnutls cast_self
+on_pre_dispel gnutls check_self

Imho, this TRIGGERS file should be removed, useless. Really no needs to
recast claws-mail on every gnutls update, it is important only for not
compatible updates.
gnutls has UP_TRIGGERS for this.

Yeah, not quite what I meant. ;)

More like:

if is_depends_enabled $SPELL openssl; then
do some trickery to switch claws-mail from openssl to gnutls, and install gnutls if it's not installed so that claws-mail will then pick-up gnutls to have the SSL functionality originally requested by the user when they said 'y' to openssl
fi

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285





Archive powered by MHonArc 2.6.24.

Top of Page