[SM-Commit] GIT changes to master grimoire by George Sherwood (0ee510f7d135b2035fbc84a0c79dbc8928285ee8)
George Sherwood
scm at sourcemage.org
Thu Nov 27 13:42:39 EST 2008
GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:
ftp/curl/DEPENDS | 6 +++++-
ftp/curl/HISTORY | 4 ++++
2 files changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 0ee510f7d135b2035fbc84a0c79dbc8928285ee8
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>
curl: Use ca-certifcates for https sites with openssl.
diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index e5f8248..efda616 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -6,10 +6,14 @@ optional_depends gnutls \
'for encrypted communications using GNUTLS' &&
optional_depends openssl \
- "--with-ssl=$INSTALL_ROOT/usr" \
+ "--with-ssl=$INSTALL_ROOT/usr --without-ca-bundle --with-ca-path=$INSTALL_ROOT/etc/ssl/certs" \
'--without-ssl' \
"for https encrypted transport" &&
+if is_depends_enabled $SPELL openssl; then
+ depends ca-certificates
+fi &&
+
optional_depends libssh2 \
"--with-libssh2=$INSTALL_ROOT/usr" \
'--without-libssh2' \
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index dd066b6..3adf6ab 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,7 @@
+2008-11-27 George Sherwood <gsherwood at sourcemage.org>
+ * DEPENDS: add options for openssl to use ca-certificates
+ add depends ca-certificates if using openssl
+
2008-11-13 Vlad Glagolev <stealth at sourcemage.org>
* DETAILS: updated spell to 7.19.2; quoting paths; fixed descs; switched
to gpg key
More information about the SM-Commit
mailing list