Skip to Content.
Sympa Menu

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

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 (98c36628c3b040f408777a76a92efe2f844ace89)
  • Date: Thu, 4 Dec 2008 19:53:34 -0600

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

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

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

curl: Added sub depends on nss with pem option

diff --git a/ftp/curl/DEPENDS b/ftp/curl/DEPENDS
index cbae3eb..1155692 100755
--- a/ftp/curl/DEPENDS
+++ b/ftp/curl/DEPENDS
@@ -14,7 +14,7 @@ elif [[ "$CURL_SSL" == "openssl" ]]; then
--without-gnutls --without-nss" &&
depends ca-certificates
elif [[ "$CURL_SSL" == "nss" ]]; then
- depends nss \
+ depends -sub PEM nss \
"--with-nss \
--with-ca-bundle=$INSTALL_ROOT/etc/ssl/certs/ca-certificates.crt \
--without-gnutls --without-ssl" &&
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 6fa03aa..6219562 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,7 +1,8 @@
2008-12-04 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: Added nss options. Sooner then I thought. :)
Removed directory info on configure options was causing errors
- * CONFIGURE: Added option to use nss for SSL.
+ Add sub on nss with pem
+ * CONFIGURE: Added query to use nss with pem

2008-12-01 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: Removed nss options. Not happening soon.



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

Archive powered by MHonArc 2.6.24.

Top of Page