Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (45de7afa3a86294581a2a232e9e3e3d0f978b6e9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (45de7afa3a86294581a2a232e9e3e3d0f978b6e9)
  • Date: Sat, 18 Apr 2009 01:46:06 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ftp/curl/DEPENDS | 14 +++++++++++++-
ftp/curl/HISTORY | 4 ++++
2 files changed, 17 insertions(+), 1 deletion(-)

New commits:
commit 45de7afa3a86294581a2a232e9e3e3d0f978b6e9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

curl: Optionally depends on openldap
Enable LDAPS with LDAP if CURL_SSL is enabled

diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index 1155692..7bb33b7 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -34,4 +34,16 @@ optional_depends c-ares
\
optional_depends libidn \
"--with-libidn=$INSTALL_ROOT/usr" \
'--without-libidn' \
- 'for International Domain Name support'
+ 'for International Domain Name support' &&
+
+if [[ "$CURL_SSL" != "none" ]]; then
+ optional_depends openldap \
+ '--enable-ldap --enable-ldaps' \
+ '--disable-ldap --disable-ldaps' \
+ 'for Lightweight Directory Access Protocol support'
+else
+ optional_depends openldap \
+ '--enable-ldap' \
+ '--disable-ldap' \
+ 'for Lightweight Directory Access Protocol support'
+fi
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 34fe899..1aab3df 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,7 @@
+2009-04-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on openldap
+ Enable LDAPS with LDAP if CURL_SSL is enabled
+
2009-03-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 7.19.4, SECURITY_PATCH=4
http://curl.haxx.se/docs/adv_20090303.html



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (45de7afa3a86294581a2a232e9e3e3d0f978b6e9), Eric Sandall, 04/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page