Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (352ab72ae272f3d047cd3780720dfb9741975bc5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (352ab72ae272f3d047cd3780720dfb9741975bc5)
  • Date: Sat, 25 Sep 2021 14:48:25 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/capstone/DETAILS | 4 ++--
devel/capstone/HISTORY | 3 +++
devel/radare2/DEPENDS | 17 +++++++++++++++--
devel/radare2/DETAILS | 4 ++--
devel/radare2/HISTORY | 6 ++++++
5 files changed, 28 insertions(+), 6 deletions(-)

New commits:
commit 352ab72ae272f3d047cd3780720dfb9741975bc5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

radare2 5.4.2

commit c90f9ce0e8ec43048a6e0ac6180baf22f1a8e394
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

capstone 4.0.2

diff --git a/devel/capstone/DETAILS b/devel/capstone/DETAILS
index 8ecabde..4b840fb 100755
--- a/devel/capstone/DETAILS
+++ b/devel/capstone/DETAILS
@@ -1,8 +1,8 @@
SPELL=capstone
- VERSION=3.0.4
+ VERSION=4.0.2
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/aquynh/$SPELL/archive/$VERSION.tar.gz
-
SOURCE_HASH=sha512:a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d
+
SOURCE_HASH=sha512:7f93534517307b737422a8825b66b2a1f3e1cca2049465d60ab12595940154aaf843ba40ed348fce58de58b990c19a0caef289060eb72898cb008a88c470970e
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://www.capstone-engine.org/";
LICENSE[0]="BSD"
diff --git a/devel/capstone/HISTORY b/devel/capstone/HISTORY
index af9fb2f..ad4b218 100644
--- a/devel/capstone/HISTORY
+++ b/devel/capstone/HISTORY
@@ -1,2 +1,5 @@
+2021-09-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4.0.2
+
2016-05-31 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS: spell created
diff --git a/devel/radare2/DEPENDS b/devel/radare2/DEPENDS
index 3e8b4dd..cd29a70 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 fbc744a..2cd3ef0 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 d6c98ba..9266d4f 100644
--- a/devel/radare2/HISTORY
+++ b/devel/radare2/HISTORY
@@ -1,3 +1,9 @@
+2021-09-25 Ismael Luceno <ismael AT 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 AT bandrate.org>
* DETAILS: version 5.4.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (352ab72ae272f3d047cd3780720dfb9741975bc5), Ismael Luceno, 09/25/2021

Archive powered by MHonArc 2.6.24.

Top of Page