summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-03-05 12:29:32 +0300
committerVlad Glagolev2015-03-05 12:29:32 +0300
commit5227ecef4ad3367bc8288dc181a3e1f7e0a04f13 (patch)
tree6a8171ad4e5125132c5f55a2aff792f79095b450
parentfbace6bc4f806c42957c9650723ccf72e16c2aab (diff)
cadaver: use SSL provider
-rwxr-xr-xhttp/cadaver/DEPENDS2
-rw-r--r--http/cadaver/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/http/cadaver/DEPENDS b/http/cadaver/DEPENDS
index 3d764baeec..d73d74bcaa 100755
--- a/http/cadaver/DEPENDS
+++ b/http/cadaver/DEPENDS
@@ -12,7 +12,7 @@ if ! is_depends_enabled $SPELL neon; then
case $CADAVER_SSL in
none) OPTS="--without-ssl $OPTS"
;;
- openssl) depends openssl "--with-ssl=openssl"
+ openssl) depends SSL "--with-ssl=openssl"
;;
gnutls) depends gnutls "--with-ssl=gnutls"
;;
diff --git a/http/cadaver/HISTORY b/http/cadaver/HISTORY
index 1ef7e1c94c..5c3e5928cc 100644
--- a/http/cadaver/HISTORY
+++ b/http/cadaver/HISTORY
@@ -1,3 +1,6 @@
+2015-03-05 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: use SSL provider
+
2012-05-24 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: use DAV subdependency from neon
* CONFIGURE: ssl & xml options don't make any sense when system neon