summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2008-12-01 10:38:15 -0600
committerGeorge Sherwood2008-12-01 10:38:15 -0600
commitd8c2523dfa3c57eeeb97d1baa4398cefb9fad843 (patch)
tree70a03dab7d594c80811acaa0123c7cc671a7a92a
parent633802c27a315e8dad159fc821f7c9e12595d23e (diff)
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.
-rwxr-xr-xftp/curl/DEPENDS6
-rw-r--r--ftp/curl/HISTORY3
2 files changed, 3 insertions, 6 deletions
diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index bd9a087f78..ed9bdeea9d 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 9189617dd7..260daeca02 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2008-12-01 George Sherwood <gsherwood@sourcemage.org>
+ * DEPENDS: Removed nss options. Not happening soon.
+
2008-11-29 George Sherwood <gsherwood@sourcemage.org>
* BUILD: Added to set options for no SSL
* CONFIGURE: Added for SSL query