Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ad6bf5e45b44681e80666e6bee76192365ad5215)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ad6bf5e45b44681e80666e6bee76192365ad5215)
  • Date: Fri, 9 Jan 2015 10:48:29 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

crypto/qca2/DEPENDS | 2 +-
crypto/qca2/DETAILS | 4 ++--
crypto/qca2/HISTORY | 3 +++
libs/qoauth/DEPENDS | 1 +
libs/qoauth/HISTORY | 3 +++
5 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit ad6bf5e45b44681e80666e6bee76192365ad5215
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qca2: Fix typo

commit bf4780260ee3290b8cd9db01b5adb9f28843406a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qoauth: Depends on qca2

diff --git a/crypto/qca2/DEPENDS b/crypto/qca2/DEPENDS
index 63c38b6..5dd84da 100755
--- a/crypto/qca2/DEPENDS
+++ b/crypto/qca2/DEPENDS
@@ -3,7 +3,7 @@ depends qt4 &&
optional_depends SSL '' '' 'OpenSSL plugin' &&
optional_depends LIBSASL '' '' 'Sasl2 plugin' &&
optional_depends botan '' '' 'Botan plugin' &&
-optional_depends nss ' '' 'NSS plugin' &&
+optional_depends nss '' '' 'NSS plugin' &&
optional_depends GNUPG '' '' 'GPG plugin' &&
optional_depends libgcrypt '' '' 'GCrypt plugin' &&
optional_depends pkcs11-helper '' '' 'pkcs11 plugin' &&
diff --git a/crypto/qca2/DETAILS b/crypto/qca2/DETAILS
index 83897f9..abac30e 100755
--- a/crypto/qca2/DETAILS
+++ b/crypto/qca2/DETAILS
@@ -10,6 +10,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/qca-$VERSION
KEYWORDS="qt crypto"
SHORT="Qt Cryptographic Architecture"
cat << EOF
-QCA aims to provide a straightforward and cross-platform crypto API,
-using Qt datatypes and conventions.
+QCA aims to provide a straightforward and cross-platform crypto API,
+using Qt datatypes and conventions.
EOF
diff --git a/crypto/qca2/HISTORY b/crypto/qca2/HISTORY
index 5847fc1..f5261ab 100644
--- a/crypto/qca2/HISTORY
+++ b/crypto/qca2/HISTORY
@@ -1,3 +1,6 @@
+2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: Fix typo
+
2014-12-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 2.1.0
* DEPENDS: several depends for plugins, cmake
diff --git a/libs/qoauth/DEPENDS b/libs/qoauth/DEPENDS
index 428f269..1d3032d 100755
--- a/libs/qoauth/DEPENDS
+++ b/libs/qoauth/DEPENDS
@@ -1 +1,2 @@
+depends qca2 &&
depends qt4
diff --git a/libs/qoauth/HISTORY b/libs/qoauth/HISTORY
index 22e946f..4d9b4d3 100644
--- a/libs/qoauth/HISTORY
+++ b/libs/qoauth/HISTORY
@@ -1,3 +1,6 @@
+2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Depends on qca2
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ad6bf5e45b44681e80666e6bee76192365ad5215), Ismael Luceno, 01/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page