summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2014-10-24 20:38:21 +0400
committerVlad Glagolev2014-10-24 20:38:21 +0400
commit7ba5f839358cc97f35e02fb264a5d3fb829661d8 (patch)
tree65fb88992e74df9d1a21469af646a8351c6d5f69
parent4658afba98bccf740c22b04f9c94653fbe56a53e (diff)
Revert "burp: depends SSL"
This reverts commit 62a04f22d542db7d976a1810f94eaced63c2ca6e. bad scripting is very bad
-rwxr-xr-xarchive/burp/DEPENDS6
-rw-r--r--archive/burp/HISTORY3
2 files changed, 3 insertions, 6 deletions
diff --git a/archive/burp/DEPENDS b/archive/burp/DEPENDS
index 54d85ffce0..1c2d21519d 100755
--- a/archive/burp/DEPENDS
+++ b/archive/burp/DEPENDS
@@ -15,9 +15,9 @@ else
optional_depends ncurses "" "" "to support live monitor on the server"
fi &&
-optional_depends SSL \
- "--with-SSL" \
- "--without-SSL" \
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
"for encrypted communication" &&
optional_depends openafs \
diff --git a/archive/burp/HISTORY b/archive/burp/HISTORY
index e48b48cc21..036501c109 100644
--- a/archive/burp/HISTORY
+++ b/archive/burp/HISTORY
@@ -1,6 +1,3 @@
-2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: openssl => SSL
-
2014-07-25 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.4.18 (devel); readability++