summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-03-05 12:27:40 +0300
committerVlad Glagolev2015-03-05 12:27:40 +0300
commitfbace6bc4f806c42957c9650723ccf72e16c2aab (patch)
treebf20ba71023ad165c313d172ea73962112ee9505
parent84cae21d0c7242b615393654f092b913b5880bf1 (diff)
Revert "cadaver: depends SSL"
This reverts commit fff8ea025a4113fee15d08bfc1ef76c66a5c8119.
-rwxr-xr-xhttp/cadaver/DEPENDS4
-rw-r--r--http/cadaver/HISTORY3
2 files changed, 2 insertions, 5 deletions
diff --git a/http/cadaver/DEPENDS b/http/cadaver/DEPENDS
index a0cef80e53..3d764baeec 100755
--- a/http/cadaver/DEPENDS
+++ b/http/cadaver/DEPENDS
@@ -6,13 +6,13 @@ optional_depends -sub DAV neon \
if ! is_depends_enabled $SPELL neon; then
config_query_list CADAVER_SSL "Which SSL backend do you want for SSL support?" \
none \
- SSL \
+ openssl \
gnutls &&
case $CADAVER_SSL in
none) OPTS="--without-ssl $OPTS"
;;
- SSL) depends openssl "--with-ssl=openssl"
+ openssl) depends openssl "--with-ssl=openssl"
;;
gnutls) depends gnutls "--with-ssl=gnutls"
;;
diff --git a/http/cadaver/HISTORY b/http/cadaver/HISTORY
index d354f5e7fe..1ef7e1c94c 100644
--- a/http/cadaver/HISTORY
+++ b/http/cadaver/HISTORY
@@ -1,6 +1,3 @@
-2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: openssl => SSL
-
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