Skip to Content.
Sympa Menu

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

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 (2200e993fcb780a80afb44e47444ee24dd6de528)
  • Date: Sun, 18 Nov 2012 06:16:23 -0600

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

chat-im/gajim/DEPENDS | 5 +++++
chat-im/gajim/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 2200e993fcb780a80afb44e47444ee24dd6de528
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gajim: pyasn1 is required for ssl support

diff --git a/chat-im/gajim/DEPENDS b/chat-im/gajim/DEPENDS
index 5f477b1..5f85e5f 100755
--- a/chat-im/gajim/DEPENDS
+++ b/chat-im/gajim/DEPENDS
@@ -13,6 +13,11 @@ if is_depends_enabled $SPELL farstream; then
fi &&

suggest_depends pyopenssl "" "" "for secure connections support" &&
+
+if is_depends_enabled $SPELL pyopenssl; then
+ depends pyasn1
+fi &&
+
suggest_depends dbus-python "" "" "to control Gajim via commandline" &&

if is_depends_enabled $SPELL dbus-python; then
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index b8da4f7..a0a958e 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +1,6 @@
+2012-11-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: pyasn1 is required for secure connections
+
2012-11-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.15.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2200e993fcb780a80afb44e47444ee24dd6de528), Vlad Glagolev, 11/18/2012

Archive powered by MHonArc 2.6.24.

Top of Page