Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f614f089a3ebe48e3096f11f50ff6c3e32b84a30)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f614f089a3ebe48e3096f11f50ff6c3e32b84a30)
  • Date: Sun, 10 Jun 2007 11:23:13 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

crypto/xmlsec/DEPENDS | 2 +-
crypto/xmlsec/HISTORY | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f614f089a3ebe48e3096f11f50ff6c3e32b84a30
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

xmlsec: added missing &&

diff --git a/crypto/xmlsec/DEPENDS b/crypto/xmlsec/DEPENDS
index c264f91..0479086 100755
--- a/crypto/xmlsec/DEPENDS
+++ b/crypto/xmlsec/DEPENDS
@@ -4,7 +4,7 @@ depends libxml2 '--with-libxml=/usr' &&
optional_depends libxslt '--with-libxslt=/usr' '--without-libxslt' 'for
XSLT-related functions' &&
echo &&
message "You have to pick at least one of the following dependencies!" &&
-optional_depends gnutls '--with-gnutls=/usr' '--without-gnutls' 'for
encrypted communications'
+optional_depends gnutls '--with-gnutls=/usr' '--without-gnutls' 'for
encrypted communications' &&
optional_depends nss '--with-nss=/usr' '--without-nss' 'for
encrypted communications' &&
optional_depends openssl '--with-openssl=/usr' '--without-openssl' 'for
encrypted communications' &&

diff --git a/crypto/xmlsec/HISTORY b/crypto/xmlsec/HISTORY
index e271539..bf938b6 100644
--- a/crypto/xmlsec/HISTORY
+++ b/crypto/xmlsec/HISTORY
@@ -1,5 +1,6 @@
2007-06-10 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: added a fallback backend choice #11486
+ added missing &&

2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f614f089a3ebe48e3096f11f50ff6c3e32b84a30), Jaka Kranjc, 06/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page