PSARC 2013/303 curl - scp / sftp support
15801026 SUNBT7180402 libcurl should provide sftp/scp URI support
--- a/components/curl/Makefile Wed Sep 18 12:47:13 2013 -0700
+++ b/components/curl/Makefile Thu Sep 19 10:15:45 2013 -0700
@@ -71,7 +71,7 @@
CONFIGURE_OPTIONS += --with-ca-path=/etc/openssl/certs
CONFIGURE_OPTIONS += --with-zlib=/usr --with-libidn=/usr
CONFIGURE_OPTIONS += --with-pic
-CONFIGURE_OPTIONS += --without-libssh2
+CONFIGURE_OPTIONS += --with-libssh2
CONFIGURE_OPTIONS += "curl_disallow_getifaddrs=yes"
LINT_FLAGS += -I$(SOURCE_DIR)/include
--- a/components/curl/curl.p5m Wed Sep 18 12:47:13 2013 -0700
+++ b/components/curl/curl.p5m Thu Sep 19 10:15:45 2013 -0700
@@ -36,7 +36,8 @@
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.arc-caseid \
value=PSARC/2007/165 \
- value=PSARC/2012/252
+ value=PSARC/2012/252 \
+ value=PSARC/2013/303
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
#
--- a/components/curl/resolve.deps Wed Sep 18 12:47:13 2013 -0700
+++ b/components/curl/resolve.deps Thu Sep 19 10:15:45 2013 -0700
@@ -1,4 +1,5 @@
library/libidn
+library/libssh2
library/security/openssl
library/zlib
shell/ksh93