summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorIsmael Luceno2021-09-25 16:46:35 +0200
committerIsmael Luceno2021-09-25 16:46:35 +0200
commit352ab72ae272f3d047cd3780720dfb9741975bc5 (patch)
tree480f4bb0896522ef27046da95efe3f9b6f6a9fcb /devel
parentc90f9ce0e8ec43048a6e0ac6180baf22f1a8e394 (diff)
radare2 5.4.2
Diffstat (limited to 'devel')
-rwxr-xr-xdevel/radare2/DEPENDS17
-rwxr-xr-xdevel/radare2/DETAILS4
-rw-r--r--devel/radare2/HISTORY6
3 files changed, 23 insertions, 4 deletions
diff --git a/devel/radare2/DEPENDS b/devel/radare2/DEPENDS
index 3e8b4dde02..cd29a70783 100755
--- a/devel/radare2/DEPENDS
+++ b/devel/radare2/DEPENDS
@@ -1,4 +1,17 @@
-depends zlib "--with-syszip" &&
+depends libzip "--with-syszip" &&
+depends capstone --with-syscapstone &&
+depends file --with-sysmagic &&
+depends xxhash --with-sysxxhash &&
+
+optional_depends libuv \
+ '' \
+ '--without-libuv' \
+ 'to use libuv for TCP server' &&
+
+optional_depends jemalloc \
+ '' \
+ '--without-jemalloc' \
+ 'to use jemalloc allocator' &&
optional_depends libewf \
"" \
@@ -25,7 +38,7 @@ suggest_depends perl \
"" \
"for perl scripting support" &&
-suggest_depends python \
+suggest_depends python3 \
"" \
"" \
"for python scripting support" &&
diff --git a/devel/radare2/DETAILS b/devel/radare2/DETAILS
index fbc744a22d..2cd3ef00a9 100755
--- a/devel/radare2/DETAILS
+++ b/devel/radare2/DETAILS
@@ -2,10 +2,10 @@
SPELL=radare2
if [[ "$RADARE2_BRANCH" == "stable" ]]
then
- VERSION=5.4.0
+ VERSION=5.4.2
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]="https://github.com/radare/radare2/archive/$VERSION.tar.gz"
- SOURCE_HASH=sha512:89b95ad1b0af2c964872c9c83df99909839536474237146ed60bc3b9a6210fdea9deb10e17b1f7a412e3cb7b980de80b46a4467749ba6bc846cfac578ba7dedd
+ SOURCE_HASH=sha512:238d36489be6cdd9a59fe2af61f78fb2b9cd48f0529d5023b64b040f3a79ef3712119a9a120603c766a2eef027562032fb500173f8b4be21242559662fda2a9f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
else
VERSION=$(get_scm_version)
diff --git a/devel/radare2/HISTORY b/devel/radare2/HISTORY
index d6c98ba96a..9266d4f0de 100644
--- a/devel/radare2/HISTORY
+++ b/devel/radare2/HISTORY
@@ -1,3 +1,9 @@
+2021-09-25 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 5.4.2
+ * DEPENDS: added libzip, capstone, file, and xxhash
+ added optional libuv and jemalloc
+ switched to python3
+
2021-07-07 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 5.4.0