summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2014-10-24 20:44:55 +0400
committerVlad Glagolev2014-10-24 20:44:55 +0400
commit5ef9f3b9d3951d571cf65f0b5370c12561459281 (patch)
treeee5a83b3661d52924b89ea965a0898bc02b358fa
parent7ba5f839358cc97f35e02fb264a5d3fb829661d8 (diff)
burp: => 1.4.24 (devel)
-rwxr-xr-xarchive/burp/DEPENDS2
-rwxr-xr-xarchive/burp/DETAILS4
-rw-r--r--archive/burp/HISTORY4
3 files changed, 7 insertions, 3 deletions
diff --git a/archive/burp/DEPENDS b/archive/burp/DEPENDS
index 1c2d21519d..6fc62d253a 100755
--- a/archive/burp/DEPENDS
+++ b/archive/burp/DEPENDS
@@ -15,7 +15,7 @@ else
optional_depends ncurses "" "" "to support live monitor on the server"
fi &&
-optional_depends openssl \
+optional_depends SSL \
"--with-openssl" \
"--without-openssl" \
"for encrypted communication" &&
diff --git a/archive/burp/DETAILS b/archive/burp/DETAILS
index ee6f7f520f..81c1e884ea 100755
--- a/archive/burp/DETAILS
+++ b/archive/burp/DETAILS
@@ -11,10 +11,10 @@ case "$BURP_BRANCH" in
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
;;
devel)
- VERSION=1.4.18
+ VERSION=1.4.24
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:38a3e22e366dbf44b6ce8e69de60051eefad8a95681062b15a6bf4d0a2131af11ea6a3522670e8b33b2c3b094e382fbb08738a102e0d95bf208871e6a4715d7f
+ SOURCE_HASH=sha512:f5b1edcc9016e053d016527a0863047aa3ae06b98a3bd20095142388896150732372148ddb59081e34ca5dee2bfaa0cd06ab95435b7130f95c31aac7661571b7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
;;
stable)
diff --git a/archive/burp/HISTORY b/archive/burp/HISTORY
index 036501c109..1fa7831a81 100644
--- a/archive/burp/HISTORY
+++ b/archive/burp/HISTORY
@@ -1,3 +1,7 @@
+2014-10-24 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.4.24 (devel)
+ * DEPENDS: use SSL provider
+
2014-07-25 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.4.18 (devel); readability++