Skip to Content.
Sympa Menu

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

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 (e177babf20fe95e2fc8555bfa56f66c8784c9c5a)
  • Date: Mon, 17 Nov 2008 11:55:28 -0800

Quoting "Pol Vinogradov" <scm AT sourcemage.org>:

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

mail/claws-mail/DEPENDS | 8 ++++----
mail/claws-mail/HISTORY | 3 +++
2 files changed, 7 insertions(+), 4 deletions(-)

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

mail/claws-mail: changed openssl optional dependency to gnutls

diff --git a/mail/claws-mail/DEPENDS b/mail/claws-mail/DEPENDS
index 54337b5..391e559 100755
--- a/mail/claws-mail/DEPENDS
+++ b/mail/claws-mail/DEPENDS
@@ -14,10 +14,10 @@ optional_depends "compface" \
"--disable-compface" \
"for X-Face support" &&

-optional_depends "openssl" \
- "--enable-openssl" \
- "--disable-openssl" \
- "for pop3s and imaps" &&
+optional_depends "gnutls" \
+ "--enable-openssl --enable-gnutls" \
+ "--disable-openssl --disable-gnutls" \
+ "for pop3s and imaps" &&

This might need a TRIGGER to have claws-mail built against gnutls instead of openssl. Is there a reason we're switching from OpenSSL to GNU TLS?

-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