Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (0ee510f7d135b2035fbc84a0c79dbc8928285ee8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (0ee510f7d135b2035fbc84a0c79dbc8928285ee8)
  • Date: Thu, 27 Nov 2008 12:42:39 -0600

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



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (0ee510f7d135b2035fbc84a0c79dbc8928285ee8), George Sherwood, 11/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page