Skip to Content.
Sympa Menu

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

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 (d8c2523dfa3c57eeeb97d1baa4398cefb9fad843)
  • Date: Mon, 1 Dec 2008 10:39:04 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ftp/curl/DEPENDS | 6 ------
ftp/curl/HISTORY | 3 +++
2 files changed, 3 insertions(+), 6 deletions(-)

New commits:
commit d8c2523dfa3c57eeeb97d1baa4398cefb9fad843
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

curl: Removed options for nss to provide SSL. Too many
untested patches needed for nss to hanlde the proper formats.
Way in the future maybe.

diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index bd9a087..ed9bdee 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -13,12 +13,6 @@ elif [[ "$CURL_SSL" == "openssl" ]]; then
--with-ca-path=$INSTALL_ROOT/etc/ssl/certs \
--without-gnutls --without-nss" &&
depends ca-certificates
-#elif [[ "$CURL_SSL" == "nss" ]]; then
-# depends nss \
-# "--with-nss=$INSTALL_ROOT/usr \
-# --with-ca-bundle=$INSTALL_ROOT/etc/ssl/certs/ca-certificates.crt \
-# --without-gnutls --without-ssl" &&
-# depends ca-certificates
fi &&

optional_depends libssh2 \
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 9189617..260daec 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2008-12-01 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Removed nss options. Not happening soon.
+
2008-11-29 George Sherwood <gsherwood AT sourcemage.org>
* BUILD: Added to set options for no SSL
* CONFIGURE: Added for SSL query



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (d8c2523dfa3c57eeeb97d1baa4398cefb9fad843), George Sherwood, 12/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page