Skip to Content.
Sympa Menu

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

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 (bb92dd2e0b7d0a0e67fdc0e0ccfb5c9fad7a983b)
  • Date: Fri, 31 Oct 2014 10:14:32 -0500

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

collab/openldap/CONFIGURE | 1 -
collab/openldap/DEPENDS | 2 +-
collab/openldap/HISTORY | 2 +-
crypto/libssh/HISTORY | 4 ++--
4 files changed, 4 insertions(+), 5 deletions(-)

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

libssh: use SSL provider

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

Revert "libssh - fix build with libressl"

This reverts commit 75391160584a7b620f2f8dc6a38344f5bb1a0d82.

diff --git a/collab/openldap/CONFIGURE b/collab/openldap/CONFIGURE
index 4fc53e5..8ea1eb8 100755
--- a/collab/openldap/CONFIGURE
+++ b/collab/openldap/CONFIGURE
@@ -25,7 +25,6 @@ fi &&
config_query_list OPENLDAP_TLS "Which backend do you want for TLS/SSL
support?" \
none \
openssl \
- libressl \
gnutls \
moznss &&

diff --git a/collab/openldap/DEPENDS b/collab/openldap/DEPENDS
index 78f421e..b7e2902 100755
--- a/collab/openldap/DEPENDS
+++ b/collab/openldap/DEPENDS
@@ -9,7 +9,7 @@ optional_depends SYSTEM-LOGGER \
case $OPENLDAP_TLS in
none) OPTS="--without-tls $OPTS"
;;
- SSL) depends SSL "--with-tls=openssl"
+ SSL) depends openssl "--with-tls=openssl"
;;
gnutls) depends gnutls "--with-tls=gnutls"
;;
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index 9f3472a..e86613d 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,6 +1,6 @@
2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL
- * CONFIGURE: fix
+
* SUB_DEPENDS, PRE_SUB_DEPENDS: openssl => SSL

2014-01-30 Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/crypto/libssh/HISTORY b/crypto/libssh/HISTORY
index 216bc8e..10584e4 100644
--- a/crypto/libssh/HISTORY
+++ b/crypto/libssh/HISTORY
@@ -1,5 +1,5 @@
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE: openssl => SSL
+2014-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: use SSL provider

2014-03-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.6.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bb92dd2e0b7d0a0e67fdc0e0ccfb5c9fad7a983b), Vlad Glagolev, 10/31/2014

Archive powered by MHonArc 2.6.24.

Top of Page