radare2: update to 5.5.0 (#7985)
Add patch to disable the CS_RELEASE, it will use the default version of capstone(v5, branch next), so the error at ARM64_INS_NAND will be solved.
This commit is contained in:
parent
c55bc91ed6
commit
5785217926
@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://rada.re
|
||||
TERMUX_PKG_DESCRIPTION="Advanced Hexadecimal Editor"
|
||||
TERMUX_PKG_LICENSE="GPL-3.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=5.4.2
|
||||
TERMUX_PKG_VERSION=5.5.0
|
||||
TERMUX_PKG_SRCURL=https://github.com/radare/radare2/archive/$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=d3c337e893d7d1e7d5af8b527af3d4469c92898f0249f1b6263ea3325c9455b9
|
||||
TERMUX_PKG_SHA256=48519380f4b1bd3e32e2da776e5b8babbcb34e86dc1bad7bbde430da0d768f44
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_DEPENDS="libuv"
|
||||
TERMUX_PKG_BREAKS="radare2-dev"
|
||||
|
12
packages/radare2/cs_release-disable.patch
Normal file
12
packages/radare2/cs_release-disable.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nuar radare2-5.5.0.orig/shlr/Makefile radare2-5.5.0.mod/shlr/Makefile
|
||||
--- radare2-5.5.0.orig/shlr/Makefile 2021-11-15 13:09:38.533381825 -0300
|
||||
+++ radare2-5.5.0.mod/shlr/Makefile 2021-11-15 13:11:41.325381737 -0300
|
||||
@@ -10,7 +10,7 @@
|
||||
ifeq ($(shell test -d ../.git && echo 1),1)
|
||||
CS_RELEASE=0
|
||||
else
|
||||
-CS_RELEASE=1
|
||||
+CS_RELEASE=0
|
||||
endif
|
||||
|
||||
CAPSTONE_CFLAGS?=-g
|
Loading…
Reference in New Issue
Block a user