Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (47155044df7eda22d9b26e749a52faa4cdd0d8d3)

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 stable-0.62 grimoire by Vlad Glagolev (47155044df7eda22d9b26e749a52faa4cdd0d8d3)
  • Date: Wed, 5 Oct 2016 18:18:42 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

chat-libs/loudmouth/DEPENDS | 2 +-
chat-libs/loudmouth/DETAILS | 2 ++
chat-libs/loudmouth/HISTORY | 7 ++++---
3 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 47155044df7eda22d9b26e749a52faa4cdd0d8d3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

loudmouth: don't install docs twice

(cherry picked from commit f47b8322949669d16f60c214314b7d2610736f81)

Conflicts:
chat-libs/loudmouth/DETAILS

commit 7a75a18495eb446e5053febb1ef82177139c7c70
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

loudmouth: use SSL provider

(cherry picked from commit 5c5b6a48688519b5489896afced3d38dc9568ead)

Conflicts:
chat-libs/loudmouth/HISTORY

commit ad1d0b174a132540d097772ab5d3b7f27c645df0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "loudmouth: depends SSL"

This reverts commit ad1396a77967d378635396c5c8848eb41f0ff704.

Reason: compatibility-breaking commit

Conflicts:
chat-libs/loudmouth/HISTORY

(cherry picked from commit b2fcd7c817473aeaf56c2bcb4d9732c76d5126e7)

diff --git a/chat-libs/loudmouth/DEPENDS b/chat-libs/loudmouth/DEPENDS
index 10c7db7..a610332 100755
--- a/chat-libs/loudmouth/DEPENDS
+++ b/chat-libs/loudmouth/DEPENDS
@@ -14,7 +14,7 @@ optional_depends libasyncns \
case $LOUDMOUTH_SSL in
gnutls) depends gnutls "--with-ssl=gnutls"
;;
- SSL) depends openssl "--with-ssl=openssl"
+ openssl) depends SSL "--with-ssl=openssl"
;;
none) OPTS="--without-ssl $OPTS"
;;
diff --git a/chat-libs/loudmouth/DETAILS b/chat-libs/loudmouth/DETAILS
index a3aae66..63ca809 100755
--- a/chat-libs/loudmouth/DETAILS
+++ b/chat-libs/loudmouth/DETAILS
@@ -1,10 +1,12 @@
SPELL=loudmouth
VERSION=1.5.0-20121201
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://mcabber.com/files/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://github.com/mcabber/loudmouth/
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ DOC_DIRS=""
LICENSE[0]=LGPL
ENTERED=20030823
KEYWORDS="jabber chat libs"
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
index 6d75c21..d9da602 100644
--- a/chat-libs/loudmouth/HISTORY
+++ b/chat-libs/loudmouth/HISTORY
@@ -1,10 +1,11 @@
+2016-10-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: don't do useless doc-ing; PATCHLEVEL=1
+ * DEPENDS: use SSL provider for openssl support
+
2015-09-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: add missing space in CFLAGS
* PRE_BUILD: run libtoolize

-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
-
2014-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: disable compiler error




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (47155044df7eda22d9b26e749a52faa4cdd0d8d3), Vlad Glagolev, 10/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page